2020-04-28 15:52:09 +03:00
< h1 align = "center" > n³ - < i > supercharge your productivity!< / i > < / h1 >
2016-08-20 19:27:14 +03:00
2017-04-14 20:46:01 +03:00
< p align = "center" >
2020-01-20 06:08:20 +03:00
< a href = "https://github.com/jarun/nnn/releases/latest" > < img src = "https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt = "Latest release" / > < / a >
2020-03-24 06:48:04 +03:00
< a href = "https://repology.org/project/nnn/versions" > < img src = "https://repology.org/badge/tiny-repos/nnn.svg?header=in repos" alt = "Availability" > < / a >
2020-01-20 06:08:20 +03:00
< a href = "https://travis-ci.org/jarun/nnn" > < img src = "https://img.shields.io/travis/jarun/nnn/master.svg?label=travis" alt = "Travis Status" / > < / a >
< a href = "https://circleci.com/gh/jarun/workflows/nnn" > < img src = "https://img.shields.io/circleci/project/github/jarun/nnn.svg?label=circleci" alt = "CircleCI Status" / > < / a >
2020-03-07 21:10:46 +03:00
< a href = "https://en.wikipedia.org/wiki/Privacy-invasive_software" > < img src = "https://img.shields.io/badge/privacy-✓-crimson?maxAge=2592000" alt = "Privacy Awareness" / > < / a >
2020-01-20 06:08:20 +03:00
< a href = "https://github.com/jarun/nnn/blob/master/LICENSE" > < img src = "https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt = "License" / > < / a >
2020-04-24 07:42:24 +03:00
< a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q" > < img src = "https://img.shields.io/badge/donate-PayPal-1eb0fc.svg" alt = "Donate via PayPal!" / > < / a >
2019-08-24 17:35:45 +03:00
< / p >
2019-10-01 02:00:58 +03:00
< p align = "center" > < a href = "https://www.youtube.com/watch?v=U2n5aGqou9E" > < img src = "https://i.imgur.com/MPWpmos.png" / > < / a > < / p >
2020-04-12 16:31:02 +03:00
< p align = "center" > < i > type-to-nav & du (click to see demo video)< / i > < / p >
2016-08-21 15:07:18 +03:00
2019-08-09 07:58:14 +03:00
## Introduction
2019-07-30 02:27:59 +03:00
2020-04-28 15:52:09 +03:00
`nnn` (or `n³` ) is a full-featured terminal file manager. It's tiny and nearly 0-config with an [incredible performance ](https://github.com/jarun/nnn/wiki/Performance ).
2019-07-30 02:27:59 +03:00
2020-01-07 19:42:39 +03:00
`nnn` is also a du analyzer, an app launcher, a batch renamer and a file picker. The [plugin repository ](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins ) has tons of plugins and documentation to extend the capabilities further. You can _plug_ new functionality _and play_ with a hotkey. There's an independent [(neo)vim plugin ](https://github.com/mcchrish/nnn.vim ).
2019-08-14 17:27:44 +03:00
2020-04-03 17:13:33 +03:00
It runs smoothly on the Pi, [Termux ](https://www.youtube.com/watch?v=AbaauM7gUJw ) (Android), Linux, macOS, BSD, Haiku, Cygwin, WSL, across DEs and GUI utilities or a strictly CLI environment.
2019-09-27 06:14:52 +03:00
2020-04-10 16:02:28 +03:00
## Black magic! :dark_sunglasses:
2020-04-09 07:18:04 +03:00
2020-04-11 08:46:21 +03:00
1. Load, sort, filter thousands of files instantly
2020-04-12 16:31:02 +03:00
2. Type to navigate with automatic dir selection
2020-04-10 16:02:28 +03:00
3. Select files from anywhere (not just a single dir)
2020-04-11 08:46:21 +03:00
4. Edit and preview markdown, man page, html
2020-04-12 16:31:02 +03:00
5. Open a file and auto-advance to the next
2020-04-11 08:46:21 +03:00
6. Export (filtered) list of visible files
7. Find files by mime-type and list in `nnn`
8. Unlimited bookmarks, plugins, commands with custom hotkeys
2020-04-10 16:02:28 +03:00
9. Write a plugin in any language you know
10. Configure the middle mouse click to do anything
11. Fuzzy search subtree and open the dir of a file
12. Load four dirs with custom settings at once
2020-04-13 18:05:14 +03:00
13. Notifications on cp, mv, rm completion
2020-04-10 16:02:28 +03:00
14. Auto-sync selection to system clipboard
15. Open text files detached in another pane/tab/window
16. Create files/dirs/duplicates with parents (like `mkdir -p` )
2020-04-11 08:46:21 +03:00
17. Toggle hidden with < kbd > .</ kbd > , visit HOME with < kbd > ~</ kbd > , last dir with < kbd > -</ kbd >
2020-04-10 16:02:28 +03:00
18. Pin a frequently visited dir at runtime
19. Mount any cloud storage service in a few keypresses
20. Mount and modify archives
21. Filter filtered entries
22. Sort files by access time and inode change time
23. Access selection from another instance of `nnn`
24. Compile out features you don't need
25. Watch matrix text fly or read fortune messages
2020-04-11 08:46:21 +03:00
26. Configure in 5 minutes!
2020-04-10 15:30:52 +03:00
2019-08-09 07:58:14 +03:00
## Features
2017-04-21 06:30:46 +03:00
2020-01-09 23:31:20 +03:00
- Resource sensitive
2020-01-14 20:21:10 +03:00
- Typically needs less than 3.5MB resident memory
2020-01-09 23:31:20 +03:00
- Works with 8-bit colors
- Disk-IO sensitive (few disk reads and writes)
2020-01-12 21:28:48 +03:00
- No FPU usage (all integer maths, even for file size)
2020-01-12 21:03:42 +03:00
- Minimizes screen refresh with fast line redraws
2020-01-14 20:21:10 +03:00
- Tiny binary (typically less than 100KB)
2020-01-10 17:13:37 +03:00
- Portable
2020-02-18 15:54:53 +03:00
- Statically-linked binary available
2020-01-16 17:49:21 +03:00
- Language-agnostic plugins
2020-02-15 04:55:18 +03:00
- Minimal library deps, easy to compile
- Compile in/out features with make variables
2020-01-10 17:13:37 +03:00
- No config file, minimal config with sensible defaults
- Widely available on many packagers
- Unicode support
- Quality
- Privacy-aware (no unconfirmed user data collection)
- POSIX-compliant, follows Linux kernel coding style
- Highly optimized, static analysis integrated code
2018-11-11 20:50:16 +03:00
- Modes
2019-09-15 20:02:44 +03:00
- Light (default), detail
2019-03-23 02:27:21 +03:00
- Disk usage analyzer (block/apparent)
2019-03-24 19:31:15 +03:00
- File picker, (neo)vim plugin
2017-05-15 19:59:40 +03:00
- Navigation
2020-04-12 16:31:02 +03:00
- *Type-to-nav* mode with dir auto-select
2019-10-24 10:18:12 +03:00
- Contexts (_aka_ tabs/workspaces) with custom colors
2020-01-07 19:42:39 +03:00
- Sessions, bookmarks with hotkeys; pin and visit a dir
2019-11-25 05:20:22 +03:00
- Remote mounts (needs sshfs, rclone)
2019-10-12 07:18:58 +03:00
- Familiar shortcuts (arrows, < kbd > ~</ kbd > , < kbd > -</ kbd > , < kbd > @</ kbd > ), quick reference
2019-09-26 19:21:38 +03:00
- CD on quit (*easy* shell integration)
2020-04-12 16:31:02 +03:00
- Auto-advance on opening files
2020-01-11 21:23:32 +03:00
- Search
- Instant filtering with *search-as-you-type*
2020-01-24 20:58:30 +03:00
- Regex (POSIX/PCRE) and string (default) filters
2020-01-11 21:23:32 +03:00
- Subtree search plugin to open or edit files
- Sort
2019-07-14 20:30:14 +03:00
- Ordered pure numeric names by default (visit _/proc_ )
2019-06-16 16:26:11 +03:00
- Case-insensitive version (_aka_ natural) sort
2020-03-28 06:50:14 +03:00
- By file name, access/change/mod (default) time, size, extension
2020-01-09 17:11:22 +03:00
- Reverse sort
2017-05-15 19:59:40 +03:00
- Mimes
2018-11-11 20:50:16 +03:00
- Open with desktop opener or specify a custom app
2019-10-11 23:43:08 +03:00
- Create, list, extract, mount (FUSE based) archives
2019-04-30 06:06:55 +03:00
- Option to open all text files in EDITOR
2017-05-15 19:59:40 +03:00
- Information
2019-04-30 06:06:55 +03:00
- Detailed file information
2020-01-11 21:23:32 +03:00
- Media information plugin
2017-05-15 19:59:40 +03:00
- Convenience
2020-01-07 19:42:39 +03:00
- Run plugins and custom commands with hotkeys
2019-03-09 06:35:32 +03:00
- FreeDesktop compliant trash (needs trash-cli)
2019-10-24 04:26:15 +03:00
- Cross-dir file/all/range selection
2020-03-11 15:22:38 +03:00
- Batch renamer for selection or dir
2020-02-01 17:54:56 +03:00
- Display a list of files from stdin
2019-10-15 01:17:57 +03:00
- Copy (as), move (as), delete, archive, link selection
2020-01-22 23:19:04 +03:00
- Dir updates, notification on cp, mv, rm completion
2019-12-12 17:21:08 +03:00
- Copy file paths to system clipboard on select
2019-11-19 22:58:11 +03:00
- Create (with parents), rename, duplicate (anywhere) files and dirs
2020-01-02 20:43:56 +03:00
- Launch GUI apps, run commands, spawn a shell, toggle executable
2019-11-23 23:43:27 +03:00
- Hovered file set as `$nnn` at prompt and spawned shell
2020-01-12 02:18:23 +03:00
- Lock terminal after configurable idle timeout
2017-03-29 08:33:22 +03:00
2019-09-26 03:16:06 +03:00
## Quickstart
2020-05-01 08:51:25 +03:00
1. [Install ](https://github.com/jarun/nnn/wiki/Usage#installation ) `nnn` .
2019-09-26 03:16:06 +03:00
2. Configure [cd on quit ](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit ).
2020-03-30 23:29:30 +03:00
3. Use option `-e` in your alias to open text files in `$VISUAL` /`$EDITOR`/ vi. [Open detached ](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text ) if you wish.
2020-02-29 16:35:34 +03:00
4. [Install plugins ](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins ).
5. Use option `-x` to copy selected file paths to system clipboard and show notis on cp, mv, rm completion.
6. For a CLI-only environment, customize and use plugin [`nuke` ](https://github.com/jarun/nnn/blob/master/plugins/nuke ) with option `-c` (overrides `-e` ).
2019-09-26 03:16:06 +03:00
2020-01-12 11:35:33 +03:00
Don't memorize! Arrows (or < kbd > h< / kbd > < kbd > j< / kbd > < kbd > k< / kbd > < kbd > l< / kbd > ), < kbd > /< / kbd > , < kbd > q< / kbd > suffice. < kbd > Tab< / kbd > creates, cycles contexts. < kbd > ?< / kbd > lists shortcuts.
2019-09-26 03:16:06 +03:00
2020-05-01 08:51:25 +03:00
_**Read the fine manual**_. [![Wiki ](https://img.shields.io/badge/nnn-Wiki-important?maxAge=2592000 )](https://github.com/jarun/nnn/wiki)
2017-09-02 09:53:19 +03:00
2019-10-06 17:22:30 +03:00
## Elsewhere
2017-04-25 19:54:47 +03:00
2019-10-06 17:22:30 +03:00
- [Wikipedia ](https://en.wikipedia.org/wiki/Nnn_(file_manager ))
- [ArchWiki ](https://wiki.archlinux.org/index.php/Nnn )
2017-04-25 19:54:47 +03:00
- [FOSSMint ](https://www.fossmint.com/nnn-linux-terminal-file-browser/ )
2019-11-12 00:31:53 +03:00
- [gHacks Tech News ](https://www.ghacks.net/2019/11/01/nnn-is-an-excellent-command-line-based-file-manager-for-linux-macos-and-bsds/ )
2019-09-29 07:18:51 +03:00
- Hacker News [[1 ](https://news.ycombinator.com/item?id=18520898 )] [[2 ](https://news.ycombinator.com/item?id=19850656 )]
2018-08-18 10:04:25 +03:00
- [It's FOSS ](https://itsfoss.com/nnn-file-browser-linux/ )
2020-02-24 17:26:02 +03:00
- LinuxLinks [[1 ](https://www.linuxlinks.com/nnn-fast-and-flexible-file-manager/ )] [[2 ](https://www.linuxlinks.com/bestconsolefilemanagers/ )] [[3 ](https://www.linuxlinks.com/excellent-system-tools-nnn-portable-terminal-file-manager/ )]
2019-01-02 09:31:21 +03:00
- [Suckless Rocks ](https://suckless.org/rocks/ )
2018-08-18 10:04:25 +03:00
- [Ubuntu Full Circle Magazine - Issue 135 ](https://fullcirclemagazine.org/issue-135/ )
2017-04-25 19:54:47 +03:00
2019-08-09 07:58:14 +03:00
## Developers
2017-04-15 04:21:10 +03:00
2019-12-31 20:11:25 +03:00
- [Arun Prakash Jana ](https://github.com/jarun ) (Copyright © 2016-2020)
2019-10-19 02:44:18 +03:00
- [0xACE ](https://github.com/0xACE )
2019-12-19 22:05:58 +03:00
- [Anna Arad ](https://github.com/annagrram )
2019-10-19 02:44:18 +03:00
- [KlzXS ](https://github.com/KlzXS )
2019-12-19 22:05:58 +03:00
- [Maxim Baz ](https://github.com/maximbaz )
2019-10-19 02:44:18 +03:00
- and other contributors
2019-01-18 05:08:56 +03:00
2020-04-13 20:09:32 +03:00
`nnn` is actively developed. Visit the [ToDo list ](https://github.com/jarun/nnn/issues/506 ) to contribute or see the features in progress.