index
:
nnn.git
master
forked from https://github.com/jarun/nnn
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-11-28
cp: change -r to -R, --preserve=all to -p
Arun Prakash Jana
2018-11-28
Fix #147: support one argument to editor
Arun Prakash Jana
2018-11-27
Fix #143: support copy to clipboard
Arun Prakash Jana
2018-11-27
Fix #143
Arun Prakash Jana
2018-11-27
Eliminate newline from selection buffer
Arun Prakash Jana
2018-11-27
Use keybind ^T to go to next context
Arun Prakash Jana
2018-11-27
Remove file path quoting
Arun Prakash Jana
2018-11-27
Use ^B to go to next context
Arun Prakash Jana
2018-11-27
Option to disable file open on Right and `l`
Arun Prakash Jana
2018-11-25
Rename macro
Arun Prakash Jana
2018-11-25
Use ^G to discard seleciton and exit in vim plugin mode
Arun Prakash Jana
2018-11-24
Handle DEL in rename prompt (Mac)
Arun Prakash Jana
2018-11-24
Fix #135:wq
Arun Prakash Jana
2018-11-24
option -p: pick last selected entry if no explicit select
Arun Prakash Jana
2018-11-23
Fix lint issue
Arun Prakash Jana
2018-11-23
Add option -p for file picker
Arun Prakash Jana
2018-11-23
Prepare for release v2.1
Arun Prakash Jana
2018-11-23
Update help screen
Arun Prakash Jana
2018-11-23
Add `Y` as selection keybind
Arun Prakash Jana
2018-11-22
Update comments
Arun Prakash Jana
2018-11-22
Add file to the list of deps
Arun Prakash Jana
2018-11-21
Remove default case of unhandled keys
Arun Prakash Jana
2018-11-20
Show warnings for copy, move, multiple remove
Arun Prakash Jana
2018-11-20
Define S_BLKSIZE if not defined
Arun Prakash Jana
2018-11-20
Retain filter state on unhandled keypress
Arun Prakash Jana
2018-11-17
Switch X and ^X key functionality
Arun Prakash Jana
2018-11-15
Use ^W to visit pinned directory.
Arun Prakash Jana
2018-11-15
Initialize BLK_SHIFT with '-S' option
fengyichui
2018-11-15
Fix BLK_SHIFT may be wrong in some platforms #128
fengyichui
2018-11-15
Fix BLK_SHIFT may be wrong in some platforms #128
fengyichui
2018-11-14
Change visit pinned dir key to ^B.
Arun Prakash Jana
2018-11-12
Press 'Enter' to confirm multiple context quit
Arun Prakash Jana
2018-11-12
Convert keys to int
Arun Prakash Jana
2018-11-12
Use getch() directly to get Leader key suffix
Arun Prakash Jana
2018-11-12
Confirm program quit whan multiple contexts are active
Arun Prakash Jana
2018-11-12
Ignore SIGQUIT
Arun Prakash Jana
2018-11-12
Use the term Leader key
Arun Prakash Jana
2018-11-12
Use ^B as the Leader key
Arun Prakash Jana
2018-11-11
Update docs
Arun Prakash Jana
2018-11-11
Reformat program help
Arun Prakash Jana
2018-11-11
X11 file paths copy is ad-hoc
Arun Prakash Jana
2018-11-11
Support rm current entry
Arun Prakash Jana
2018-11-11
Document native cp, mv, rm
Arun Prakash Jana
2018-11-11
Support file cp, mv, rm through selection
Arun Prakash Jana
2018-11-11
Ensure co file does not have stale paths
Arun Prakash Jana
2018-11-11
When copying a single file sync cp file and cp buf
Arun Prakash Jana
2018-11-11
List copy buffer if valid
Arun Prakash Jana
2018-11-10
Update docs
Arun Prakash Jana
2018-11-10
Re-structure files
Arun Prakash Jana