]> Sergey Matveev's repositories - nnn.git/commitdiff
Add complete audio conversion tip
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 25 Oct 2019 02:20:54 +0000 (07:50 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 25 Oct 2019 02:20:54 +0000 (07:50 +0530)
plugins/README.md
plugins/ringtone

index 9007eb45f67e218407c2f0106f020b336e5a17cb..5163cb2b0e1ecb37e06e679e95dd662395ecb335 100644 (file)
@@ -66,7 +66,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. You ca
 
 With this, plugin `fzy-open` can be run with the keybind <kbd>:o</kbd>, `mocplay` can be run with <kbd>:p</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen. Up to 10 plugins can have such keybinds.
 
-To assign keys to arbitrary cli commands (non-shell-interpreted) and invoke like plugins, add `_` (underscore) before the command. For example:
+To assign keys to arbitrary non-background cli commands (non-shell-interpreted) and invoke like plugins, add `_` (underscore) before the command. For example:
 
     export NNN_PLUG='x:_chmod +x;o:fzy-open'
 
index ee7ae8a47a0c83d9c5942907ea40b14c661493ba..d67a4092704842e0feea6b73200ad9a70b31c0e7 100755 (executable)
@@ -3,6 +3,10 @@
 # Description: Create an mp3 ringtone out of an audio file in any format
 #              Needs user to provide start and end where to cut the file
 #              Input file audio.ext results in audio_ringtone.mp3
+#
+#              Tip: To convert a complete media file, set start as 0 and
+#              the runtime of the file as end.
+#
 # Requires: date, ffmpeg
 #
 # Shell: POSIX compliant