1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-02-18 23:34:37 +00:00
Commit graph

2738 commits

Author SHA1 Message Date
Arun Prakash Jana
e371182a5b
Optional fortune quotes in help/config page 2019-10-12 23:04:34 +05:30
Arun Prakash Jana
ec9331de17
Update docs 2019-10-12 10:20:21 +05:30
Arun Prakash Jana
fef8f041d2
Fix build break 2019-10-12 08:44:58 +05:30
0xACE
3eb0a38c5e Added 2 plugins for drag and drop support ()
* Added 2 plugins for drag and drop support

These scripts uses https://github.com/mwh/dragon
and curl.

It allows nnn to drag and drop files either to other programs, or to
itself.

* added link to dependency and spelling

* added drag/drop-file scripts to readme table
2019-10-12 07:55:30 +05:30
Arun Prakash Jana
10188fa9b1
Update to Ubuntu 18.04 install commands 2019-10-12 03:26:00 +05:30
Arun Prakash Jana
19df7777db
Mount archives using archivemount 2019-10-12 02:13:08 +05:30
Arun Prakash Jana
c54f50cf4f
Remove unused param 2019-10-12 00:26:34 +05:30
Arun Prakash Jana
d1d491c102
Fix : cd on quit if NNN_TMPFILE is set 2019-10-11 23:19:25 +05:30
Arun Prakash Jana
c99a47d688
Update man page on -K 2019-10-11 21:26:03 +05:30
Arun Prakash Jana
45c8730d2c
Fix build break 2019-10-11 21:19:51 +05:30
Arun Prakash Jana
fe80d5aa9d
Update key collision detection 2019-10-11 20:59:22 +05:30
Anna Arad
ab8e3e445e Implement a basic keybinding collision checker. (ToDo list ) () 2019-10-11 19:41:56 +05:30
Arun Prakash Jana
a7d224f1e5
Fix : reduce prompt length for new file/dir 2019-10-11 18:38:06 +05:30
Arun Prakash Jana
b42efcbb1f
Document edit selection 2019-10-10 19:26:08 +05:30
KlzXS
b7c2ce741a Implemented edit selection buffer ()
* Implemented edit selection buffer

* Added checks and changed keybind

* Forgot check and style fixes

* Don't work late at night again

You forget things when you're tired
2019-10-10 18:37:16 +05:30
Arun Prakash Jana
7965fa1b0d
Fix : mention as Lead key in docs 2019-10-10 08:30:17 +05:30
Mischievous Meerkat
f72cf4cee4
Merge pull request from rindeal/make-fix
allow multiple make targets being specified at once
2019-10-09 21:24:40 +05:30
Jan Chren (rindeal)
7cc108f6a8 allow multiple make targets being specified at once 2019-10-09 17:45:40 +02:00
Mischievous Meerkat
0125684d3f
Merge pull request from rindeal/make
do build configuration with variables instead of targets
2019-10-09 20:44:46 +05:30
Jan Chren (rindeal)
9e25886694 do build configuration with variables instead of targets 2019-10-09 17:05:56 +02:00
Arun Prakash Jana
84bb0b5bfe
Update doc on deselect, file size 2019-10-09 19:51:51 +05:30
Arun Prakash Jana
2d50a0db50
Update doc 2019-10-08 19:45:29 +05:30
Arun Prakash Jana
b4ba845fe3
Remove obsolete troubleshooting note 2019-10-08 01:47:52 +05:30
Arun Prakash Jana
4f6f1a59d3
Fix : export current file as $NNN 2019-10-07 16:32:00 +05:30
Arun Prakash Jana
048c5195c3
Prepare for release v2.7 2019-10-06 20:19:22 +05:30
Arun Prakash Jana
9ff7ed9291
Update docs 2019-10-06 19:52:30 +05:30
Arun Prakash Jana
bb0f1db965
Update auto-complete scripts 2019-10-06 18:57:15 +05:30
Arun Prakash Jana
f2618a95fb
Update ToDo list link 2019-10-06 12:33:03 +05:30
Arun Prakash Jana
a37ddfa080
Rename target nolocale to noloc 2019-10-05 07:26:18 +05:30
Arun Prakash Jana
914e180287
Update help 2019-10-05 07:23:25 +05:30
Arun Prakash Jana
baac461b33
Limit imput length at readline prompt 2019-10-05 07:17:01 +05:30
Arun Prakash Jana
2f4144b0bd
Key ^N replaces ^T to toggle nav mode 2019-10-05 07:06:32 +05:30
Arun Prakash Jana
14c355bacf
Add keys: Shift+TAB, ' 2019-10-05 06:59:43 +05:30
Arun Prakash Jana
9dab803e1a
Suppress permission denied messages 2019-10-04 20:46:57 +05:30
Arun Prakash Jana
402f5651a1
Use type that fits length 2019-10-04 20:34:37 +05:30
Arun Prakash Jana
57298b7fcc
Use ix.io paste service 2019-10-04 18:45:21 +05:30
Arun Prakash Jana
8b9f96e645
Remove redundant alignment requirement 2019-10-04 08:10:35 +05:30
Arun Prakash Jana
133f55170b
Target nolocale: saves more on memory 2019-10-04 08:10:31 +05:30
Arun Prakash Jana
241a261531
fix CHANGELOG 2019-10-04 06:48:11 +05:30
Arun Prakash Jana
d493f78dea
Track up to 8 events 2019-10-03 21:15:11 +05:30
Arun Prakash Jana
3489c87b98
Remove weak check for CLI detection 2019-10-03 18:14:51 +05:30
Arun Prakash Jana
add2db80f2
Update man 2019-10-03 03:46:44 +05:30
Arun Prakash Jana
f4ec874b79
Fix 2019-10-03 03:44:54 +05:30
Arun Prakash Jana
9f68e74289 Revert "Fix : Detect session type"
This reverts commit e226e8c889.
2019-10-03 03:33:15 +05:30
Arun Prakash Jana
e226e8c889
Fix : Detect session type 2019-10-03 02:38:26 +05:30
Arun Prakash Jana
4a41d3a894
Group dirs on top 2019-10-03 02:24:08 +05:30
Arun Prakash Jana
66713730f0
Add plugin uidgid 2019-10-03 00:16:44 +05:30
Arun Prakash Jana
a9f60d0353
Block range selection only when dir chanegs 2019-10-02 23:57:26 +05:30
Arun Prakash Jana
5f4046b63d
Fix 2019-10-02 23:04:56 +05:30
Arun Prakash Jana
67c33a5e80
Code refactor 2019-10-02 22:34:11 +05:30