Arun Prakash Jana
8d83af811f
Fix #1369 : open target of symlinked bookmark
2022-05-28 05:54:55 +05:30
NRK
ba72fca69a
check for some alloc failures
2022-05-12 18:26:48 +06:00
Desmond Kabus
b45be9bc5b
Add build option EMOJI for Unicode emoji as file icons
2022-05-10 20:31:11 +05:30
Arun Prakash Jana
18a6a010cf
Fix #1355 : interpret suffix $nnn
when paging
2022-05-10 19:46:19 +05:30
Arun Prakash Jana
3f58f6111c
Prepare for release v4.5 Cachaça
2022-04-26 18:34:24 +05:30
Arun Prakash Jana
cc965d1c2d
Use bold forward arrowhead for current
2022-04-26 04:26:01 +05:30
Arun Prakash Jana
dc16ca2340
Add 2 spaces after icons for better visibility
2022-04-26 03:59:12 +05:30
Arun Prakash Jana
6b9f8f3666
Fix #1345 : allow symlink name '@' in single file case
2022-04-20 20:20:25 +05:30
Arun Prakash Jana
be4460c1da
Handle broken window if started in type-to-nav
2022-04-16 18:48:52 +05:30
Arun Prakash Jana
eb42f7a948
Bind ^J with toggle auto-jump on open
2022-04-16 18:04:09 +05:30
Arun Prakash Jana
2c5cb4c5aa
Replace ^J with + to (un)select
...
^J has been reported as out of place several times.
As `+` is used as the seleciton marker, it makes more sense.
2022-04-16 17:04:53 +05:30
NRK
d0bf2abb37
consistently use ELEMENTS macro
...
+ some small white-space fixes
2022-04-12 22:30:22 +06:00
Arun Prakash Jana
d66492ac10
Show reverse timestamp for young entries
...
Show timestamps for entries modified/created within 5 minutes in
reverse.
Signed-off-by: Arun Prakash Jana <engineerarun@gmail.com>
2022-04-02 10:15:14 +05:30
Arun
81226db24e
Merge pull request #1330 from N-R-K/prompt_clearsel
...
native prompt: clear selection on successful operation
2022-03-24 03:05:47 +05:30
NRK
72ecf6c4b8
native prompt: clear selection on successful operation
...
have been using the %j substitution for a bit now, it's quite nice :)
but it's also quite annoying when doing something like
mv "%j" ./
in this case, the files have been moved but the selection is incorrectly
points to them.
when there's a successful operation made on the selection via the native
prompt, it makes sense to clear the selection.
2022-03-24 00:23:38 +06:00
NRK
9be6c1a5e2
avoid unnessary heap allocation
...
the binary size shouldn't change since it'll most likely go into the bss
section.
2022-03-22 17:50:54 +06:00
Arun Prakash Jana
d38841d5f3
Support n/N to cancel forced rm
2022-03-13 12:37:50 +05:30
Arun Prakash Jana
66639c6053
Fix #1312
2022-02-27 01:44:30 +05:30
NRK
2fedc92efc
export NNN_INCLUDE_HIDDEN to plugins
...
Closes: https://github.com/jarun/nnn/issues/1308
2022-02-22 17:40:44 +06:00
NRK
799b8fd378
don't leak inotify_fd to plugins
...
Closes: https://github.com/jarun/nnn/issues/1291
Co-authored-by: Daniel Eklöf <daniel@ekloef.se>
2022-02-15 19:05:58 +06:00
Arun Prakash Jana
23b54ba0cf
Open previous active context on context quit
2022-02-06 00:23:45 +05:30
Arun Prakash Jana
aa2147f3ef
make option O_NOSORT to disable sort on dir load
2022-01-23 10:52:33 +05:30
Arun Prakash Jana
e140e34483
Disable filterinfo if file details enabled
2022-01-22 21:06:57 +05:30
Arun Prakash Jana
fe4ea8a029
Update copyright date
2022-01-22 16:02:51 +05:30
NRK
02d6feb9b9
check bound before making access
2021-12-25 12:47:48 +06:00
NRK
1608c8763f
avoid having function with unspecified arguments
2021-12-25 12:47:33 +06:00
NRK
78c0d54400
avoid doing arithmetic on void pointer
2021-12-25 12:47:24 +06:00
NRK
62f1004836
upadte the source code according to the docs
2021-12-25 08:37:28 +06:00
Arun Prakash Jana
892e4c0082
Use terms consistent with man page in docs
2021-12-25 08:02:27 +05:30
Arun Prakash Jana
1e8b8d14ff
Remove redundant line
2021-11-27 09:48:21 +05:30
NRK
bd8faa2dd8
use patterns[] for archive command string
2021-11-24 22:34:22 +06:00
NRK
578e6d1aaa
use a macro for the format string
...
this makes things slightly more robust as changing the string inside the
macro would automatically change the malloc size.
2021-11-24 22:06:05 +06:00
NRK
f7091f78e5
fix the malloc size in get_archive_cmd
...
since the tr hack was removed in deead97
, the format string is no longer
70 chars. also removes unnecessary malloc casting.
2021-11-24 21:53:11 +06:00
Omar Polo
fb3d3ab0ef
define SED only if not already defined
...
This allows packagers to set a custom path for sed (gsed may be simply
called `gsed' or `gnu-sed' or ...)
2021-11-24 11:44:50 +01:00
Omar Polo
deead97e23
drop unnecessary ifdef __linux__
...
since nnn requires gsed anyway, why don't use it?
Probably forgot in #1210
2021-11-24 11:40:59 +01:00
Arun Prakash Jana
65eddfe7b9
Prepare for release v4.4 Tequila
2021-11-23 18:33:45 +05:30
Luuk van Baal
1a6d54515b
Guard open_with getreadline with for picker
...
fix luukvbaal/nnn.nvim#25
2021-11-23 13:11:42 +01:00
KlzXS
ca9b5e04c7
Enforce %J only at the end of command
...
Also removes double shell
2021-11-16 00:44:44 +01:00
Arun Prakash Jana
f66183937d
More frequent interrupt handling during du
...
The check is done when traversing directories in preorder i.e before the files
inside are enumerated. Postorder traversal is unwinding, so mostly we are done
with the calculation and finishing off the thread.
2021-11-15 01:11:46 +05:30
KlzXS
48415c5e1c
Revert "malloc() mem those persist through program runtime"
...
This reverts commit b84ad2d552
.
2021-11-08 15:08:12 +01:00
Arun
1508874b5a
Merge pull request #1224 from KlzXS/nmv_list_current
...
Updated .nmv to support current when NNN_LIST
2021-11-08 13:34:39 +00:00
KlzXS
22096ee0cd
Updated .nmv to support current when NNN_LIST
...
NNN_LIST now should pass listroo
2021-11-07 22:08:43 +01:00
Arun Prakash Jana
b84ad2d552
malloc() mem those persist through program runtime
...
At exit, the OS should reclaim all the memory, so no explicit free() required.
2021-11-05 07:59:40 +05:30
KlzXS
eb769c0de5
Resolve symlinks one level for .nmv when in list mode
2021-11-03 08:37:08 +05:30
Arun Prakash Jana
bdbd182c65
Handle plugin selection early
2021-11-01 12:54:47 +05:30
Arun Prakash Jana
cffcd655e9
Minor code refactor
2021-10-30 12:26:31 +05:30
Arun Prakash Jana
2a87694e6a
Do not reorder pre-ordered directory on refresh
2021-10-30 12:07:45 +05:30
Arun Prakash Jana
473cd271b5
Position cursor in correct place for long names
2021-10-29 21:27:02 +05:30
Arun Prakash Jana
8efcc24e0e
Fix #1213 : scroll long strings in prompts
2021-10-29 19:41:56 +05:30
Alexis Praga
e3e4159e11
BSDs and Solaris: use gsed instead of sed
2021-10-28 11:38:35 +02:00