It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.com/watch?v=AbaauM7gUJw), Linux, macOS, BSD, Haiku, Cygwin, WSL and works seamlessly with DEs and GUI utilities.
-[Wiki](https://github.com/jarun/nnn/wiki).
+[**Wiki**](https://github.com/jarun/nnn/wiki).
## Features
case SEL_ARCHIVE:
r = get_cur_or_sel();
if (!r) {
- clearprompt();
+ statusbar(path);
goto nochange;
}
if (access(newpath, F_OK) == 0) {
fd = get_input(messages[MSG_OVERWRITE]);
if (fd != 'y' && fd != 'Y') {
- clearprompt();
+ statusbar(path);
goto nochange;
}
}
r = (r == 'c' ? F_CLI :
(r == 'g' ? F_NOWAIT | F_NOTRACE | F_MULTI : 0));
if (!r) {
- cfg.filtermode ? presel = FILTER : clearprompt();
+ cfg.filtermode ? presel = FILTER : statusbar(path);
goto nochange;
}
mkpath(path, dents[cur].name, newpath);
}
if (!r) {
- cfg.filtermode ? presel = FILTER : clearprompt();
+ cfg.filtermode ? presel = FILTER : statusbar(path);
goto nochange;
}
}
}
- clearprompt();
+ statusbar(path);
goto nochange;
case SEL_QUITCTX: // fallthrough
case SEL_QUITCD: // fallthrough