mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Update docs
This commit is contained in:
parent
a4eb852dba
commit
0f7cdfb3b2
|
@ -97,7 +97,6 @@ It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Te
|
||||||
- Open with desktop opener (default) or specify a custom app
|
- Open with desktop opener (default) or specify a custom app
|
||||||
- Create, list and extract archives (needs atool/patool)
|
- Create, list and extract archives (needs atool/patool)
|
||||||
- Optionally open text files in EDITOR (fallback vi)
|
- Optionally open text files in EDITOR (fallback vi)
|
||||||
- Customizable script to handle actions (sparsely used)
|
|
||||||
- Information
|
- Information
|
||||||
- Detailed stat-like file information
|
- Detailed stat-like file information
|
||||||
- Media information (needs mediainfo or exiftool, if specified)
|
- Media information (needs mediainfo or exiftool, if specified)
|
||||||
|
|
|
@ -1014,8 +1014,8 @@ static int nextsel(char **run, char **env, int *presel)
|
||||||
if (c == -1) {
|
if (c == -1) {
|
||||||
++idle;
|
++idle;
|
||||||
|
|
||||||
/* Do not check for directory changes in du
|
/*
|
||||||
* mode. A redraw forces du calculation.
|
* Do not check for directory changes in du mode. A redraw forces du calculation.
|
||||||
* Check for changes every odd second.
|
* Check for changes every odd second.
|
||||||
*/
|
*/
|
||||||
#ifdef LINUX_INOTIFY
|
#ifdef LINUX_INOTIFY
|
||||||
|
|
Loading…
Reference in a new issue