joseluisq / gitnow

Speed up your Git workflow. :tropical_fish:
https://github.com/joseluisq/gitnow
MIT License
391 stars 25 forks source link

Add completions for move command #18

Closed ivaaaan closed 4 years ago

ivaaaan commented 4 years ago

Hey. I really like the plugin and would like to contribute. Let me know if it needs more completions or I need to add sth else

joseluisq commented 4 years ago

Sure, completions are a missing feature so feel free to contribute with more ones.

joseluisq commented 4 years ago

Have you tried to install it? I got errors

~> fisher add ivaaaan/gitnow@fish-completions
linking ~/.config/fish/functions/__gitnow_config_file.fish
linking ~/.config/fish/functions/__gitnow_functions.fish
linking ~/.config/fish/functions/__gitnow_manual.fish
linking ~/.config/fish/completions/__gitnow_completions.fish
linking ~/.config/fish/conf.d/gitnow.fish
linking ~/.config/fish/conf.d/gitnow_config.fish
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
source: Error encountered while sourcing file '/completions/__gitnow_completions.fish':
source: No such file or directory
fetching https://codeload.github.com/fishpkg/fish-segment/tar.gz/master
fetching https://codeload.github.com/fishpkg/fish-pwd-info/tar.gz/master
fetching https://codeload.github.com/fishpkg/fish-git-util/tar.gz/master
fetching https://codeload.github.com/fishpkg/fish-pwd-is-home/tar.gz/master
ivaaaan commented 4 years ago

@joseluisq should be fine now.

joseluisq commented 4 years ago

Fine, it works now.

joseluisq commented 4 years ago

Merged! It's also included in future v2.5.0 but you can use this feature PR right now reinstalling GitNow from master branch.

Thanks.