]> Sergey Matveev's repositories - nnn.git/log
nnn.git
2 years agoReduce get_wch() array length and initialization.
Arun Prakash Jana [Wed, 20 Jul 2022 13:19:24 +0000 (18:49 +0530)]
Reduce get_wch() array length and initialization.

2 years agoescape call to `nnn` so `nnn` can be used as an alias to `n`
Anomalocaridid [Sun, 17 Jul 2022 00:25:59 +0000 (00:25 +0000)]
escape call to `nnn` so `nnn` can be used as an alias to `n`

2 years agoAdd Makefile target shellcheck
Arun Prakash Jana [Sat, 16 Jul 2022 17:47:32 +0000 (23:17 +0530)]
Add Makefile target shellcheck

2 years agoMinor improvements
Arun Prakash Jana [Sat, 16 Jul 2022 17:14:53 +0000 (22:44 +0530)]
Minor improvements

2 years agoShow volume used information in help
Arun Prakash Jana [Thu, 14 Jul 2022 02:38:31 +0000 (08:08 +0530)]
Show volume used information in help

2 years agoFix double order chars on filter case match change
Arun Prakash Jana [Wed, 13 Jul 2022 15:50:05 +0000 (21:20 +0530)]
Fix double order chars on filter case match change

2 years agoFix checkpatches duplicate make
Luuk van Baal [Mon, 11 Jul 2022 13:15:56 +0000 (15:15 +0200)]
Fix checkpatches duplicate make

2 years agoUpdate README
Arun Prakash Jana [Sun, 10 Jul 2022 16:06:56 +0000 (21:36 +0530)]
Update README

2 years agoRemove redundant check
Arun Prakash Jana [Sun, 10 Jul 2022 04:27:20 +0000 (09:57 +0530)]
Remove redundant check

sdfdf

2 years agoMerge pull request #1421 from luukvbaal/patches
Arun [Sat, 9 Jul 2022 11:50:46 +0000 (17:20 +0530)]
Merge pull request #1421 from luukvbaal/patches

Add colemak patch

2 years agoAdd colemak patch
Luuk van Baal [Sat, 9 Jul 2022 11:42:38 +0000 (13:42 +0200)]
Add colemak patch

2 years agoMerge pull request #1420 from CinnamonJui/patch-1
Arun [Fri, 8 Jul 2022 15:27:35 +0000 (20:57 +0530)]
Merge pull request #1420 from CinnamonJui/patch-1

Update plugin name in Configuration section

2 years agoUpdate plugin name in Configuration section
Jie [Fri, 8 Jul 2022 15:25:40 +0000 (23:25 +0800)]
Update plugin name in Configuration section

As the plugin was renamed from 'mocplay' to 'mocq' in 4dcefcc4d4a1f4b0d3c62d6c842eb5ced4c26d5b

2 years agoUdpate ToDO list
Arun Prakash Jana [Fri, 1 Jul 2022 16:56:47 +0000 (22:26 +0530)]
Udpate ToDO list

2 years agoMerge pull request #1413 from N-R-K/patches_ci
Arun [Fri, 1 Jul 2022 02:15:00 +0000 (07:45 +0530)]
Merge pull request #1413 from N-R-K/patches_ci

make it easy to check for failing patches locally

2 years agomake it easy to check for failing patches locally
NRK [Wed, 29 Jun 2022 19:23:32 +0000 (01:23 +0600)]
make it easy to check for failing patches locally

adds a script `check-patches.sh` to check for patch failures and also
adds a make target `checkpatches` which will invoke the check-patches
script.

2 years agoFix build break
NRK [Thu, 30 Jun 2022 09:36:59 +0000 (15:36 +0600)]
Fix build break

2 years agoadd z.lua to autojump
happy wang [Thu, 30 Jun 2022 03:22:36 +0000 (11:22 +0800)]
add z.lua to autojump

2 years agoMerge pull request #1412 from N-R-K/misc_cleanups
Arun [Wed, 29 Jun 2022 19:21:43 +0000 (00:51 +0530)]
Merge pull request #1412 from N-R-K/misc_cleanups

Misc cleanups

2 years agofix breaking patches
NRK [Wed, 29 Jun 2022 18:54:31 +0000 (00:54 +0600)]
fix breaking patches

2 years agoinitialize to zero instead of using memset
NRK [Sat, 28 May 2022 02:49:15 +0000 (08:49 +0600)]
initialize to zero instead of using memset

reduces some unncessary code. and when initializing larger objects,
compilers (gcc and clang at least) typically tend to compile it down to
a memset anyways.

2 years agocfg: use designated initializer
NRK [Wed, 1 Jun 2022 13:40:21 +0000 (19:40 +0600)]
cfg: use designated initializer

anything not explicitly initialized will be implicitly initialized to
zero. this makes things more robust since comments are not checked by
the compiler and can be incorrect.

2 years agofix incorrect comment
NRK [Wed, 1 Jun 2022 13:42:29 +0000 (19:42 +0600)]
fix incorrect comment

xextension() uses xmemrchr to find '.'

2 years agoMerge pull request #1411 from luukvbaal/preview-tui
Arun [Wed, 29 Jun 2022 15:29:14 +0000 (20:59 +0530)]
Merge pull request #1411 from luukvbaal/preview-tui

Account for ueberzug offset in preview-tui

2 years agoAccount for ueberzug offset in preview-tui
Luuk van Baal [Wed, 29 Jun 2022 10:33:11 +0000 (12:33 +0200)]
Account for ueberzug offset in preview-tui

2 years agoFix build break
Arun Prakash Jana [Tue, 28 Jun 2022 17:37:05 +0000 (23:07 +0530)]
Fix build break

2 years agoMerge pull request #1409 from luukvbaal/preview-tui
Arun [Tue, 28 Jun 2022 11:25:22 +0000 (16:55 +0530)]
Merge pull request #1409 from luukvbaal/preview-tui

Scale up kitty previews

2 years agoScale up kitty previews
Luuk van Baal [Tue, 28 Jun 2022 10:43:35 +0000 (12:43 +0200)]
Scale up kitty previews

2 years agoAdd new emoji for C files
Arun Prakash Jana [Sat, 25 Jun 2022 14:37:43 +0000 (20:07 +0530)]
Add new emoji for C files

2 years agoNew icons for audio and video
Arun Prakash Jana [Sat, 25 Jun 2022 14:29:13 +0000 (19:59 +0530)]
New icons for audio and video

2 years agoMerge pull request #1406 from N-R-K/realpath
Arun [Mon, 20 Jun 2022 16:18:20 +0000 (21:48 +0530)]
Merge pull request #1406 from N-R-K/realpath

account for realpath failure and update link

2 years agoREADME: update my name and link
NRK [Mon, 20 Jun 2022 16:06:23 +0000 (22:06 +0600)]
README: update my name and link

2 years agoaccount for realpath failure
NRK [Mon, 20 Jun 2022 15:49:41 +0000 (21:49 +0600)]
account for realpath failure

realpath may fail, in which case fallback to mkpath.

2 years agoUpdate plugin doc
Arun Prakash Jana [Thu, 16 Jun 2022 18:10:05 +0000 (23:40 +0530)]
Update plugin doc

2 years agoUse the term auto-advance instead of auto-jump
Arun Prakash Jana [Wed, 15 Jun 2022 14:18:11 +0000 (19:48 +0530)]
Use the term auto-advance instead of auto-jump

There's no jump.

2 years agoRevert "Add bookmarknav patch"
Arun Prakash Jana [Tue, 14 Jun 2022 12:13:50 +0000 (17:43 +0530)]
Revert "Add bookmarknav patch"

This reverts commit fbd6f69f25795f210c2acabd3306e707c0c9c382.

2 years agoFix docs, allow `/` to enable filter inside bookmarks
Arun Prakash Jana [Tue, 14 Jun 2022 12:06:17 +0000 (17:36 +0530)]
Fix docs, allow `/` to enable filter inside bookmarks

2 years agoEnable automatic dir entry on unique filer match
Arun Prakash Jana [Tue, 14 Jun 2022 08:19:41 +0000 (13:49 +0530)]
Enable automatic dir entry on unique filer match

2 years agoEnable filtering in plugins/bookmarks dirs
Arun Prakash Jana [Tue, 14 Jun 2022 07:40:54 +0000 (13:10 +0530)]
Enable filtering in plugins/bookmarks dirs

Enable auto-dir entry on filter mode

2 years agoRevert #1398: Go to prev dir on bookmark key repeat
Arun Prakash Jana [Tue, 14 Jun 2022 07:21:42 +0000 (12:51 +0530)]
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.

2 years agoMerge pull request #1402 from luukvbaal/selbm
Arun [Mon, 13 Jun 2022 11:51:02 +0000 (17:21 +0530)]
Merge pull request #1402 from luukvbaal/selbm

Fix false positive selbm

2 years agoFix false positive selbm
Luuk van Baal [Mon, 13 Jun 2022 02:07:40 +0000 (04:07 +0200)]
Fix false positive selbm

2 years agoFix patch doc
Arun Prakash Jana [Sun, 12 Jun 2022 02:26:21 +0000 (07:56 +0530)]
Fix patch doc

2 years agoUse a more visible color
Arun Prakash Jana [Sun, 12 Jun 2022 02:01:32 +0000 (07:31 +0530)]
Use a more visible color

2 years agoMerge pull request #1401 from luukvbaal/master
Arun [Sun, 12 Jun 2022 02:01:06 +0000 (07:31 +0530)]
Merge pull request #1401 from luukvbaal/master

Add bookmarknav patch

2 years agoAdd bookmarknav patch
Luuk van Baal [Sat, 11 Jun 2022 17:44:44 +0000 (19:44 +0200)]
Add bookmarknav patch

2 years agoSkip redundant getutil() call
Arun Prakash Jana [Sat, 11 Jun 2022 16:02:16 +0000 (21:32 +0530)]
Skip redundant getutil() call

2 years agoAdd informative comment
Arun Prakash Jana [Sat, 11 Jun 2022 15:55:03 +0000 (21:25 +0530)]
Add informative comment

2 years agoPatch #1386: make bsdtar the default archive handler
Arun Prakash Jana [Sat, 11 Jun 2022 09:39:40 +0000 (15:09 +0530)]
Patch #1386: make bsdtar the default archive handler

2 years agoAdd new icon colors for mp4 and flac formats
Arun Prakash Jana [Sat, 11 Jun 2022 01:49:57 +0000 (07:19 +0530)]
Add new icon colors for mp4 and flac formats

2 years agoFix segfault when last dir is not set
Arun Prakash Jana [Sat, 11 Jun 2022 00:35:57 +0000 (06:05 +0530)]
Fix segfault when last dir is not set

2 years agoGo to last dir on bookmark key repeat
Göran Gustafsson [Wed, 8 Jun 2022 05:45:18 +0000 (07:45 +0200)]
Go to last dir on bookmark key repeat

2 years agoFix #1385: document internal files in 'plugins' dir
Arun Prakash Jana [Fri, 10 Jun 2022 15:29:09 +0000 (20:59 +0530)]
Fix #1385: document internal files in 'plugins' dir

2 years agoMerge pull request #1394 from luukvbaal/explorer
Arun [Wed, 8 Jun 2022 20:56:27 +0000 (02:26 +0530)]
Merge pull request #1394 from luukvbaal/explorer

Disable e on explorer mode

2 years agoDisable e on explorer mode
Luuk van Baal [Wed, 8 Jun 2022 19:01:03 +0000 (21:01 +0200)]
Disable e on explorer mode

2 years agoMerge pull request #1391 from ggustafsson/feat/usage-stdout-fix
Arun [Tue, 7 Jun 2022 21:24:27 +0000 (02:54 +0530)]
Merge pull request #1391 from ggustafsson/feat/usage-stdout-fix

Print usage info to stdout instead of stderr

2 years agoMerge pull request #1389 from ggustafsson/feat/bsd-stat-x-fix
Arun [Tue, 7 Jun 2022 20:08:53 +0000 (01:38 +0530)]
Merge pull request #1389 from ggustafsson/feat/bsd-stat-x-fix

Use -x flag with BSD stat

2 years agoPrint usage info to stdout instead of stderr
Göran Gustafsson [Tue, 7 Jun 2022 18:33:05 +0000 (20:33 +0200)]
Print usage info to stdout instead of stderr

2 years agoUse -x flag with BSD stat
Göran Gustafsson [Sun, 5 Jun 2022 20:13:23 +0000 (22:13 +0200)]
Use -x flag with BSD stat

2 years agoMerge pull request #1384 from N-R-K/fix_sizeof
Arun [Thu, 2 Jun 2022 16:14:52 +0000 (21:44 +0530)]
Merge pull request #1384 from N-R-K/fix_sizeof

fix incorrect usage of sizeof

2 years agofix incorrect usage of sizeof
NRK [Wed, 1 Jun 2022 13:57:09 +0000 (19:57 +0600)]
fix incorrect usage of sizeof

`sizeof(cmd)` here would give the sizeof a char pointer, not the sizeof
the cp/mv array.

2 years agoMerge pull request #1380 from luukvbaal/master
Arun [Tue, 31 May 2022 11:06:23 +0000 (16:36 +0530)]
Merge pull request #1380 from luukvbaal/master

Update patch conflict instructions/workflow

2 years agoUpdate patch conflict instructions/workflow
Luuk van Baal [Tue, 31 May 2022 09:07:31 +0000 (11:07 +0200)]
Update patch conflict instructions/workflow

2 years agoMerge pull request #1379 from luukvbaal/master
Arun [Mon, 30 May 2022 17:59:46 +0000 (23:29 +0530)]
Merge pull request #1379 from luukvbaal/master

Move patch ci to ubuntu

2 years agoMove patch ci to ubuntu
Luuk van Baal [Mon, 30 May 2022 17:45:28 +0000 (19:45 +0200)]
Move patch ci to ubuntu

2 years agoUpdate doc
Arun Prakash Jana [Mon, 30 May 2022 16:59:51 +0000 (22:29 +0530)]
Update doc

2 years agoRevert "Enter type-to-nav for bookmarks dir"
Arun Prakash Jana [Mon, 30 May 2022 16:50:45 +0000 (22:20 +0530)]
Revert "Enter type-to-nav for bookmarks dir"

This reverts commit 8cdeddeb4a53b371d863d65c21e1f0ffe342f536.

2 years agoRevert "Fix reverting filtermode on empty directory"
Arun Prakash Jana [Mon, 30 May 2022 16:49:41 +0000 (22:19 +0530)]
Revert "Fix reverting filtermode on empty directory"

This reverts commit 4337214f501a7911faf84be481bff31eee7f30e0.

2 years agoMerge pull request #1377 from luukvbaal/patches
Arun [Mon, 30 May 2022 16:42:30 +0000 (22:12 +0530)]
Merge pull request #1377 from luukvbaal/patches

Add patch conflict instructions

2 years agoMerge pull request #1376 from N-R-K/patches_ci
Arun [Mon, 30 May 2022 16:41:43 +0000 (22:11 +0530)]
Merge pull request #1376 from N-R-K/patches_ci

Improve patches ci

2 years agoAdd patch conflict instructions
Luuk van Baal [Mon, 30 May 2022 12:43:59 +0000 (14:43 +0200)]
Add patch conflict instructions

2 years agoimprove patch conflict ci script
N-R-K [Mon, 30 May 2022 11:37:57 +0000 (11:37 +0000)]
improve patch conflict ci script

goes through all different combinations automatically and makes adding
another patch easier by simply putting the name into the patches array.

2 years agoMerge pull request #1375 from luukvbaal/master
Arun [Mon, 30 May 2022 00:52:23 +0000 (06:22 +0530)]
Merge pull request #1375 from luukvbaal/master

Add patch conflict workflow

2 years agoAdd patch conflict workflow
Luuk van Baal [Sun, 29 May 2022 23:01:46 +0000 (01:01 +0200)]
Add patch conflict workflow

2 years agoGet rid of rundir
Arun Prakash Jana [Sun, 29 May 2022 17:02:54 +0000 (22:32 +0530)]
Get rid of rundir

2 years agoFix reverting filtermode on empty directory
Arun Prakash Jana [Sun, 29 May 2022 14:47:55 +0000 (20:17 +0530)]
Fix reverting filtermode on empty directory

2 years agoFix build break
Arun Prakash Jana [Sun, 29 May 2022 14:39:33 +0000 (20:09 +0530)]
Fix build break

2 years agoMerge pull request #1373 from luukvbaal/bmnav
Arun [Sun, 29 May 2022 14:07:33 +0000 (19:37 +0530)]
Merge pull request #1373 from luukvbaal/bmnav

Enter type-to-nav for bookmarks dir

2 years agoEnter type-to-nav for bookmarks dir
Luuk van Baal [Sun, 29 May 2022 11:55:15 +0000 (13:55 +0200)]
Enter type-to-nav for bookmarks dir

2 years agoMerge pull request #1372 from luukvbaal/patches
Arun [Sun, 29 May 2022 08:42:44 +0000 (14:12 +0530)]
Merge pull request #1372 from luukvbaal/patches

Fix restorepreview patch conflict

2 years agoFix restorepreview patch conflict
Luuk van Baal [Sat, 28 May 2022 23:32:07 +0000 (01:32 +0200)]
Fix restorepreview patch conflict

2 years agoUpdate docs
Arun Prakash Jana [Sat, 28 May 2022 18:16:46 +0000 (23:46 +0530)]
Update docs

2 years agoClear runtime states
Arun Prakash Jana [Sat, 28 May 2022 18:00:56 +0000 (23:30 +0530)]
Clear runtime states

2 years agoFix #1369: limit symlinked bookmarks to bookmarks dir
Arun Prakash Jana [Sat, 28 May 2022 17:44:07 +0000 (23:14 +0530)]
Fix #1369: limit symlinked bookmarks to bookmarks dir

2 years agoUpdate man page.
Arun Prakash Jana [Sat, 28 May 2022 00:38:21 +0000 (06:08 +0530)]
Update man page.

2 years agoMerge pull request #1371 from dnbz/master
Arun [Sat, 28 May 2022 00:27:18 +0000 (05:57 +0530)]
Merge pull request #1371 from dnbz/master

Fix a broken link in CONTRIBUTING.md

2 years agoFix #1369: open target of symlinked bookmark
Arun Prakash Jana [Sat, 28 May 2022 00:24:55 +0000 (05:54 +0530)]
Fix #1369: open target of symlinked bookmark

2 years agoFix a broken link in CONTRIBUTING.md
Dan Baz [Sat, 28 May 2022 00:17:15 +0000 (00:17 +0000)]
Fix a broken link in CONTRIBUTING.md

2 years agoFIx alignment
Arun Prakash Jana [Wed, 25 May 2022 21:06:59 +0000 (02:36 +0530)]
FIx alignment

2 years agoMerge pull request #1366 from jarun/preview-tui-kitty
Arun [Mon, 23 May 2022 15:44:36 +0000 (21:14 +0530)]
Merge pull request #1366 from jarun/preview-tui-kitty

Improve preview-tui kitty documentation

2 years agoImprove preview-tui kitty documentation
luukvbaal [Mon, 23 May 2022 15:25:19 +0000 (17:25 +0200)]
Improve preview-tui kitty documentation

2 years agoMerge pull request #1364 from cain-dev/patch-1
Arun [Sat, 14 May 2022 01:06:07 +0000 (06:36 +0530)]
Merge pull request #1364 from cain-dev/patch-1

Reference dependency needed for kitty preview

2 years agoReference dependency needed for kitty preview
cain-dev [Fri, 13 May 2022 19:41:42 +0000 (16:41 -0300)]
Reference dependency needed for kitty preview

2 years agoEmoji changes
Arun Prakash Jana [Thu, 12 May 2022 21:06:58 +0000 (02:36 +0530)]
Emoji changes

2 years agoMerge pull request #1363 from N-R-K/alloc_check
Arun [Thu, 12 May 2022 12:35:53 +0000 (18:05 +0530)]
Merge pull request #1363 from N-R-K/alloc_check

check for some alloc failures

2 years agocheck for some alloc failures
NRK [Thu, 12 May 2022 11:23:29 +0000 (17:23 +0600)]
check for some alloc failures

2 years agoMerge pull request #1361 from N-R-K/headers_makefile
Arun [Thu, 12 May 2022 11:06:11 +0000 (16:36 +0530)]
Merge pull request #1361 from N-R-K/headers_makefile

add headers as make dependancy

2 years agoadd headers as make dependancy
NRK [Sat, 23 Apr 2022 19:54:09 +0000 (01:54 +0600)]
add headers as make dependancy

2 years agoChange some emojis
Arun Prakash Jana [Wed, 11 May 2022 16:10:23 +0000 (21:40 +0530)]
Change some emojis

2 years agoUse correct Emojis for arrows
Arun Prakash Jana [Tue, 10 May 2022 20:24:54 +0000 (01:54 +0530)]
Use correct Emojis for arrows