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 BASH completion for FAKE tasks #1020

Merged
merged 1 commit into from
Nov 29, 2015
Merged

Conversation

nosami
Copy link
Member

@nosami nosami commented Nov 29, 2015

Adds case insensitive tab completion to BASH for FAKE tasks.

I wasn't sure where to put the files for this. I tested this on both OSX (El Capitan) and Ubuntu 15.10.

In Ubuntu, just running the install.sh should set things up. On OSX, the user will need to also insert bash-completion if they haven't already done so.

Maybe this could be made easier.

@cdrnet
Copy link
Member

cdrnet commented Nov 29, 2015

Excellent! Does the installer also work on Windows (assuming bash-completion itself is already set up e.g. by git-bash)?

forki added a commit that referenced this pull request Nov 29, 2015
Add BASH completion for FAKE tasks
@forki forki merged commit b1aef36 into fsprojects:master Nov 29, 2015
@vilinski
Copy link
Contributor

cool stuff! Is it also usable with zsh?

@nosami
Copy link
Member Author

nosami commented Nov 29, 2015

@cdrnet I haven't tested it with Windows. It can probably be made to work. It's just a case of copying the fake script to the correct folder.

@vilinski No. It won't work with zsh as zsh uses a completely different system. I can work on it though.

@nosami nosami deleted the bash-completion branch November 29, 2015 12:45
@Neftedollar
Copy link

This is great! Thank you!

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.

5 participants