aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/set_color.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-15 23:49:15 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-15 23:49:15 +1000
commit94d1322fc1978d2655daf1b21891d7dc521ab683 (patch)
tree4d242145aa3925bcf54e0e5585dbddcc158e2941 /share/completions/set_color.fish
parenteed8b61a9e21a8cb3d01c77bd8bff927b87ee398 (diff)
Update the set_color command: Add underline support, make the command a bit more rubust to missing ferminal features, and update documentation and completions
darcs-hash:20060615134915-ac50b-de1092e56490bbf1c58cc3422c239a2997645b6b.gz
Diffstat (limited to 'share/completions/set_color.fish')
-rw-r--r--share/completions/set_color.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/completions/set_color.fish b/share/completions/set_color.fish
index 4a603689..d62e8a7d 100644
--- a/share/completions/set_color.fish
+++ b/share/completions/set_color.fish
@@ -1,3 +1,8 @@
complete -c set_color -x -d (N_ "Color") -a '(set_color --print-colors)'
complete -c set_color -s b -l background -x -a '(set_color --print-colors)' -d (N_ "Change background color")
complete -c set_color -s o -l bold -d (N_ 'Make font bold')
+complete -c set_color -s u -l underline -d (N_ 'Underline text')
+complete -c set_color -s v -l version -d (N_ 'Display version and exit')
+complete -c set_color -s h -l help -d (N_ 'Display help and exit')
+complete -c set_color -s c -l print-colors -d (N_ 'Print a list of all accepted color names')
+