Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
7820cc3f
Commit
7820cc3f
authored
Jul 16, 2012
by
Kostas Papadimitriou
Browse files
Update snf-manage bash completion documentation
parent
c2bff011
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-webproject/extras/snf_manage_bash_completion
View file @
7820cc3f
# #########################################################################
# This bash script adds tab-completion feature to django-admin.py and
# manage.py.
# This bash script adds tab-completion feature to snf-manage
#
# Testing it out without installing
# =================================
...
...
@@ -8,7 +7,7 @@
# To test out the completion without "installing" this, just run this file
# directly, like so:
#
# . ~/path/to/s
ynnefo
_bash_completion
# . ~/path/to/s
nf_manage
_bash_completion
#
# Note: There's a dot ('.') at the beginning of that command.
#
...
...
@@ -20,7 +19,7 @@
#
# To install this, point to this file from your .bash_profile, like so:
#
# . ~/path/to/s
ynnefo
_bash_completion
# . ~/path/to/s
nf_manage
_bash_completion
#
# Do the same in your .bashrc if .bashrc doesn't invoke .bash_profile.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment