Support's flagpick alias
flagpick will interactively allow users to add CLI flags. Should work for any executable that supports a `--help` flag.
This commit is contained in:
parent
f4e3e98594
commit
2b34daf50a
1 changed files with 1 additions and 0 deletions
|
@ -171,3 +171,4 @@ alias pb=/google/src/head/depot/eng/tools/pastebin
|
|||
alias pbc='pb --private --title $(date +${date_fmt})| tee >(c && chrome $(p))' # create a private gPaste from your clipboard's content; open the result in a browser
|
||||
alias pbcp='p | pb --private --title $(date +${date_fmt})| tee >(c && chrome $(p))' # create a private gPaste from your clipboard's content; open the result in a browser
|
||||
alias pbls='$BROWSER https://paste.googleplex.com/$(whoami)'
|
||||
alias flagpick=/google/data/ro/users/sk/skaushik/www/public-tools/flagpick
|
||||
|
|
Loading…
Reference in a new issue