-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command specific comlpetions for cowthink
darcs-hash:20071028230807-75c98-1706c8b0f2559c2f5fa9e6055c7aa60e8fc4a2f6.gz
- Loading branch information
liljencrantz
committed
Oct 28, 2007
1 parent
6e9489f
commit 54b1986
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
|
||
complete -c cowthink -s e -d "Specify eye string" -r | ||
complete -c cowthink -s f -d "Specify cow file" -x -a '(cowthink -l|tail -n +2|tr \ \n)' | ||
complete -c cowthink -s h -d "Display help and exit" | ||
complete -c cowthink -s l -d "List all cowfiles" | ||
complete -c cowthink -s n -d "No word wrapping" | ||
complete -c cowthink -s T -d "Specify tounge string" | ||
complete -c cowthink -s W -d "Column width" -r | ||
complete -c cowthink -s b -d "Borg cow" | ||
complete -c cowthink -s d -d "Dead cow" | ||
complete -c cowthink -s g -d "Greedy cow" | ||
complete -c cowthink -s p -d "Paranoid cow" | ||
complete -c cowthink -s s -d "Stoned cow" | ||
complete -c cowthink -s t -d "Tired cow" | ||
complete -c cowthink -s w -d "Wired cow" | ||
complete -c cowthink -s y -d "Young cow" | ||
|
||
|