Skip to content
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

Add support for listing partial matches #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roubles
Copy link

@roubles roubles commented May 10, 2017

With this commit, you can list bashmarks that start with a certain text, by passing that text to the list command. For example:

$ l
drill2             /Users/roubles/drill2
drillfoo           /Users/roubles/drillbar
drillbar           /Users/roubles/drillfoo
frontend           /Users/roubles/git/paging-alfred-2017-03-28/src/main/frontend
git                /Users/roubles/git

and now, if I want to list only the bashmarks that start with drill:

$ l drill
drill2             /Users/roubles/drill2
drillfoo           /Users/roubles/drillbar
drillbar           /Users/roubles/drillfoo

Also, the list function now supports tab completion to show the best matching bashmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant