mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
add mdls completion
This commit is contained in:
parent
313cb0d248
commit
71e835feec
1 changed files with 6 additions and 0 deletions
6
share/completions/mdls.fish
Normal file
6
share/completions/mdls.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
# completion for mdls (macOS)
|
||||
|
||||
complete -c mdls -s n -o name -x -d 'Print only the matching metadata attribute value'
|
||||
complete -c mdls -s r -o raw -f -d 'Print raw attribute data'
|
||||
complete -c mdls -n '__fish_seen_subcommand_from -raw -r' -o nullMarker -x -d 'Sets a marker string to be used when a requested attribute is null'
|
||||
complete -c mdls -s p -o plist -r -d 'Output attributes in XML format to file'
|
Loading…
Reference in a new issue