]> Sergey Matveev's repositories - nnn.git/log
nnn.git
3 years agoRename plugin mocplay to mocq
Arun Prakash Jana [Sat, 15 May 2021 18:55:47 +0000 (00:25 +0530)]
Rename plugin mocplay to mocq

3 years agoAdd plugin cmusq (#1010)
Kabouik [Sat, 15 May 2021 18:06:46 +0000 (18:06 +0000)]
Add plugin cmusq (#1010)

* Fix conflict with #1006

* Queue/play in cmus player

* Remove leftover comments

* start_cmus function, optional xdotool dependency, better process waiting

* start_cmus function, better process waiting, optional xdotool dep

* Merge conflicts

* Better reporting of past actions

* Discriminate newly started queue and existing queue

* Harmonize descriptions, rename cmusqueue to cmusq, clean cmusq code

* Remove cmusqueue

* Exit if cmus missing and style changes

Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
3 years agoSanitize in-plugin documentation
Arun Prakash Jana [Sat, 15 May 2021 17:32:01 +0000 (23:02 +0530)]
Sanitize in-plugin documentation

3 years agoChnage tabs to spaces
Arun Prakash Jana [Sat, 15 May 2021 01:27:20 +0000 (06:57 +0530)]
Chnage tabs to spaces

3 years agoIf/else to case in preview-tui (#1009)
luukvbaal [Fri, 14 May 2021 17:16:30 +0000 (19:16 +0200)]
If/else to case in preview-tui (#1009)

* If/else to case in preview-tui

* Fix conflict between #1004 #1006

3 years agoMore minimal bat previews, minor improvements to fzplug (#1004)
Kabouik [Fri, 14 May 2021 14:29:43 +0000 (14:29 +0000)]
More minimal bat previews, minor improvements to fzplug (#1004)

* More minimal bat previews, minor improvements to fzplug

* Use BAT_STYLE if set, better fzplug formatting

* Fix linebreak in single quotes

* Fix line numbers in comments

* Readability and shellcheck warning

* Fix line numbers in comments

* Breaking typo

* Pre-existing BAT_STYLE would not be honored in tmux

3 years agoRemove unnecessary redirection
Arun Prakash Jana [Fri, 14 May 2021 13:15:09 +0000 (18:45 +0530)]
Remove unnecessary redirection

3 years agoReplace which with builtin type in plugins
Arun Prakash Jana [Fri, 14 May 2021 12:03:28 +0000 (17:33 +0530)]
Replace which with builtin type in plugins

3 years agoOptimize loop comparison
Arun Prakash Jana [Fri, 14 May 2021 07:05:43 +0000 (12:35 +0530)]
Optimize loop comparison

3 years agoFix hovered marking on empty directory
Arun Prakash Jana [Fri, 14 May 2021 06:25:52 +0000 (11:55 +0530)]
Fix hovered marking on empty directory

3 years agoShow du/au details on enabling disk usage mode
Arun Prakash Jana [Fri, 14 May 2021 06:08:44 +0000 (11:38 +0530)]
Show du/au details on enabling disk usage mode

3 years agoReduce checks in per-entry print loop
Arun Prakash Jana [Fri, 14 May 2021 03:56:58 +0000 (09:26 +0530)]
Reduce checks in per-entry print loop

3 years agoshellcheck fixes + use the last known good commit
Arun Prakash Jana [Fri, 14 May 2021 03:17:15 +0000 (08:47 +0530)]
shellcheck fixes + use the last known good commit

3 years agoMerge pull request #1006 from luukvbaal/preview-tui
Piña Colada [Fri, 14 May 2021 02:22:54 +0000 (07:52 +0530)]
Merge pull request #1006 from luukvbaal/preview-tui

Kill kitty icat in preview-tui

3 years agoMerge pull request #1005 from luukvbaal/icons
Piña Colada [Fri, 14 May 2021 02:15:36 +0000 (07:45 +0530)]
Merge pull request #1005 from luukvbaal/icons

Fix .iconlookup typo

3 years agoKill kitty icat in preview-tui
Luuk van Baal [Fri, 14 May 2021 01:30:27 +0000 (03:30 +0200)]
Kill kitty icat in preview-tui

3 years agoFix .iconlookup typo
Luuk van Baal [Fri, 14 May 2021 00:08:45 +0000 (02:08 +0200)]
Fix .iconlookup typo

3 years agoAvoid faccessat(..., AT_SYM_NOFOLLOW) with musl libc
Arun Prakash Jana [Thu, 13 May 2021 20:41:59 +0000 (02:11 +0530)]
Avoid faccessat(..., AT_SYM_NOFOLLOW) with musl libc

See https://www.openwall.com/lists/musl/2014/09/25/1

3 years agoChange debug macro DBGMODE to DEBUG
Arun Prakash Jana [Thu, 13 May 2021 18:50:59 +0000 (00:20 +0530)]
Change debug macro DBGMODE to DEBUG

3 years agonetbsd-curses: fix broken statusbar issue
Arun Prakash Jana [Thu, 13 May 2021 18:46:48 +0000 (00:16 +0530)]
netbsd-curses: fix broken statusbar issue

See https://github.com/sabotage-linux/netbsd-curses/issues/46

3 years agoSelection marks in reverse bold
Arun Prakash Jana [Thu, 13 May 2021 13:59:16 +0000 (19:29 +0530)]
Selection marks in reverse bold

3 years agoAdd the xdgdefault plugin (#1003)
lawnowner [Thu, 13 May 2021 10:33:04 +0000 (13:33 +0300)]
Add the xdgdefault plugin (#1003)

3 years agoMerge pull request #1002 from luukvbaal/icons
Piña Colada [Thu, 13 May 2021 03:13:17 +0000 (08:43 +0530)]
Merge pull request #1002 from luukvbaal/icons

Add chess/haskell icons to .iconlookup

3 years agoAdd chess/haskell icons to .iconlookup
Luuk van Baal [Wed, 12 May 2021 23:20:27 +0000 (01:20 +0200)]
Add chess/haskell icons to .iconlookup

3 years agoRemove redundant param
Arun Prakash Jana [Wed, 12 May 2021 18:31:06 +0000 (00:01 +0530)]
Remove redundant param

3 years agoMake space for 512TiB in blocks
Arun Prakash Jana [Wed, 12 May 2021 17:49:22 +0000 (23:19 +0530)]
Make space for 512TiB in blocks

3 years agoInitialize variable, update musl script
Arun Prakash Jana [Wed, 12 May 2021 16:47:44 +0000 (22:17 +0530)]
Initialize variable, update musl script

3 years agoFix script
Arun Prakash Jana [Wed, 12 May 2021 15:46:18 +0000 (21:16 +0530)]
Fix script

3 years agoMerge pull request #1001 from CantoroMC/nerdfont
Piña Colada [Wed, 12 May 2021 14:30:39 +0000 (20:00 +0530)]
Merge pull request #1001 from CantoroMC/nerdfont

nerdfont support for chess files(pgn,fen) haskell(hs,lhs) files and hpp

3 years agoRemove redundant/unaccessed variable
Arun Prakash Jana [Wed, 12 May 2021 14:17:56 +0000 (19:47 +0530)]
Remove redundant/unaccessed variable

3 years agoMerge pull request #1000 from KlzXS/plguin_child
Piña Colada [Wed, 12 May 2021 14:01:38 +0000 (19:31 +0530)]
Merge pull request #1000 from KlzXS/plguin_child

Wait for child on plugin invocation

3 years agonerdfont support for chess files(pgn,fen) haskell(hs,lhs) files and hpp
Marco Cantoro [Wed, 12 May 2021 13:44:46 +0000 (15:44 +0200)]
nerdfont support for chess files(pgn,fen) haskell(hs,lhs) files and hpp

3 years agoWait for child on plugin invocation
KlzXS [Wed, 12 May 2021 06:50:24 +0000 (08:50 +0200)]
Wait for child on plugin invocation

3 years agoFix #998: remove ^Space keybind
Arun Prakash Jana [Wed, 12 May 2021 04:37:29 +0000 (10:07 +0530)]
Fix #998: remove ^Space keybind

netbsd-curses sends a NULL (key value 0) following the KEY_RESIZE.
The keybind ^Space also issues a 0. It seems even the key ^@ sends
the same. Dropping this ambiguous keybind in favour of alternative
key m (more appropriate for 'm'ark anyway). Keys with value 0 will
now be ignored in the filter function.

3 years agoFix template
Arun Prakash Jana [Tue, 11 May 2021 17:23:37 +0000 (22:53 +0530)]
Fix template

3 years agoCompilation script for netbsd-curses + musl libc
Arun Prakash Jana [Tue, 11 May 2021 13:36:13 +0000 (19:06 +0530)]
Compilation script for netbsd-curses + musl libc

3 years agomusl libc: fix run cmd prompt message
Arun Prakash Jana [Tue, 11 May 2021 10:53:06 +0000 (16:23 +0530)]
musl libc: fix run cmd prompt message

3 years agoFix #996: select all on 'A' with empty selection
Arun Prakash Jana [Tue, 11 May 2021 06:25:39 +0000 (11:55 +0530)]
Fix #996: select all on 'A' with empty selection

3 years agoUse existing buffer to (un)select file names
Arun Prakash Jana [Mon, 10 May 2021 21:37:55 +0000 (03:07 +0530)]
Use existing buffer to (un)select file names

3 years agoFix musl-gcc compile warnings
Arun Prakash Jana [Mon, 10 May 2021 18:35:02 +0000 (00:05 +0530)]
Fix musl-gcc compile warnings

3 years agoUpdate README
Arun Prakash Jana [Mon, 10 May 2021 15:24:04 +0000 (20:54 +0530)]
Update README

3 years agoMinor optimization
Arun Prakash Jana [Mon, 10 May 2021 11:44:21 +0000 (17:14 +0530)]
Minor optimization

3 years agoMerge pull request #994 from luukvbaal/printent
Piña Colada [Mon, 10 May 2021 11:21:07 +0000 (16:51 +0530)]
Merge pull request #994 from luukvbaal/printent

Drop printptr for if-statement

3 years agoDrop printptr for if-statement
Luuk van Baal [Mon, 10 May 2021 10:50:45 +0000 (12:50 +0200)]
Drop printptr for if-statement

3 years agoSimplify detail print
Arun Prakash Jana [Sun, 9 May 2021 18:42:26 +0000 (00:12 +0530)]
Simplify detail print

3 years agoMerge and simplify unescape
Luuk van Baal [Sun, 9 May 2021 14:38:17 +0000 (16:38 +0200)]
Merge and simplify unescape

3 years agoOptimize wide char conversion, show an extra char
Arun Prakash Jana [Sun, 9 May 2021 05:51:21 +0000 (11:21 +0530)]
Optimize wide char conversion, show an extra char

3 years agoReduce late assignments
Arun Prakash Jana [Sun, 9 May 2021 03:32:29 +0000 (09:02 +0530)]
Reduce late assignments

3 years agoReorganize README
Piña Colada [Sun, 9 May 2021 03:03:00 +0000 (08:33 +0530)]
Reorganize README

3 years agoMerge pull request #989 from luukvbaal/adjust_cols
Piña Colada [Sun, 9 May 2021 01:28:26 +0000 (06:58 +0530)]
Merge pull request #989 from luukvbaal/adjust_cols

Fix adjust_cols for icons

3 years agoFix adjust_cols for icons
Luuk van Baal [Sun, 9 May 2021 00:02:53 +0000 (02:02 +0200)]
Fix adjust_cols for icons

3 years agoFix invisible details when color code is 0
Arun Prakash Jana [Sat, 8 May 2021 14:57:11 +0000 (20:27 +0530)]
Fix invisible details when color code is 0

3 years agoUpdate man page
Arun Prakash Jana [Sat, 8 May 2021 12:04:38 +0000 (17:34 +0530)]
Update man page

3 years agoReversed block for hovered entry in detail mode
Arun Prakash Jana [Sat, 8 May 2021 11:35:22 +0000 (17:05 +0530)]
Reversed block for hovered entry in detail mode

3 years agoReversed block instead of ACS_CKBOARD for current
Arun Prakash Jana [Sat, 8 May 2021 03:27:27 +0000 (08:57 +0530)]
Reversed block instead of ACS_CKBOARD for current

3 years agoReverse selection mark for visibility
Arun Prakash Jana [Sat, 8 May 2021 03:18:47 +0000 (08:48 +0530)]
Reverse selection mark for visibility

3 years agoBold selection marker for better visibility
Arun Prakash Jana [Fri, 7 May 2021 17:49:37 +0000 (23:19 +0530)]
Bold selection marker for better visibility

3 years agoOne shot guid cache (#988)
luukvbaal [Fri, 7 May 2021 17:30:59 +0000 (19:30 +0200)]
One shot guid cache (#988)

3 years agoUpdate text in program help
Arun Prakash Jana [Fri, 7 May 2021 05:09:02 +0000 (10:39 +0530)]
Update text in program help

3 years agoUpdate man page on selection
Arun Prakash Jana [Fri, 7 May 2021 03:42:00 +0000 (09:12 +0530)]
Update man page on selection

3 years agoMerge pull request #987 from luukvbaal/printent
Piña Colada [Fri, 7 May 2021 02:24:10 +0000 (07:54 +0530)]
Merge pull request #987 from luukvbaal/printent

Use cfg.showdetail

3 years agoUse cfg.showdetail
Luuk van Baal [Thu, 6 May 2021 22:45:24 +0000 (00:45 +0200)]
Use cfg.showdetail

3 years agoFix min columns
Arun Prakash Jana [Thu, 6 May 2021 17:03:55 +0000 (22:33 +0530)]
Fix min columns

3 years agoRevert "Skip a complete erase on redraw()"
Arun Prakash Jana [Thu, 6 May 2021 17:03:30 +0000 (22:33 +0530)]
Revert "Skip a complete erase on redraw()"

This reverts commit 41d414c2fc262be7ccb6572919f0c3fe6ae3338f.

3 years agoReduce some common checks in printent()
Arun Prakash Jana [Thu, 6 May 2021 16:20:35 +0000 (21:50 +0530)]
Reduce some common checks in printent()

3 years agoSkip a complete erase on redraw()
Arun Prakash Jana [Thu, 6 May 2021 07:04:31 +0000 (12:34 +0530)]
Skip a complete erase on redraw()

3 years agoRetain filter in filter mode when opening files
Arun Prakash Jana [Wed, 5 May 2021 07:39:54 +0000 (13:09 +0530)]
Retain filter in filter mode when opening files

3 years agoShorten some strings
Arun Prakash Jana [Wed, 5 May 2021 02:35:07 +0000 (08:05 +0530)]
Shorten some strings

3 years agoDrop brackets and simplify context printing logic
Arun Prakash Jana [Wed, 5 May 2021 01:50:08 +0000 (07:20 +0530)]
Drop brackets and simplify context printing logic

3 years agoUpdate docs
Arun Prakash Jana [Mon, 3 May 2021 14:41:11 +0000 (20:11 +0530)]
Update docs

3 years agoMerge pull request #984 from luukvbaal/preview-tui
Piña Colada [Sun, 2 May 2021 00:47:52 +0000 (06:17 +0530)]
Merge pull request #984 from luukvbaal/preview-tui

preview-tui: fix preview dir

4 years agopreview-tui: fix preview dir
Luuk van Baal [Sat, 1 May 2021 22:54:42 +0000 (00:54 +0200)]
preview-tui: fix preview dir

4 years agoMerge pull request #983 from luukvbaal/preview-tui
Piña Colada [Sat, 1 May 2021 16:25:37 +0000 (21:55 +0530)]
Merge pull request #983 from luukvbaal/preview-tui

preview-tui: fix cleanup/resize

4 years agopreview-tui: fix cleanup/resize
Luuk van Baal [Sat, 1 May 2021 16:12:13 +0000 (18:12 +0200)]
preview-tui: fix cleanup/resize

4 years agopreview-tui: kitty gif/pager fallback (#981)
luukvbaal [Sat, 1 May 2021 11:44:19 +0000 (13:44 +0200)]
preview-tui: kitty gif/pager fallback (#981)

* preview-tui: kitty gif/pager fallback

* preview-tui: test QUICKLOOK and return

4 years agoReorder entries
Arun Prakash Jana [Sat, 1 May 2021 05:35:35 +0000 (11:05 +0530)]
Reorder entries

4 years agoFix #978: store nanosec field
Arun Prakash Jana [Sat, 1 May 2021 04:22:13 +0000 (09:52 +0530)]
Fix #978: store nanosec field

4 years agoUpdate .nmv
KlzXS [Fri, 30 Apr 2021 16:42:55 +0000 (18:42 +0200)]
Update .nmv

4 years agoMake batchrename interactive
KlzXS [Fri, 30 Apr 2021 07:40:46 +0000 (09:40 +0200)]
Make batchrename interactive

4 years ago[Plugins] Fuzzy find plugins and run them; unmount mountpoints from their subfolders...
Kabouik [Fri, 30 Apr 2021 23:59:10 +0000 (23:59 +0000)]
[Plugins] Fuzzy find plugins and run them; unmount mountpoints from their subfolders (#977)

* Fuzzy find plugins and run them

* Hide find warning when $otherplugins is not set

* Fix prompt on error 2

* Use /home/mathieu

* unmount-parent plugin

* Add dependencies and shell description

* Add dependencies and fix CI issue?

* Improve fzfplug prompt, fix shellcheck warnings, restore mistakenly deleted line in README

* Typo

* Make both scripts POSIX-compliant and small improvements

* Final cosmetic changes

* bis

* Clarify description

* Typo

* Typo

* Better support for custom dirs and use bat if available

Co-authored-by: M <>
4 years agopreview-tui: update prompts (#980)
luukvbaal [Fri, 30 Apr 2021 13:29:11 +0000 (15:29 +0200)]
preview-tui: update prompts (#980)

4 years agoRemove unavailable option
Arun Prakash Jana [Thu, 29 Apr 2021 03:55:56 +0000 (09:25 +0530)]
Remove unavailable option

4 years agoReturn selection if external selection exists
Arun Prakash Jana [Wed, 28 Apr 2021 08:07:03 +0000 (13:37 +0530)]
Return selection if external selection exists

4 years agoFix #974: picker mode broken (#975)
luukvbaal [Wed, 28 Apr 2021 06:23:13 +0000 (08:23 +0200)]
Fix #974: picker mode broken (#975)

Co-authored-by: Piña Colada <engineerarun@gmail.com>
4 years agoFix #976: check external selection in 'c'urrent / 's'el prompt
Arun Prakash Jana [Wed, 28 Apr 2021 06:12:57 +0000 (11:42 +0530)]
Fix #976: check external selection in 'c'urrent / 's'el prompt

4 years agopreview-tui: ls flags
Luuk van Baal [Tue, 27 Apr 2021 19:37:18 +0000 (21:37 +0200)]
preview-tui: ls flags

4 years agopreview-tui: restore tree view (#972)
luukvbaal [Tue, 27 Apr 2021 19:28:38 +0000 (21:28 +0200)]
preview-tui: restore tree view (#972)

4 years agoFix CI break: disable readability-function-cognitive-complexity
Arun Prakash Jana [Tue, 27 Apr 2021 18:53:41 +0000 (00:23 +0530)]
Fix CI break: disable readability-function-cognitive-complexity

4 years agopreview-tui: error to foreground (#970)
luukvbaal [Tue, 27 Apr 2021 06:26:52 +0000 (08:26 +0200)]
preview-tui: error to foreground (#970)

* preview-tui: error to foreground

* preview-tui: test KITTY_LISTEN_ON

4 years agopreview-tui: reformat toggle (#966)
luukvbaal [Mon, 26 Apr 2021 15:21:52 +0000 (17:21 +0200)]
preview-tui: reformat toggle (#966)

4 years agoFix build break
Arun Prakash Jana [Mon, 26 Apr 2021 02:01:15 +0000 (07:31 +0530)]
Fix build break

4 years agoBksp/Del at empty filter prompt to refresh dir and retain prompt
Arun Prakash Jana [Sun, 25 Apr 2021 18:59:35 +0000 (00:29 +0530)]
Bksp/Del at empty filter prompt to refresh dir and retain prompt

4 years agoFix LGTM alerts
Arun Prakash Jana [Sun, 25 Apr 2021 09:35:06 +0000 (15:05 +0530)]
Fix LGTM alerts

4 years agoUpdate README.md
luukvbaal [Sun, 25 Apr 2021 04:07:08 +0000 (06:07 +0200)]
Update README.md

4 years agoadded flag -f for big files
akimdi [Sat, 24 Apr 2021 17:55:21 +0000 (20:55 +0300)]
added flag -f for big files

4 years agoMerge pull request #963 from luukvbaal/preview-tui
Piña Colada [Fri, 23 Apr 2021 22:58:21 +0000 (04:28 +0530)]
Merge pull request #963 from luukvbaal/preview-tui

preview-tui: reformat QuickLook

4 years agopreview-tui: reformat QuickLook
Luuk van Baal [Fri, 23 Apr 2021 22:36:05 +0000 (00:36 +0200)]
preview-tui: reformat QuickLook

4 years agoAdd QuickLook to description
Arun Prakash Jana [Thu, 22 Apr 2021 22:37:26 +0000 (04:07 +0530)]
Add QuickLook to description

4 years agoMerge pull request #961 from luukvbaal/preview-tui
Piña Colada [Thu, 22 Apr 2021 22:21:16 +0000 (03:51 +0530)]
Merge pull request #961 from luukvbaal/preview-tui

preview-tui: close previewer

4 years agopreview-tui: close previewer
Luuk van Baal [Thu, 22 Apr 2021 19:45:23 +0000 (21:45 +0200)]
preview-tui: close previewer