mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
Added pbpaste command completions (#10389)
* Added pbpaste command completions
This commit is contained in:
parent
41eaf2f8dc
commit
1f68d66692
3
share/completions/pbpaste.fish
Normal file
3
share/completions/pbpaste.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
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"
|
Loading…
Reference in New Issue
Block a user