diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-11 09:45:50 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-11 10:12:32 +0530 |
commit | 8c6ab7df022e56a86238a7c1e62b9db508786cfc (patch) | |
tree | 4638536f9130290f174ca9a1712f0b431d848d5e /nnn.1 | |
parent | e495886b59688ddfb2df83dc782081552169bc09 (diff) | |
download | nnn-8c6ab7df022e56a86238a7c1e62b9db508786cfc.tar.gz |
Support bookmarks
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -15,7 +15,7 @@ .Op Ar PATH .Sh DESCRIPTION .Nm -(Noice is Not Noice) is a performance-optimized fork of the noice terminal file browser with extensive desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode, disk usage analyzer mode, comprehensive file details and much more. It remains a simple and efficient file browser that stays out of your way. +(Noice is Not Noice) is a performance-optimized fork of the noice terminal file browser with extensive desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode, bookmarks, disk usage analyzer mode, comprehensive file details and much more. It remains a simple and efficient file browser that stays out of your way. .Pp .Nm defaults to the current directory if @@ -57,8 +57,10 @@ Change filter (more information below) Search directory in desktop search tool .It Ic \&. Toggle hide .dot files +.It Ic b +Show bookmark key prompt .It Ic c -Change into the given directory +Show change dir prompt .It Ic d Toggle detail view .It Ic D @@ -162,6 +164,12 @@ files. export NNN_USE_EDITOR=1 .Ed .Pp +\fBNNN_BMS:\fR bookmark string as \fIkey:location\fR pairs (max 10) separated by +\fI;\fR: +.Bd -literal + export NNN_BMS='doc:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/' +.Ed +.Pp \fBNNN_DE_FILE_MANAGER:\fR set to a desktop file manager to open the current directory with. E.g.: .Bd -literal |