mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
1f68d66692
* Added pbpaste command completions
4 lines
264 B
Fish
4 lines
264 B
Fish
complete -c pbpaste -o help -d "Display command help"
|
|
complete -c pbpaste -o pboard -d "Which paste board to use" -xa "general ruler find font"
|
|
complete -c pbpaste -o Prefer -d "Tells pbpaste what type of data to look for in the pasteboard first" -xa "txt rtf ps"
|