diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-05 22:21:59 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-05 22:21:59 +0200 |
| commit | e6f19ed63979844ea259f69b8ab0702586a69d68 (patch) | |
| tree | 58ed76c5f2f1703fff26ed08bc0f3fa7d5d5831f /open-file | |
| parent | 8f1bad5de975e24e641ff7a18a665f8a6cd48774 (diff) | |
| download | scripts-e6f19ed63979844ea259f69b8ab0702586a69d68.tar.gz scripts-e6f19ed63979844ea259f69b8ab0702586a69d68.zip | |
Added comments for ksh completion
Diffstat (limited to 'open-file')
| -rwxr-xr-x | open-file | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | # Inspired by https://github.com/salman-abedin/launch.sh | 3 | # Inspired by https://github.com/salman-abedin/launch.sh |
| 4 | # Launches files based on their mimetypes | 4 | # Launches files based on their mimetypes |
| 5 | # Use option -s devour to swallow or -s " " to open normally from terminal | ||
| 6 | # Use -t to specify mimetype | ||
| 7 | # Requires: dmenu_path or similar (fallback), dmenu-filepicker | 5 | # Requires: dmenu_path or similar (fallback), dmenu-filepicker |
| 8 | 6 | ||
| 9 | menu=${MENU:-dmenu} | 7 | menu=${MENU:-dmenu} |
