docs: update

This commit is contained in:
Dylan Araps 2020-08-03 23:37:58 +03:00
parent a46d623e4f
commit 5b471f4da2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -42,10 +42,10 @@ q - quit
opener
________________________________________________________________________________
opening files in different applications (based on mime-type or file extension)
Opening files in different applications (based on mime-type or file extension)
can be achieved via an environment variable (SHFM_OPENER) set to the location of
a small external script. The default for all files will be '$EDITOR' (and if
that is unset, 'vi').
a small external script. If unset, the default for all files is '$EDITOR' (and
if that is unset, 'vi').
The script receives a single argument, the full path to the selected file.
The opener script is also useful on the command-line. The environment variable