| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nnn-musl-emoji-static-5.3.x86_64.tar.gz | 2026-08-15 | 232.4 kB | |
| nnn-musl-static-5.3.x86_64.tar.gz | 2026-08-15 | 209.4 kB | |
| nnn-emoji-static-5.3.x86_64.tar.gz | 2026-08-15 | 663.4 kB | |
| nnn-nerd-static-5.3.x86_64.tar.gz | 2026-08-15 | 663.6 kB | |
| nnn-icons-static-5.3.x86_64.tar.gz | 2026-08-15 | 663.3 kB | |
| nnn-static-5.3.x86_64.tar.gz | 2026-08-15 | 661.1 kB | |
| nnn-5.3.tar.gz.sig | 2026-08-15 | 566 Bytes | |
| nnn-v5.3.tar.gz | 2026-08-15 | 286.7 kB | |
| nnn v5.3 Mai Tai source code.tar.gz | 2026-08-15 | 287.8 kB | |
| nnn v5.3 Mai Tai source code.zip | 2026-08-15 | 328.3 kB | |
| README.md | 2026-08-15 | 2.1 kB | |
| v5.3 source code.tar.gz | 2026-08-15 | 287.8 kB | |
| v5.3 source code.zip | 2026-08-15 | 328.3 kB | |
| Totals: 13 Items | 4.6 MB | 1 | |
nnn v5.3 Mai Tai release notes.
- [x] add native preview pane (P) with automatic
.npreviewsupport - [x] fuzzy filtering improvements:
- scoring, ranking, character arbitration
- dimmed matches (works with string filtering also)
- [x] native prompt - cycle entries in the current directory with TAB
- [x] enter a directory that exactly matches the filter with /
- [x] support Alt-Esc to quit a context with or without an active filter
- [x] optimize ncurses rendering with
leaveok() - [x] lazy-load plugins when requested
- [x] disable linking libreadline by default; use
make O_NORL=0to enable it - [x] show the runtime bookmarked directory path in the help menu
- [x] add
O_BENCHto exit after startup for benchmark runs - [x] add
statsplugin to show complete file information in a pager - [x] add
tnpplugin to open files in a tmux Neovim pane - [x] add Kitty drag-and-drop support to
dragdrop - [x] plugin
nmountimprovements: - unmount all external USB partitions with u
- fill prompt with last input on Up, clear on Down
- [x] clear stale Kitty graphics placements when closing video previews in
preview-tui - [x] use
HOST_CCandHOST_CFLAGSwhen building the icons generator - [x] fix shell quoting in
preview-tabbed - [x] fix context selection and active-tab handling when cycling contexts
- [x] fix selection-path unescaping during selection edits
- [x] reconcile off-screen selections correctly before inversion
- [x] do not automatically enter directories without read permission
- [x] add safety checks for session header fields
- [x] support escaping name completions in the native prompt
- [x] handle arbitrarily long paths when escaping shell arguments