Arun Prakash Jana
51acd70ba0
Add user script to upgrade nnn on Debian 9 Stretch
pirms 6 gadiem
Arun Prakash Jana
b811997120
Add a sample command
pirms 6 gadiem
Arun Prakash Jana
b5e62d7ceb
Document picker behaviour
pirms 6 gadiem
Arun Prakash Jana
a40cdadb82
Open sxiv in bg
pirms 6 gadiem
Arun Prakash Jana
b958fd0015
Update user scripts
pirms 6 gadiem
Arun Prakash Jana
0617c8d90a
Sample scripts to convert NUL to newline
pirms 6 gadiem
Arun Prakash Jana
226fb18d96
Change location of copier script
pirms 6 gadiem
Arun Prakash Jana
3cbb7dc5df
nnn as a file picker
pirms 6 gadiem
Arun Prakash Jana
5675edebc7
Add sample user scripts
pirms 6 gadiem
QasimK
2645dd59c9
Document second method of adding quitcd to fish
pirms 6 gadiem
QasimK
6b7af57947
Document how to install fish quitcd function
It was not clear that the name of the file should match
the name of the function.
pirms 6 gadiem
Arun Prakash Jana
f9860f1c7f
Prepare for release v2.2
pirms 6 gadiem
Arun Prakash Jana
80dea7be49
Update completion scripts
pirms 6 gadiem
Arun Prakash Jana
21a491e660
Option -c is gone
pirms 6 gadiem
Arun Prakash Jana
5b42d9d8ea
Update copier script and docs
pirms 6 gadiem
Arun Prakash Jana
4ef2230fca
Add sample command for Termux
pirms 6 gadiem
Arun Prakash Jana
0a21d90ad5
Fix #143 : support copy to clipboard
pirms 6 gadiem
Joni Salmi
2623f688f2
Replace single dot with source for fish shell
Single dot has been deprecated and can cause issues with users on newer version: https://github.com/fish-shell/fish-shell/issues/310
pirms 6 gadiem
Arun Prakash Jana
0abe07f9bd
vim plugin has a new project page
pirms 6 gadiem
KillTheMule
7207b1d61f
Add neovim support
pirms 6 gadiem
Arun Prakash Jana
cc5e49a9a9
Fix #133 : Add nnn-picker.vim plugin
pirms 6 gadiem
Arun Prakash Jana
56ca0a6cce
Rudimentary C Shell script to quit and cd
pirms 6 gadiem
Arun Prakash Jana
642af4667c
Update docs
pirms 6 gadiem
Arun Prakash Jana
497911e999
Retire nlay
pirms 6 gadiem
Arun Prakash Jana
655461a3f2
Add wrapper script for patool integration
pirms 6 gadiem
Arun Prakash Jana
95a3e0fca4
Fix test dir name
pirms 6 gadiem
Nexie Kind
815d8fb21c
Fix zsh path autocompletion ( #88 )
pirms 6 gadiem
Giacomo Rossetto
73932da9dd
Improved portability on MacOS ( #86 )
pirms 6 gadiem
Arun Prakash Jana
a40d29ba9f
Support multiple file path copy
Design overview:
We are introducing multiple file path copy as a mode which can be toggled using
the keybind `^Y`. `^K` works as the individual entry selector. If the user wants
to select a range, (s)he can press `^Y` on the first entry and `^Y` on the last
entry.
We subscribe to notifications, so we need a fail-proof way to detect changes in
the directory contents. For example, if a file is deleted, it becomes difficult
to get the names of all the files in a range containing that file. If the file
is on a range boundary it would lead to wrong calculations. To handle this the
right way we use CRC8 checksum of all the visible entries in the directory. The
checksum is calculated based on the file information buffer. If the CRC changes
on a redraw(), we reset the multi-select mode.
New line (`\n`) works as the delimiter between file paths. Note that you may have
to disable IFS in the `NNN_COPIER` script to show file paths separated by spaces.
pirms 7 gadiem
Arun Prakash Jana
0f27c2f01c
Retire Makefile.native
pirms 7 gadiem
Arun Prakash Jana
f687463574
Prepare for release v1.6
pirms 7 gadiem
Arun Prakash Jana
5ff29cede8
Fix #50 : revert to -O2 optimization
The while loop in xstrlcpy() breaks when -O3 is used.
pirms 7 gadiem
Arun Prakash Jana
6dfccce55d
Add copier script
pirms 7 gadiem
Arun Prakash Jana
dcf8fbf78b
Prepare for release v1.5
pirms 7 gadiem
Arun Prakash Jana
b0a806ae2e
Enable O3 optimization
pirms 7 gadiem
Arun Prakash Jana
91ab00061c
Prepare for v1.4 release
pirms 7 gadiem
Arun Prakash Jana
335242a1eb
Make test script more aggressive
pirms 7 gadiem
Arun Prakash Jana
d0e4c0aac2
Add tests for Unicode and astral codepoints
pirms 7 gadiem
Arun Prakash Jana
17350ecca4
Note Makefile.native differences
pirms 7 gadiem
Arun Prakash Jana
f6cb248975
Re-arrange artifacts
pirms 7 gadiem
Arun Prakash Jana
564eafbeb3
Add auto-completion scripts
pirms 7 gadiem
Arun Prakash Jana
e2cde6c325
Change name to scripts directory
pirms 7 gadiem