]>
Sergey Matveev's repositories - nnn.git/log
Arun [Fri, 25 Mar 2022 22:32:44 +0000 (04:02 +0530)]
Merge pull request #1331 from JingMatrix/master
Preview for djvu files
JingMatrix [Fri, 25 Mar 2022 16:21:11 +0000 (17:21 +0100)]
Preview for djvu files
Arun [Wed, 23 Mar 2022 21:35:47 +0000 (03:05 +0530)]
Merge pull request #1330 from N-R-K/prompt_clearsel
native prompt: clear selection on successful operation
NRK [Wed, 23 Mar 2022 18:18:46 +0000 (00:18 +0600)]
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.
Arun [Wed, 23 Mar 2022 15:33:31 +0000 (21:03 +0530)]
Merge pull request #1329 from N-R-K/avoid_malloc
avoid unnessary heap allocation
NRK [Tue, 22 Mar 2022 11:50:54 +0000 (17:50 +0600)]
avoid unnessary heap allocation
the binary size shouldn't change since it'll most likely go into the bss
section.
Arun Prakash Jana [Sun, 13 Mar 2022 07:07:50 +0000 (12:37 +0530)]
Support n/N to cancel forced rm
Arun [Thu, 10 Mar 2022 17:22:46 +0000 (22:52 +0530)]
Merge pull request #1321 from N-R-K/preview_tui_debug
preview-tui: make debugging easier
NRK [Fri, 24 Dec 2021 00:39:21 +0000 (06:39 +0600)]
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.
Arun Prakash Jana [Sat, 26 Feb 2022 20:36:24 +0000 (02:06 +0530)]
Fix entry order
Arun Prakash Jana [Sat, 26 Feb 2022 20:13:00 +0000 (01:43 +0530)]
Fix #1312
Arun [Wed, 23 Feb 2022 15:41:22 +0000 (21:11 +0530)]
Merge pull request #1314 from Darukutsu/master
Added a user-script/plugin to send selected files using GSConnect.
Arun [Wed, 23 Feb 2022 15:38:12 +0000 (21:08 +0530)]
Merge pull request #1315 from N-R-K/include-hidden
export NNN_INCLUDE_HIDDEN to plugins
daru [Tue, 22 Feb 2022 16:04:43 +0000 (17:04 +0100)]
Update plugins/gsconnect
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
daru [Tue, 22 Feb 2022 16:02:02 +0000 (17:02 +0100)]
Update plugins/gsconnect
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
Darukutsu [Tue, 22 Feb 2022 15:16:19 +0000 (16:16 +0100)]
workaround with xargs -0
added hover over file to send
Darukutsu [Sun, 20 Feb 2022 16:57:30 +0000 (17:57 +0100)]
Added a user-script/plugin to send selected files using GSConnect.
NRK [Tue, 22 Feb 2022 11:32:12 +0000 (17:32 +0600)]
export NNN_INCLUDE_HIDDEN to plugins
Closes: https://github.com/jarun/nnn/issues/1308
Arun Prakash Jana [Sun, 20 Feb 2022 20:31:03 +0000 (02:01 +0530)]
Fix condition
Arun [Sun, 20 Feb 2022 08:52:34 +0000 (14:22 +0530)]
Merge pull request #1313 from N-R-K/dragon_name
dragdrop: use "dragon-drop" if it exists
NRK [Sun, 20 Feb 2022 08:41:37 +0000 (14:41 +0600)]
dragdrop: use "dragon-drop" if it exists
to avoid name conflict some distros renamed dragon to `dragon-drop`
https://github.com/mwh/dragon/issues/17#issuecomment-
889878960
Arun [Tue, 15 Feb 2022 14:18:53 +0000 (19:48 +0530)]
Merge pull request #1307 from N-R-K/fd_leak
don't leak inotify_fd to plugins
NRK [Tue, 15 Feb 2022 13:02:21 +0000 (19:02 +0600)]
don't leak inotify_fd to plugins
Closes: https://github.com/jarun/nnn/issues/1291
Co-authored-by: Daniel Eklöf <daniel@ekloef.se>
Arun [Mon, 14 Feb 2022 01:47:49 +0000 (07:17 +0530)]
Merge pull request #1306 from KlzXS/nmv_trash
Respect NNN_TRASH in .nmv
KlzXS [Sun, 13 Feb 2022 09:37:21 +0000 (10:37 +0100)]
Respect NNN_TRASH in .nmv
Arun Prakash Jana [Sat, 5 Feb 2022 18:53:45 +0000 (00:23 +0530)]
Open previous active context on context quit
Arun [Fri, 4 Feb 2022 03:27:40 +0000 (08:57 +0530)]
Merge pull request #1302 from N-R-K/makefile_rebuild
rebuild if Makefile changes
NRK [Thu, 3 Feb 2022 16:20:55 +0000 (22:20 +0600)]
rebuild if Makefile changes
Arun [Tue, 1 Feb 2022 12:58:41 +0000 (18:28 +0530)]
Merge pull request #1300 from N-R-K/rsynccp_fix
[rsynccp & fzcd]: avoid using non-portable xargs flag
NRK [Tue, 1 Feb 2022 12:00:20 +0000 (18:00 +0600)]
fzcd: avoid using non-portable xargs flag
NRK [Tue, 1 Feb 2022 10:29:40 +0000 (16:29 +0600)]
rsynccp: avoid using non-portable flags
Closes: https://github.com/jarun/nnn/issues/1299
Arun Prakash Jana [Sun, 23 Jan 2022 15:25:16 +0000 (20:55 +0530)]
Update ToDo list link
Arun Prakash Jana [Sun, 23 Jan 2022 05:22:33 +0000 (10:52 +0530)]
make option O_NOSORT to disable sort on dir load
Arun Prakash Jana [Sat, 22 Jan 2022 15:36:57 +0000 (21:06 +0530)]
Disable filterinfo if file details enabled
Arun Prakash Jana [Sat, 22 Jan 2022 10:32:51 +0000 (16:02 +0530)]
Update copyright date
Arun [Mon, 17 Jan 2022 18:52:11 +0000 (00:22 +0530)]
Merge pull request #1289 from luukvbaal/preview-tui
Preview-tui support windows terminal split
Luuk van Baal [Mon, 17 Jan 2022 13:20:27 +0000 (14:20 +0100)]
Preview-tui support windows terminal split
Co-authored-by: WanderLanz
Arun [Sun, 9 Jan 2022 10:46:37 +0000 (16:16 +0530)]
Merge pull request #1288 from Anomalocaridid/fix-nuke-imv
add support for imv when named imv in nuke
Arun [Sun, 9 Jan 2022 10:45:52 +0000 (16:15 +0530)]
Merge pull request #1287 from lawnowner/master
Remove trailing blanks to assure .desktop suffix for xdg-mime.
Anomalocaridid [Sat, 8 Jan 2022 21:21:49 +0000 (16:21 -0500)]
add support for imv when named imv in nuke
lwnctd [Sat, 8 Jan 2022 02:34:20 +0000 (05:34 +0300)]
Remove trailing blanks to assure .desktop suffix for xdg-mime.
Arun [Sun, 26 Dec 2021 12:03:46 +0000 (17:33 +0530)]
Merge pull request #1277 from N-R-K/webp_icon
add webp icon
NRK [Sun, 26 Dec 2021 08:43:18 +0000 (14:43 +0600)]
add webp icon
Arun [Sun, 26 Dec 2021 06:26:53 +0000 (11:56 +0530)]
Merge pull request #1276 from N-R-K/bookmark_doc
add bookmark section to the manpage
NRK [Sun, 26 Dec 2021 05:01:05 +0000 (11:01 +0600)]
add bookmark section to the manpage
Arun Prakash Jana [Sun, 26 Dec 2021 04:27:41 +0000 (09:57 +0530)]
Document symlinked bookmarks in the manpage
Arun [Sat, 25 Dec 2021 17:06:13 +0000 (22:36 +0530)]
Merge pull request #1275 from N-R-K/pedantic_cleanups
Pedantic cleanups
NRK [Sat, 25 Dec 2021 06:18:47 +0000 (12:18 +0600)]
check bound before making access
NRK [Sat, 25 Dec 2021 05:26:47 +0000 (11:26 +0600)]
avoid having function with unspecified arguments
NRK [Sat, 25 Dec 2021 04:37:53 +0000 (10:37 +0600)]
avoid doing arithmetic on void pointer
Arun [Sat, 25 Dec 2021 02:47:45 +0000 (08:17 +0530)]
Merge pull request #1270 from N-R-K/doc_improvement
Make the manpage more clear
Arun [Sat, 25 Dec 2021 02:47:34 +0000 (08:17 +0530)]
Merge branch 'master' into doc_improvement
Patrick [Fri, 24 Dec 2021 01:44:27 +0000 (17:44 -0800)]
introduce new plugin for jumping git root
Arun Prakash Jana [Sat, 25 Dec 2021 02:19:03 +0000 (07:49 +0530)]
Use terms consistent with man page in docs
Arun Prakash Jana [Mon, 20 Dec 2021 06:26:54 +0000 (11:56 +0530)]
Update bug report template
Luuk van Baal [Mon, 20 Dec 2021 01:39:10 +0000 (02:39 +0100)]
Preview-tui fix gif conversion
Luuk van Baal [Sat, 18 Dec 2021 21:34:24 +0000 (22:34 +0100)]
Preview-tui fix gif whitespace name
NRK [Tue, 14 Dec 2021 18:45:58 +0000 (00:45 +0600)]
add icon for opus files
Luuk van Baal [Fri, 17 Dec 2021 11:41:29 +0000 (12:41 +0100)]
Restorepreview when launching subshell
Luuk van Baal [Tue, 14 Dec 2021 16:16:56 +0000 (17:16 +0100)]
Replace restorepreview workaround
KlzXS [Fri, 26 Nov 2021 09:33:11 +0000 (10:33 +0100)]
Remove -E from sed in plugins
NRK [Sat, 25 Dec 2021 02:39:29 +0000 (08:39 +0600)]
slight reword
NRK [Sat, 25 Dec 2021 02:29:46 +0000 (08:29 +0600)]
upadte the source code according to the docs
NRK [Sat, 25 Dec 2021 02:24:38 +0000 (08:24 +0600)]
-A doc: change auto-select to auto-enter
NRK [Sat, 25 Dec 2021 02:13:31 +0000 (08:13 +0600)]
clarify '+' keybinding in type-to-nav mode
NRK [Sat, 25 Dec 2021 02:12:18 +0000 (08:12 +0600)]
reword 'select' -> 'selection'
NRK [Sat, 25 Dec 2021 01:46:54 +0000 (07:46 +0600)]
fix plugin requirement
NRK [Thu, 23 Dec 2021 22:51:21 +0000 (04:51 +0600)]
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
Arun Prakash Jana [Sat, 25 Dec 2021 02:19:03 +0000 (07:49 +0530)]
Use terms consistent with man page in docs
Arun Prakash Jana [Mon, 20 Dec 2021 06:26:54 +0000 (11:56 +0530)]
Update bug report template
Arun [Mon, 20 Dec 2021 04:46:23 +0000 (10:16 +0530)]
Merge pull request #1267 from luukvbaal/preview-tui
Preview-tui fix gif conversion
Luuk van Baal [Mon, 20 Dec 2021 01:39:10 +0000 (02:39 +0100)]
Preview-tui fix gif conversion
Arun [Sat, 18 Dec 2021 21:43:25 +0000 (03:13 +0530)]
Merge pull request #1263 from luukvbaal/preview-tui
Preview-tui fix gif whitespace name
Luuk van Baal [Sat, 18 Dec 2021 21:34:24 +0000 (22:34 +0100)]
Preview-tui fix gif whitespace name
Arun [Fri, 17 Dec 2021 12:16:59 +0000 (17:46 +0530)]
Merge pull request #1258 from N-R-K/opus_icon
add icon for opus files
Arun [Fri, 17 Dec 2021 12:16:33 +0000 (17:46 +0530)]
Merge pull request #1257 from luukvbaal/patches
Restorepreview patch improvements
Luuk van Baal [Fri, 17 Dec 2021 11:41:29 +0000 (12:41 +0100)]
Restorepreview when launching subshell
NRK [Tue, 14 Dec 2021 18:45:58 +0000 (00:45 +0600)]
add icon for opus files
Luuk van Baal [Tue, 14 Dec 2021 16:16:56 +0000 (17:16 +0100)]
Replace restorepreview workaround
Arun [Sun, 28 Nov 2021 01:15:30 +0000 (06:45 +0530)]
Merge pull request #1247 from KlzXS/posix_sed
Remove -E from sed in plugins
Arun [Sat, 27 Nov 2021 10:13:27 +0000 (15:43 +0530)]
Merge pull request #1248 from yeetologist/master
Fix zsh auto-completion typo
yeetologist [Sat, 27 Nov 2021 04:57:45 +0000 (11:57 +0700)]
Fix zsh auto-completion typo
Arun Prakash Jana [Sat, 27 Nov 2021 04:18:21 +0000 (09:48 +0530)]
Remove redundant line
KlzXS [Fri, 26 Nov 2021 09:33:11 +0000 (10:33 +0100)]
Remove -E from sed in plugins
Arun [Wed, 24 Nov 2021 17:18:02 +0000 (22:48 +0530)]
Merge pull request #1244 from N-R-K/malloc_size
fix the malloc size in get_archive_cmd
NRK [Wed, 24 Nov 2021 16:34:22 +0000 (22:34 +0600)]
use patterns[] for archive command string
NRK [Wed, 24 Nov 2021 16:06:05 +0000 (22:06 +0600)]
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.
NRK [Wed, 24 Nov 2021 15:53:11 +0000 (21:53 +0600)]
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.
Arun [Wed, 24 Nov 2021 12:55:13 +0000 (18:25 +0530)]
Merge pull request #1243 from omar-polo/sed-misc
misc sed tweaks
Omar Polo [Wed, 24 Nov 2021 10:44:50 +0000 (11:44 +0100)]
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 ...)
Omar Polo [Wed, 24 Nov 2021 10:40:59 +0000 (11:40 +0100)]
drop unnecessary ifdef __linux__
since nnn requires gsed anyway, why don't use it?
Probably forgot in #1210
Arun Prakash Jana [Tue, 23 Nov 2021 13:28:43 +0000 (18:58 +0530)]
Set Haiku variety to dev
Arun Prakash Jana [Tue, 23 Nov 2021 13:03:45 +0000 (18:33 +0530)]
Prepare for release v4.4 Tequila
Arun [Tue, 23 Nov 2021 12:47:13 +0000 (18:17 +0530)]
Merge pull request #1241 from luukvbaal/master
Guard open_with getreadline for picker
Luuk van Baal [Tue, 23 Nov 2021 12:11:42 +0000 (13:11 +0100)]
Guard open_with getreadline with for picker
fix luukvbaal/nnn.nvim#25
Arun [Tue, 16 Nov 2021 17:08:32 +0000 (22:38 +0530)]
Merge pull request #1240 from KlzXS/percent_j
Enforce %J only at the end of command
KlzXS [Mon, 15 Nov 2021 23:44:44 +0000 (00:44 +0100)]
Enforce %J only at the end of command
Also removes double shell
Arun [Mon, 15 Nov 2021 13:36:54 +0000 (19:06 +0530)]
Merge pull request #1239 from tonijarjour/patch-1
n/sxiv play gifs automatically from tabbed
Toni Jarjour [Mon, 15 Nov 2021 01:56:32 +0000 (20:56 -0500)]
n/sxiv play gifs automatically from tabbed
Arun Prakash Jana [Sun, 14 Nov 2021 19:03:25 +0000 (00:33 +0530)]
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.