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

added completion for directories within an existing bashmark #55

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

Conversation

alostale
Copy link

@alostale alostale commented Mar 24, 2016

Now it is possible to complete directories after a known bashmark and /

Example:

$ cd /tmp
$ mkdir -p test/{a..c}{1..3}
$ cd test
$ s t
$ g t/ [tab]
t/    t/a1  t/a2  t/a3  t/b1  t/b2  t/b3  t/c1  t/c2  t/c3 
$ g t/a [tab]
t/a1  t/a2  t/a3 

@sathishvj
Copy link

This works very nicely on ubuntu but not on mac. Would you be able to do an update for that?

@alostale
Copy link
Author

Hi @sathishvj

Sorry but I only work with Linux, I don't have any mac box, so I won't be able to hack it to make it work in mac.

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.

2 participants