Skip to content

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