-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
environment:
mac 10.13.3
zsh
log:
➜ useful-scripts git:(release) ./xpl README.md
getopt: illegal option -- o
Usage: xpl [OPTION] [FILE]...
Open file in file explorer.
Example: xpl file.txt
Options:
-s, --selected select the file or dir
-h, --help display this help and exit
➜ useful-scripts git:(release) ./xpf README.md
getopt: illegal option -- o
Usage: xpf [OPTION] [FILE]...
Open file in file explorer.
Example: xpf file.txt
Options:
-s, --selected select the file or dir
-h, --help display this help and exit