NRK
c3534bd7e0
preview-tui: make debugging easier
...
i've noticed that there's a non-trival amount of issues user face
related to preview-tui. allowing all the null redirection to be easily
switched on/off can make debugging much easier, both for the users and
for us.
2022-03-09 01:48:13 +06:00
Arun
cb410e25d8
Merge pull request #1307 from N-R-K/fd_leak
...
don't leak inotify_fd to plugins
2022-02-15 19:48:53 +05:30
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
30bd6a4e33
Merge pull request #1306 from KlzXS/nmv_trash
...
Respect NNN_TRASH in .nmv
2022-02-14 07:17:49 +05:30
KlzXS
184f134c9e
Respect NNN_TRASH in .nmv
2022-02-13 10:37:21 +01:00
Arun Prakash Jana
23b54ba0cf
Open previous active context on context quit
2022-02-06 00:23:45 +05:30
Arun
866612bfda
Merge pull request #1302 from N-R-K/makefile_rebuild
...
rebuild if Makefile changes
2022-02-04 08:57:40 +05:30
NRK
ff1c1eb2e1
rebuild if Makefile changes
2022-02-03 22:20:55 +06:00
Arun
fbb2172627
Merge pull request #1300 from N-R-K/rsynccp_fix
...
[rsynccp & fzcd]: avoid using non-portable xargs flag
2022-02-01 18:28:41 +05:30
NRK
24db74fd7b
fzcd: avoid using non-portable xargs flag
2022-02-01 18:00:20 +06:00
NRK
ffd0468f67
rsynccp: avoid using non-portable flags
...
Closes: https://github.com/jarun/nnn/issues/1299
2022-02-01 16:29:40 +06:00
Arun Prakash Jana
e67587204b
Update ToDo list link
2022-01-23 20:55:16 +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
Arun
bfa2d4fce5
Merge pull request #1289 from luukvbaal/preview-tui
...
Preview-tui support windows terminal split
2022-01-18 00:22:11 +05:30
Luuk van Baal
ecad3e0524
Preview-tui support windows terminal split
...
Co-authored-by: WanderLanz
2022-01-17 14:20:27 +01:00
Arun
b8b0bab426
Merge pull request #1288 from Anomalocaridid/fix-nuke-imv
...
add support for imv when named imv in nuke
2022-01-09 16:16:37 +05:30
Arun
9c6ce560f1
Merge pull request #1287 from lawnowner/master
...
Remove trailing blanks to assure .desktop suffix for xdg-mime.
2022-01-09 16:15:52 +05:30
Anomalocaridid
efa960d022
add support for imv when named imv in nuke
2022-01-08 16:21:49 -05:00
lwnctd
49aa4dabf1
Remove trailing blanks to assure .desktop suffix for xdg-mime.
2022-01-08 05:34:20 +03:00
Arun
2eadf35fa0
Merge pull request #1277 from N-R-K/webp_icon
...
add webp icon
2021-12-26 17:33:46 +05:30
NRK
04181084c0
add webp icon
2021-12-26 14:43:18 +06:00
Arun
dcf3a35cd5
Merge pull request #1276 from N-R-K/bookmark_doc
...
add bookmark section to the manpage
2021-12-26 11:56:53 +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
Arun
3368a7905b
Merge pull request #1275 from N-R-K/pedantic_cleanups
...
Pedantic cleanups
2021-12-25 22:36:13 +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
Arun
e44f8d3fcc
Merge pull request #1270 from N-R-K/doc_improvement
...
Make the manpage more clear
2021-12-25 08:17:45 +05:30
Arun
282266705e
Merge branch 'master' into doc_improvement
2021-12-25 08:17:34 +05:30
Patrick
fe0608116a
introduce new plugin for jumping git root
2021-12-25 08:13:43 +05:30
Arun Prakash Jana
0fb7a25612
Use terms consistent with man page in docs
2021-12-25 08:13:41 +05:30
Arun Prakash Jana
b69f838fb8
Update bug report template
2021-12-25 08:13:40 +05:30
Luuk van Baal
beafeaaea2
Preview-tui fix gif conversion
2021-12-25 08:13:40 +05:30
Luuk van Baal
a3d660b673
Preview-tui fix gif whitespace name
2021-12-25 08:13:39 +05:30
NRK
ac86fbed0f
add icon for opus files
2021-12-25 08:13:39 +05:30
Luuk van Baal
48bcc929e8
Restorepreview when launching subshell
2021-12-25 08:13:39 +05:30
Luuk van Baal
06bf4f5dce
Replace restorepreview workaround
2021-12-25 08:13:38 +05:30
KlzXS
3be2dd8390
Remove -E from sed in plugins
2021-12-25 08:13:35 +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
Arun Prakash Jana
892e4c0082
Use terms consistent with man page in docs
2021-12-25 08:02:27 +05:30
Arun Prakash Jana
bd6e7e8147
Update bug report template
2021-12-20 11:56:54 +05:30