fish-shell/share/completions/mdfind.fish
2022-01-31 23:38:19 -08:00

13 lines
693 B
Fish

# completion for mdfind (macOS)
complete mdfind -d "find files matching given query"
complete mdfind -o attr -x -d 'Show given attribute'
complete mdfind -o count -f -d 'Print number of matches'
complete mdfind -o onlyin -x -a '(__fish_complete_directories (commandline -ct))' -d 'Search within directory'
complete mdfind -o live -f -d 'Query should stay active'
complete mdfind -o name -x -d 'Search on file name only'
complete mdfind -o reprint -f -d 'Reprint -live results'
complete mdfind -s s -x -d 'List a smart folder'
complete mdfind -s 0 -f -d 'NUL path separators'
complete mdfind -o literal -f -d 'Literal metadata query'
complete mdfind -o interpret -f -d 'Spotlight-like search'