mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 18:48:04 +00:00
19 lines
430 B
Fish
19 lines
430 B
Fish
# @halostatue/fish-macos/functions/__macos_finder_untrack.fish:v7.0.0
|
|
|
|
function __macos_finder_untrack
|
|
argparse --name 'finder untrack' h/help -- $argv
|
|
or return 1
|
|
|
|
if set --query _flag_help
|
|
echo 'Usage: finder untrack [options]
|
|
|
|
Unlinks the shell PWD from the first Finder window.
|
|
|
|
Options:
|
|
-h, --help Show this help'
|
|
return 0
|
|
end
|
|
|
|
functions --erase __macos_finder_tracking
|
|
end
|