mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update docs
This commit is contained in:
parent
a25165d1bd
commit
a6eb685ff5
12
README.md
12
README.md
|
@ -114,7 +114,7 @@ Notes:
|
||||||
|
|
||||||
#### Library dependencies
|
#### Library dependencies
|
||||||
|
|
||||||
A curses library with wide char support (e.g. ncursesw), libreadline and standard libc. Makefile target `norl` drops libreadline.
|
A curses library with wide char support (e.g. ncursesw), libreadline (`make norl` to drop) and standard libc.
|
||||||
|
|
||||||
#### Utility dependencies
|
#### Utility dependencies
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ A curses library with wide char support (e.g. ncursesw), libreadline and standar
|
||||||
|
|
||||||
Install `nnn` from your package manager. If the version available is dated try an alternative installation method.
|
Install `nnn` from your package manager. If the version available is dated try an alternative installation method.
|
||||||
|
|
||||||
<details><summary>Packaging status from Repology (expand)</summary>
|
<details><summary>Packaging status (expand)</summary>
|
||||||
<p>
|
<p>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://repology.org/metapackage/nnn/versions"><img src="https://repology.org/badge/vertical-allrepos/nnn.svg" alt="Packaging status"></a>
|
<a href="https://repology.org/metapackage/nnn/versions"><img src="https://repology.org/badge/vertical-allrepos/nnn.svg" alt="Packaging status"></a>
|
||||||
|
@ -179,7 +179,7 @@ There is no config file. Associated files are stored under `${XDG_CONFIG_HOME:-$
|
||||||
| Example `export` | Description |
|
| Example `export` | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | key-bookmark pairs [max 10] |
|
| `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | key-bookmark pairs [max 10] |
|
||||||
| `NNN_PLUG='o:fzy-open;p:mocplay;m:nmount;t:thumb'` | key-plugin pairs (<kbd>x-key</kbd> to run) [max 10] |
|
| `NNN_PLUG='o:fzy-open;p:mocplay;m:nmount;t:thumb'` | key-plugin pairs (<kbd>:key</kbd> to run) [max 10] |
|
||||||
| `NNN_USE_EDITOR=1` | open text files in `$VISUAL` (else `$EDITOR`, fallback vi) |
|
| `NNN_USE_EDITOR=1` | open text files in `$VISUAL` (else `$EDITOR`, fallback vi) |
|
||||||
| `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] |
|
| `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] |
|
||||||
| `NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user'` | specify SSHFS options |
|
| `NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user'` | specify SSHFS options |
|
||||||
|
@ -290,11 +290,9 @@ To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
|
||||||
## Mentions
|
## Mentions
|
||||||
|
|
||||||
- [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
|
- [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
|
||||||
- [Hacker News 1](https://news.ycombinator.com/item?id=18520898)
|
- Hacker News [[1](https://news.ycombinator.com/item?id=18520898)] [[2](https://news.ycombinator.com/item?id=19850656)]
|
||||||
- [Hacker News 2](https://news.ycombinator.com/item?id=19850656)
|
|
||||||
- [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
|
- [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
|
||||||
- [LinuxLinks1](https://www.linuxlinks.com/nnn-fast-and-flexible-file-manager/)
|
- LinuxLinks [[1](https://www.linuxlinks.com/nnn-fast-and-flexible-file-manager/)] [[2](https://www.linuxlinks.com/bestconsolefilemanagers/)]
|
||||||
- [LinuxLinks2](https://www.linuxlinks.com/bestconsolefilemanagers/)
|
|
||||||
- [Suckless Rocks](https://suckless.org/rocks/)
|
- [Suckless Rocks](https://suckless.org/rocks/)
|
||||||
- [Ubuntu Full Circle Magazine - Issue 135](https://fullcirclemagazine.org/issue-135/)
|
- [Ubuntu Full Circle Magazine - Issue 135](https://fullcirclemagazine.org/issue-135/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue