Page 1 of 1

nnn terminal file-manager V4.0-1

Posted: 19 Nov 2021, 05:50
by Rava
Info on nnn by M. Eerie here: NNN terminal file-manager
_____________________________________________

I made my module from nnn-4.0-1.el8.0.centos.x86_64.rpm and it works okay in 5.0rc3:
https://filehorst.de/download.php?file=eEhekslF
md5sum 82d5c0304bb2fc91889935a1b2865ba4
48 KB - 49152 bytes.

Please report if it works in x86-64 P4.0 or P3.2.2 as well.

Since filehorst speaks German, a short HOWTO download and translation:

To get it, first wait 15 seconds "Dein Download wird jetzt vorbereitet." (Your download is being prepared)
Then click "Jetzt zur Download-Seite" (now to the download page)
Then click "Dein Download steht nun bereit. Klicke hier, um ihn zu starten." (Your download is ready. Click here to start downloading it)

nnn terminal file-manager V4.0-1

Posted: 19 Nov 2021, 08:11
by Kulle
nnn works for me too (Porteus 4.0 Xfce)
But it takes a lot of getting used to,
for example:To show hidden files you need command: export NNN_OPTS="H"

nnn terminal file-manager V4.0-1

Posted: 19 Nov 2021, 08:28
by M. Eerie
Kulle wrote:
19 Nov 2021, 08:11
To show hidden files
To show hidden files, press .

Cool, huh? :)

nnn terminal file-manager V4.0-1

Posted: 19 Nov 2021, 20:03
by Rava
Kulle wrote:
19 Nov 2021, 08:11
for example:To show hidden files you need command: export NNN_OPTS="H"
or like I wrote in the other thread:
Rava wrote:
19 Nov 2021, 05:37

Code: Select all

root@porteus:~# nnn -help|grep hidden
 -H      show hidden files
and the "?" key when you are in nnn is very helpful for nnn noobs since it shows the keybinds. :)
Just start nnn with

Code: Select all

nnn -H
and you are set. Image