kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

Specify subdirectories in protocol slugs #12

Closed kalekundert closed 4 years ago

kalekundert commented 4 years ago

For example, if I have a carbenicillin.txt protocol in the antibiotics/ subdirectory of one of my protocol repositories, I'd like to be able to specify:

sw anti/carb

I'd use slashes to delimit directoeies, but I'd want the flexibility to skip levels and use partial names.

kalekundert commented 4 years ago

I could also use .. or ... to basically mean *, except that they wouldn't need to be escaped.

kalekundert commented 4 years ago

Fixed by c1a254d