Skip to content

Commit

Permalink
Updating Bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 8, 2016
1 parent fffecd1 commit 342bb80
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions etc/t-completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ follow)
followings)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -113,7 +113,7 @@ followings)
followings_following)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -122,7 +122,7 @@ followings_following)
followers)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -131,7 +131,7 @@ followers)
friends)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -140,7 +140,7 @@ friends)
groupies)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -149,9 +149,9 @@ groupies)
intersection)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
--type|-t)
completions='followers followings' ;;
completions='followers followings' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --type -t --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -160,7 +160,7 @@ intersection)
leaders)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -169,7 +169,7 @@ leaders)
lists)
case "$prev" in
--sort|-s)
completions='members mode since slug subscribers' ;;
completions='members mode since slug subscribers' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand Down Expand Up @@ -202,7 +202,7 @@ mute)
muted)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand Down Expand Up @@ -283,7 +283,7 @@ status)
timeline)
case "$prev" in
--exclude|-e)
completions='replies retweets' ;;
completions='replies retweets' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --decode_uris -d --exclude -e --id -i --long -l --max_id -m --number -n --relative_dates -a --reverse -r --since_id -s -H --host -C --color -P --profile' ;;
Expand All @@ -300,7 +300,7 @@ trends)
trend_locations)
case "$prev" in
--sort|-s)
completions='country name parent type woeid' ;;
completions='country name parent type woeid' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand All @@ -325,7 +325,7 @@ update)
users)
case "$prev" in
--sort|-s)
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
completions='favorites followers friends listed screen_name since tweets tweeted' ;;
-C|--color) completions='auto never' ;;

*) completions='--csv -c --id -i --long -l --relative_dates -a --reverse -r --sort -s --unsorted -u -H --host -C --color -P --profile' ;;
Expand Down

0 comments on commit 342bb80

Please sign in to comment.