Arun Prakash Jana
af71d470f5
Plugin finder: run custom find/fd/grep/rg/fzf and list
4 years ago
Arun Prakash Jana
ebb6f153b5
Context code '+' to create context smartly
4 years ago
Arun Prakash Jana
3f60a1931f
Decouple listpath and initpath
4 years ago
Arun Prakash Jana
8b764a5f7c
Show messages appropriately
4 years ago
Arun Prakash Jana
eee5057da5
Plugin mimelist: support reading file list from (cmd as) plugin
4 years ago
Danh Doan
e8e87f6ba2
browse: fix nnn -e ( #549 )
The current code will start editor if the mime doesn't start with
"text/". But, we want the opposite.
Simplify the check by using `strncmp` instead.
We may improve by writing a helper: `start_withs` in the future.
This change also cleans -Wstrict-aliasing on Ubuntu 16.04 LTS
4 years ago
Arun Prakash Jana
ff568ea748
Simplify unescape() in no locale mode
4 years ago
Arun Prakash Jana
f5c6f4f90b
Dim file details in detail mode
4 years ago
Rami3L
45a69f1cbf
Fix: BSD expr syntax error on empty $NNNLVL ( #546 )
4 years ago
Arun Prakash Jana
cb202e128b
Update docs
4 years ago
Arun Prakash Jana
d7a53fd518
Update docs
4 years ago
lvgx
e68d0db949
Install logo to desktop icons ( #542 )
This shows the "n³" logo as icon in application menus, when desktop file is
installed (using `install-desktop` make target).
4 years ago
lvgx
1a78ad4aff
Add a logo for nnn (n³) ( #544 )
"n³" on a black knight chess piece/black horse head.
4 years ago
step
49eecd7684
Support $_Z_DATA environment variable ( #545 )
Support `$_Z_DATA` environment variable per z's documentation dcd5541e7d/z.1 (L78)
.
`$_Z_DATA` allows changing the default location of the z database file.
4 years ago
Arun Prakash Jana
73e3f2bca0
Move installation section to Wiki
4 years ago
Arun Prakash Jana
283a29c48f
Update autogen packages
4 years ago
Arun Prakash Jana
3ba456c150
New logo: n³
4 years ago
Arun Prakash Jana
da91228bba
Randomize mocp
4 years ago
Arun Prakash Jana
f1a9446b99
Use mem* function
4 years ago
Arun Prakash Jana
187750556c
Let mocp shuffle
4 years ago
Arun Prakash Jana
35fb89b972
Randomize mocp playlist
4 years ago
Arun Prakash Jana
eec0e6d18e
Various plugin improvements
4 years ago
KlzXS
babf379a74
Optimize dups ( #539 )
4 years ago
Arun Prakash Jana
e7147c1f39
Show error at source
4 years ago
Arun Prakash Jana
33fdbc2216
Fix #537
4 years ago
Arun Prakash Jana
6689870460
Fix buffer cleanup
4 years ago
Arun Prakash Jana
01392d48ad
Fix buffer cleanup
4 years ago
Arun Prakash Jana
99d21531b4
Use memrchr if available
4 years ago
Arun Prakash Jana
c732de32e4
Resolve path in list mode
4 years ago
Arun Prakash Jana
06fe7d52dd
Minor refactor
4 years ago
Arun Prakash Jana
f8a243ea91
Silently ignore invalid paths (documented)
4 years ago
Arun Prakash Jana
d118c4cc24
Fix #532 : support picker and list modes together
4 years ago
Arun Prakash Jana
fffaa74a09
Fix return and show error
4 years ago
KlzXS
7b7252dd32
Fix picker and list mode conflict ( #533 )
* Fix picker and list mode conflict
* Comment the change
4 years ago
Arun Prakash Jana
bc572df55a
NNN_SEL: custom selection file
4 years ago
Arun Prakash Jana
752bc67de0
Bookmark key get priority over session
4 years ago
Arun Prakash Jana
b11bdc9361
Update completion scripts
4 years ago
lvgx
7dab9d0d86
Add nbak plugin to backup all nnn config ( #528 )
* Add nbak plugin to backup all nnn config
* nbak: check cd, quote env
* nbak: print backup file name
* nbak: add --show option, to show shell config
* nbak: fix shellcheck warning
'type' is POSIX complient, AND we check that we're actually running
bash, but shellcheck can't understand this...
Then '-o' is POSIX complient too, but shellcheck thinks it's "not well defined".
* nbak: variable renames, archive hierarchy changes
* nbak: fix variable expansion
* nbak: remove --show option
* nbak: call interactive bash/zsh to get fun/aliases
* Add nbak entry in plugins/README.md
* nbak: change archive hierarchy
* plugins/README.md: make nbak description shorter
4 years ago
KlzXS
00148360e4
Plugin improvements ( #531 )
* Added padding for numbers in .nmv
* Add skim as an option in fzopen
* Remove unnecessary eval
Thanks @leovilok !
Co-Authored-By: lvgx <l@vgx.fr>
* Added note about whitespace
Co-authored-by: lvgx <l@vgx.fr>
4 years ago
Krisan Alifari
d549ae7486
Add nvim as a diff tool for getplugs plugin ( #527 )
* Add nvim as a diff tool for getplugs plugin
* Comment out `is_cmd_exists()`
* Add nvim diff tool for diffs plugin
* Add $EDITOR to nuke plugin for editing/reading text file format
* Modify diff command to fix CircleCI failures
* Fix getplugs prompt
* Allow nuke to use custom $PAGER
4 years ago
Arun Prakash Jana
4b5ecbe8fc
Do a complete erase
4 years ago
Arun Prakash Jana
12df1ab083
Fix listing files directly under /
4 years ago
Arun Prakash Jana
b40e12ee9f
Remove hacky single path handling
4 years ago
Arun Prakash Jana
75724f9e3b
Fix #520 : minimal erasure
4 years ago
Arun Prakash Jana
e38c0108ba
Update issue template, add feature template
4 years ago
Arun Prakash Jana
645f43355e
Fix #526 : persistent session
4 years ago
Todd Yamakawa
c63fb28eff
Fix #523 : handle NNN_PIPE ( #525 )
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com>
4 years ago
Arun Prakash Jana
58ecc240ed
Save offset in key-val pairs
4 years ago
Arun Prakash Jana
e92b523976
Fix #523 : create NNN_PIPE early
4 years ago
lvgx
7cc46510e3
nuke: add lowdown as alternative markdown viewer ( #524 )
See https://kristaps.bsd.lv/lowdown/
4 years ago