NRK
e787ae4501
add support for custom trash command
...
this makes it so that if $NNN_TRASH is set to a string other
than "1" or "2" then it is accepted as the trash command to run.
this allows us to support arbritary trashing utilities while
also maintaining backwards compatibility for older "1" & "2"
values.
Fixes: https://github.com/jarun/nnn/issues/1168
Fixes: https://github.com/jarun/nnn/discussions/1963
Fixes: https://github.com/jarun/nnn/discussions/1960
Fixes: https://github.com/jarun/nnn/discussions/1761
2025-01-05 01:10:01 +00:00
Brandon Smith
0f2a932434
Fixes typo in man doc
...
- Previous commit accidentally removed the formatting character.
Signed-off-by: Brandon Smith <smithbh@me.com>
2024-12-03 14:29:43 -06:00
Brandon Smith
a5bf6e930a
Fixes minor typo
...
Signed-off-by: Brandon Smith <smithbh@me.com>
2024-11-30 17:47:40 -06:00
Scarlett McAllister
2504a04ddd
Use consistent language for disk mode in manual
2024-11-14 11:21:13 -04:00
Arun Prakash Jana
48d986f706
Update copyright year
2024-08-26 18:39:23 +05:30
Arun Prakash Jana
7def65fc02
Add option -0 to use null separator for file paths in picker mode
2024-08-25 09:30:59 +05:30
NRK
72ee94ed6e
clarify au and du in manpage
...
Closes: https://github.com/jarun/nnn/issues/1855
Closes: https://github.com/jarun/nnn/issues/1290
Closes: https://github.com/jarun/nnn/discussions/1750
2024-04-24 06:16:00 +00:00
Michel DHOOGE
5b05c8b9b1
fix: use a more generic way to print NUL with awk
...
Only gawk undestands the \0 syntax
feat(mimelist): use `mimetype` for better type detection
docs(mimelist): add author & dependencies
2024-02-09 23:14:58 +05:30
Arun Prakash Jana
33126ee813
Prepare for release v4.9 Elixir
2023-08-27 09:55:13 +05:30
Arun Prakash Jana
8a1dce888a
config option to specify archive mounter utility
2023-04-14 01:47:50 +05:30
Arun Prakash Jana
6dd8cf8b4d
Happy Birthday nnn!
...
Prepare for release v4.8 Spritz!
2023-04-13 18:37:42 +05:30
Arun Prakash Jana
33827109d5
Show total size of non-filtered selected files in a directory.
2023-01-30 00:14:54 +05:30
Arun Prakash Jana
4f95796ede
Run cmd as plugin now supported exported variables
2023-01-28 10:01:46 +05:30
Arun Prakash Jana
ad4ecb19cb
Simplify paged and GUI commands run as plugin
2023-01-28 09:16:06 +05:30
Arun Prakash Jana
03e0531e81
Place "$nnn" in double quotes in man page examples
2023-01-28 08:31:25 +05:30
Arun Prakash Jana
df05f593de
Revert "Paging is achieved through shell command now"
...
This reverts commit 243301603e
.
2023-01-16 00:15:54 +05:30
Arun Prakash Jana
243301603e
Paging is achieved through shell command now
2023-01-15 11:46:03 +05:30
Arun Prakash Jana
dd214c50f3
Update plugin docs and examples
2023-01-03 04:37:07 +05:30
Arun Prakash Jana
d4c3e52f2f
Attmept to create PATH if PATH is non-existent
2022-12-11 00:03:24 +05:30
Arun Prakash Jana
28ea6e0f36
Allow creating a new file on startup
...
An accessibe parent directory must exist to allow creation
2022-12-10 21:39:36 +05:30
Arun Prakash Jana
7330e6642b
Prepare for release v4.7 Cuba libre
2022-11-24 10:58:21 +05:30
pataquets
78019a758e
Detect key collisions: make clear everywhere that it exits afterwards.
2022-09-12 23:04:54 +02:00
Arun Prakash Jana
a335f94d05
Update docs
2022-08-06 11:23:10 +05:30
NRK
e57bb26295
fix outdated manpage
...
Closes: https://github.com/jarun/nnn/issues/1452
2022-08-04 21:38:38 +06:00
Arun Prakash Jana
e8acae3274
Continue listing when max files/size is exceeded
2022-07-31 12:49:42 +05:30
Arun Prakash Jana
21eebbb003
File list mode changes
...
- support listing maximum 16K files
- check if target directory exists before directory tree creation
in most of the cases many files will be under the same directory
- make frequently used function 'inline'
2022-07-31 11:11:32 +05:30
Arun Prakash Jana
e73b57c78a
Option -B to use bsdtar as archive tool
2022-07-29 22:35:43 +05:30
Arun Prakash Jana
0988268a61
Prepare for release v4.6 Absinthe
2022-07-26 19:28:44 +05:30
Arun Prakash Jana
2130e1b33a
Use the term auto-advance instead of auto-jump
...
There's no jump.
2022-06-15 20:04:56 +05:30
Arun Prakash Jana
d898d174f5
Fix docs, allow /
to enable filter inside bookmarks
2022-06-14 17:36:17 +05:30
Arun Prakash Jana
581e629c20
Enable automatic dir entry on unique filer match
2022-06-14 13:49:41 +05:30
Arun Prakash Jana
51f2fde0e6
Revert #1398 : Go to prev dir on bookmark key repeat
...
Reasons:
1. `b` is not a special key and will be interpreted as a filter
2. with this change pressing the standard `-` inside a symlinked
bookmark takes back to the bookmarks directory. This deviates
from the regular bookmarks behaviour.
2022-06-14 12:51:42 +05:30
Göran Gustafsson
4baee859f8
Go to last dir on bookmark key repeat
2022-06-10 21:18:02 +05:30
Arun Prakash Jana
14e80c3872
Update docs
2022-05-28 23:59:11 +05:30
Arun Prakash Jana
3a50be93fd
Fix #1369 : limit symlinked bookmarks to bookmarks dir
2022-05-28 23:14:07 +05:30
Arun Prakash Jana
ec7692bb9e
Update man page.
2022-05-28 06:20:57 +05:30
Arun Prakash Jana
8d83af811f
Fix #1369 : open target of symlinked bookmark
2022-05-28 05:54:55 +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
eb42f7a948
Bind ^J with toggle auto-jump on open
2022-04-16 18:04:09 +05:30
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
NRK
e2b856904d
add bookmark section to the manpage
2021-12-26 11:07:18 +06:00
Arun Prakash Jana
693df568e0
Document symlinked bookmarks in the manpage
2021-12-26 09:58:34 +05:30
NRK
ce58aab6b2
slight reword
2021-12-25 08:39:29 +06:00
NRK
62f1004836
upadte the source code according to the docs
2021-12-25 08:37:28 +06:00
NRK
d215a9c61d
-A doc: change auto-select to auto-enter
2021-12-25 08:35:23 +06:00
NRK
c234c05b3d
clarify '+' keybinding in type-to-nav mode
2021-12-25 08:35:23 +06:00
NRK
f7298efa99
reword 'select' -> 'selection'
2021-12-25 08:35:23 +06:00
NRK
9a26739132
fix plugin requirement
2021-12-25 08:35:23 +06:00
NRK
23edf571a7
make the manpage more clear
...
some of the terms used in the manpage aren't exactly obvious, especially
to a new user. this is an attempt at making the manual more clear and
remove any potential confusion.
here's a couple issues i've noticed where users were confused due to non
clear manpage description:
https://github.com/jarun/nnn/issues/1268
https://github.com/jarun/nnn/issues/1269
https://github.com/jarun/nnn/issues/1209
2021-12-25 08:35:23 +06:00