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:
William Carroll 2019-03-27 18:24:00 +00:00
parent f4e3e98594
commit 2b34daf50a

View file

@ -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