-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make b command more useful #237
Comments
Note: necessary changes probably go in |
Is a regexp the right way? Sam (but not acme it seems, having just tried it) allows a redirection to satisfy this, so you can use the shell to glob: b <ls a*.c |
This:
seems a quibble 😀 but this
is an excellent point. I should have read the
I think that we can make the following clarifying assumptions:
|
Following Robert's instruction, I'll be adding tests and getting #418 in so that we've got a b command that does something. Afterwards I'll circle back and get into adding support for autocorrect. Also, there is a way to keep it working with filenames that include regex characters by not doing a regex search when the argument is a absolute path (begins with /), and I'll add this to the PR. |
Per #236, the sam
b
command requires a full filename path. This can be a lot of typing (or cutting and pasting).b
would be easier to use if it permitted autocomplete or (much easier) a regexp match against the currently open files.The text was updated successfully, but these errors were encountered: