]> Sergey Matveev's repositories - nnn.git/log
nnn.git
6 years agoAdd xargs as external dep
Arun Prakash Jana [Wed, 28 Nov 2018 18:44:20 +0000 (00:14 +0530)]
Add xargs as external dep

6 years agoUpdate mentions
Arun Prakash Jana [Wed, 28 Nov 2018 15:13:44 +0000 (20:43 +0530)]
Update mentions

6 years agoxargs supports -a on Linux
Arun Prakash Jana [Wed, 28 Nov 2018 12:23:28 +0000 (17:53 +0530)]
xargs supports -a on Linux

6 years agoRemove .js from mime list
Arun Prakash Jana [Wed, 28 Nov 2018 03:55:01 +0000 (09:25 +0530)]
Remove .js from mime list

6 years agoUse the -I option on OS X to identify file mime
Arun Prakash Jana [Wed, 28 Nov 2018 03:53:03 +0000 (09:23 +0530)]
Use the -I option on OS X to identify file mime

6 years agoindividual rm: replace -I with -i
Arun Prakash Jana [Wed, 28 Nov 2018 02:51:38 +0000 (08:21 +0530)]
individual rm: replace -I with -i

6 years agoReturn 1 on unrecognized option
Arun Prakash Jana [Wed, 28 Nov 2018 02:48:01 +0000 (08:18 +0530)]
Return 1 on unrecognized option

6 years agocp, mv: use replacement string with xargs
Arun Prakash Jana [Wed, 28 Nov 2018 00:27:27 +0000 (05:57 +0530)]
cp, mv: use replacement string with xargs

6 years agoFix #147: arg should be at the end as it can be NULL
Arun Prakash Jana [Tue, 27 Nov 2018 23:44:00 +0000 (05:14 +0530)]
Fix #147: arg should be at the end as it can be NULL

6 years agoFix #150: treat js file as text
Arun Prakash Jana [Tue, 27 Nov 2018 23:29:15 +0000 (04:59 +0530)]
Fix #150: treat js file as text

6 years agoxargs: use -o, rm: change -I to -i
Arun Prakash Jana [Tue, 27 Nov 2018 22:57:33 +0000 (04:27 +0530)]
xargs: use -o, rm: change -I to -i

6 years agocp: change -r to -R, --preserve=all to -p
Arun Prakash Jana [Tue, 27 Nov 2018 22:46:14 +0000 (04:16 +0530)]
cp: change -r to -R, --preserve=all to -p

6 years agoFix #147: support one argument to editor
Arun Prakash Jana [Tue, 27 Nov 2018 22:10:49 +0000 (03:40 +0530)]
Fix #147: support one argument to editor

6 years agoFix #143: support copy to clipboard
Arun Prakash Jana [Tue, 27 Nov 2018 17:07:06 +0000 (22:37 +0530)]
Fix #143: support copy to clipboard

6 years agoFix #143
Arun Prakash Jana [Tue, 27 Nov 2018 15:55:21 +0000 (21:25 +0530)]
Fix #143

6 years agoEliminate newline from selection buffer
Arun Prakash Jana [Tue, 27 Nov 2018 15:36:43 +0000 (21:06 +0530)]
Eliminate newline from selection buffer

6 years agoUse keybind ^T to go to next context
Arun Prakash Jana [Tue, 27 Nov 2018 13:07:31 +0000 (18:37 +0530)]
Use keybind ^T to go to next context

6 years agoRemove file path quoting
Arun Prakash Jana [Tue, 27 Nov 2018 12:59:46 +0000 (18:29 +0530)]
Remove file path quoting

6 years agoUse ^B to go to next context
Arun Prakash Jana [Mon, 26 Nov 2018 21:49:37 +0000 (03:19 +0530)]
Use ^B to go to next context

6 years agoOption to disable file open on Right and `l`
Arun Prakash Jana [Mon, 26 Nov 2018 18:54:12 +0000 (00:24 +0530)]
Option to disable file open on Right and `l`

6 years agoMerge pull request #142 from josalmi/patch-1
Arun Prakash Jana [Mon, 26 Nov 2018 12:46:13 +0000 (18:16 +0530)]
Merge pull request #142 from josalmi/patch-1

Replace single dot with source for fish shell

6 years agoReplace single dot with source for fish shell
Joni Salmi [Mon, 26 Nov 2018 12:21:59 +0000 (14:21 +0200)]
Replace single dot with source for fish shell

Single dot has been deprecated and can cause issues with users on newer version: https://github.com/fish-shell/fish-shell/issues/310

6 years agoRename macro
Arun Prakash Jana [Sun, 25 Nov 2018 15:36:47 +0000 (21:06 +0530)]
Rename macro

6 years agoUse ^G to discard seleciton and exit in vim plugin mode
Arun Prakash Jana [Sat, 24 Nov 2018 20:51:22 +0000 (02:21 +0530)]
Use ^G to discard seleciton and exit in vim plugin mode

6 years agoUpdate docs
Arun Prakash Jana [Sat, 24 Nov 2018 20:13:36 +0000 (01:43 +0530)]
Update docs

6 years agovim plugin has a new project page
Arun Prakash Jana [Sat, 24 Nov 2018 15:38:52 +0000 (21:08 +0530)]
vim plugin has a new project page

6 years agoMerge pull request #138 from KillTheMule/patch-3
Arun Prakash Jana [Sat, 24 Nov 2018 13:00:32 +0000 (18:30 +0530)]
Merge pull request #138 from KillTheMule/patch-3

Add neovim support

6 years agoAdd neovim support
KillTheMule [Sat, 24 Nov 2018 12:20:50 +0000 (13:20 +0100)]
Add neovim support

6 years agoUpdate docs
Arun Prakash Jana [Sat, 24 Nov 2018 05:39:13 +0000 (11:09 +0530)]
Update docs

6 years agoUpdate ToDo list #
Arun Prakash Jana [Sat, 24 Nov 2018 02:49:55 +0000 (08:19 +0530)]
Update ToDo list #

6 years agoHandle DEL in rename prompt (Mac)
Arun Prakash Jana [Fri, 23 Nov 2018 21:36:01 +0000 (03:06 +0530)]
Handle DEL in rename prompt (Mac)

6 years agoFix #135:wq
Arun Prakash Jana [Fri, 23 Nov 2018 19:56:18 +0000 (01:26 +0530)]
Fix #135:wq

6 years agoUpdate docs
Arun Prakash Jana [Fri, 23 Nov 2018 19:40:44 +0000 (01:10 +0530)]
Update docs

6 years agoFix #133: Add nnn-picker.vim plugin
Arun Prakash Jana [Fri, 23 Nov 2018 19:30:02 +0000 (01:00 +0530)]
Fix #133: Add nnn-picker.vim plugin

6 years agooption -p: pick last selected entry if no explicit select
Arun Prakash Jana [Fri, 23 Nov 2018 19:10:03 +0000 (00:40 +0530)]
option -p: pick last selected entry if no explicit select

6 years agoFix lint issue
Arun Prakash Jana [Fri, 23 Nov 2018 17:42:13 +0000 (23:12 +0530)]
Fix lint issue

6 years agoAdd option -p for file picker
Arun Prakash Jana [Fri, 23 Nov 2018 17:11:47 +0000 (22:41 +0530)]
Add option -p for file picker

6 years agoAdd container for Arch Linux v2.1
Arun Prakash Jana [Fri, 23 Nov 2018 11:22:14 +0000 (16:52 +0530)]
Add container for Arch Linux

6 years agoPrepare for release v2.1
Arun Prakash Jana [Fri, 23 Nov 2018 11:06:39 +0000 (16:36 +0530)]
Prepare for release v2.1

6 years agoUpdate help screen
Arun Prakash Jana [Fri, 23 Nov 2018 05:14:39 +0000 (10:44 +0530)]
Update help screen

6 years agoFix keybind in doc
Arun Prakash Jana [Fri, 23 Nov 2018 05:00:49 +0000 (10:30 +0530)]
Fix keybind in doc

6 years agoAdd `Y` as selection keybind
Arun Prakash Jana [Fri, 23 Nov 2018 02:14:32 +0000 (07:44 +0530)]
Add `Y` as selection keybind

6 years agoMerge pull request #131 from Gumnos/Gumnos-dsusp-doc-patch-1
Arun Prakash Jana [Fri, 23 Nov 2018 01:29:31 +0000 (06:59 +0530)]
Merge pull request #131 from Gumnos/Gumnos-dsusp-doc-patch-1

Annotate ^Y/DSUSP issue on BSDs caused by `stty`

6 years agoMerge pull request #132 from Gumnos/Gumnos-export-export-patch-1
Arun Prakash Jana [Fri, 23 Nov 2018 01:28:06 +0000 (06:58 +0530)]
Merge pull request #132 from Gumnos/Gumnos-export-export-patch-1

Remove redundant "export" from man page

6 years agoRemove redundant "export" from man page
Tim Chase [Thu, 22 Nov 2018 22:27:18 +0000 (16:27 -0600)]
Remove redundant "export" from man page

6 years agoAnnotate ^Y/DSUSP issue on BSDs caused by `stty`
Tim Chase [Thu, 22 Nov 2018 20:08:50 +0000 (14:08 -0600)]
Annotate ^Y/DSUSP issue on BSDs caused by `stty`

On at least FreeBSD & OpenBSD, typing `^Y` will send a `DSUSP` signal, suspending the process. Annotate the issue along with a solution to allow `^Y` to work on these.

There may be similar issues on NetBSD or possibly on OSX, but I don't have either available for testing.

6 years agoUpdate comments
Arun Prakash Jana [Thu, 22 Nov 2018 14:49:32 +0000 (20:19 +0530)]
Update comments

6 years agoAdd file to the list of deps
Arun Prakash Jana [Wed, 21 Nov 2018 21:43:55 +0000 (03:13 +0530)]
Add file to the list of deps

6 years agoRemove default case of unhandled keys
Arun Prakash Jana [Wed, 21 Nov 2018 13:09:19 +0000 (18:39 +0530)]
Remove default case of unhandled keys

6 years agoShow warnings for copy, move, multiple remove
Arun Prakash Jana [Tue, 20 Nov 2018 14:28:07 +0000 (19:58 +0530)]
Show warnings for copy, move, multiple remove

6 years agoDefine S_BLKSIZE if not defined
Arun Prakash Jana [Tue, 20 Nov 2018 12:59:09 +0000 (18:29 +0530)]
Define S_BLKSIZE if not defined

6 years agoUpdate docs on file path copy
Arun Prakash Jana [Tue, 20 Nov 2018 02:00:37 +0000 (07:30 +0530)]
Update docs on file path copy

6 years agoRetain filter state on unhandled keypress
Arun Prakash Jana [Mon, 19 Nov 2018 14:40:35 +0000 (20:10 +0530)]
Retain filter state on unhandled keypress

6 years agoRudimentary C Shell script to quit and cd
Arun Prakash Jana [Sat, 17 Nov 2018 16:15:27 +0000 (21:45 +0530)]
Rudimentary C Shell script to quit and cd

6 years agoSwitch X and ^X key functionality
Arun Prakash Jana [Sat, 17 Nov 2018 03:01:47 +0000 (08:31 +0530)]
Switch X and ^X key functionality

6 years agoUse ^W to visit pinned directory.
Arun Prakash Jana [Thu, 15 Nov 2018 13:34:14 +0000 (19:04 +0530)]
Use ^W to visit pinned directory.

Turns out ^B is also intercepted by Windows.

6 years agoMerge pull request #129 from fengyichui/master
Arun Prakash Jana [Thu, 15 Nov 2018 13:21:58 +0000 (18:51 +0530)]
Merge pull request #129 from fengyichui/master

Fix BLK_SHIFT may be wrong in some platforms #128

6 years agoInitialize BLK_SHIFT with '-S' option
fengyichui [Thu, 15 Nov 2018 12:53:25 +0000 (20:53 +0800)]
Initialize BLK_SHIFT with '-S' option

6 years agoFix BLK_SHIFT may be wrong in some platforms #128
fengyichui [Thu, 15 Nov 2018 09:56:35 +0000 (17:56 +0800)]
Fix BLK_SHIFT may be wrong in some platforms #128

6 years agoFix BLK_SHIFT may be wrong in some platforms #128
fengyichui [Thu, 15 Nov 2018 09:14:29 +0000 (17:14 +0800)]
Fix BLK_SHIFT may be wrong in some platforms #128

6 years agoChange visit pinned dir key to ^B.
Arun Prakash Jana [Wed, 14 Nov 2018 14:38:30 +0000 (20:08 +0530)]
Change visit pinned dir key to ^B.

^V does not work while working on Windows. It is intercepted as paste.

6 years agoUpdate docs
Arun Prakash Jana [Tue, 13 Nov 2018 13:10:48 +0000 (18:40 +0530)]
Update docs

6 years agoUpdate features
Arun Prakash Jana [Tue, 13 Nov 2018 03:51:21 +0000 (09:21 +0530)]
Update features

6 years agoPress 'Enter' to confirm multiple context quit
Arun Prakash Jana [Mon, 12 Nov 2018 18:07:32 +0000 (23:37 +0530)]
Press 'Enter' to confirm multiple context quit

6 years agoConvert keys to int
Arun Prakash Jana [Mon, 12 Nov 2018 17:59:29 +0000 (23:29 +0530)]
Convert keys to int

6 years agoUse getch() directly to get Leader key suffix
Arun Prakash Jana [Mon, 12 Nov 2018 17:35:57 +0000 (23:05 +0530)]
Use getch() directly to get Leader key suffix

Note: this change BREAKS because get_bm_loc() expects a char *key.

6 years agoConfirm program quit whan multiple contexts are active
Arun Prakash Jana [Mon, 12 Nov 2018 16:43:35 +0000 (22:13 +0530)]
Confirm program quit whan multiple contexts are active

6 years agoIgnore SIGQUIT
Arun Prakash Jana [Sun, 11 Nov 2018 21:44:43 +0000 (03:14 +0530)]
Ignore SIGQUIT

6 years agoUse the term Leader key
Arun Prakash Jana [Sun, 11 Nov 2018 22:06:37 +0000 (03:36 +0530)]
Use the term Leader key

6 years agoUse ^B as the Leader key
Arun Prakash Jana [Sun, 11 Nov 2018 21:34:17 +0000 (03:04 +0530)]
Use ^B as the Leader key

6 years agoUpdate docs
Arun Prakash Jana [Sun, 11 Nov 2018 17:50:16 +0000 (23:20 +0530)]
Update docs

6 years agoReformat program help
Arun Prakash Jana [Sun, 11 Nov 2018 10:52:58 +0000 (16:22 +0530)]
Reformat program help

6 years agoKey prompt is case-sensitive
Arun Prakash Jana [Sun, 11 Nov 2018 07:12:22 +0000 (12:42 +0530)]
Key prompt is case-sensitive

6 years agoUpdate docs
Arun Prakash Jana [Sun, 11 Nov 2018 05:17:24 +0000 (10:47 +0530)]
Update docs

6 years agoX11 file paths copy is ad-hoc
Arun Prakash Jana [Sun, 11 Nov 2018 01:05:44 +0000 (06:35 +0530)]
X11 file paths copy is ad-hoc

6 years agoSupport rm current entry
Arun Prakash Jana [Sun, 11 Nov 2018 00:45:18 +0000 (06:15 +0530)]
Support rm current entry

6 years agoDocument native cp, mv, rm
Arun Prakash Jana [Sun, 11 Nov 2018 00:21:05 +0000 (05:51 +0530)]
Document native cp, mv, rm

6 years agoSupport file cp, mv, rm through selection
Arun Prakash Jana [Sat, 10 Nov 2018 23:29:26 +0000 (04:59 +0530)]
Support file cp, mv, rm through selection

6 years agoEnsure co file does not have stale paths
Arun Prakash Jana [Sat, 10 Nov 2018 23:16:59 +0000 (04:46 +0530)]
Ensure co file does not have stale paths

6 years agoWhen copying a single file sync cp file and cp buf
Arun Prakash Jana [Sat, 10 Nov 2018 23:13:27 +0000 (04:43 +0530)]
When copying a single file sync cp file and cp buf

6 years agoList copy buffer if valid
Arun Prakash Jana [Sat, 10 Nov 2018 14:12:09 +0000 (19:42 +0530)]
List copy buffer if valid

6 years agoUpdate docs
Arun Prakash Jana [Sat, 10 Nov 2018 08:26:14 +0000 (13:56 +0530)]
Update docs

6 years agoRe-structure files
Arun Prakash Jana [Sat, 10 Nov 2018 08:09:45 +0000 (13:39 +0530)]
Re-structure files

6 years agoRetire nlay
Arun Prakash Jana [Sat, 10 Nov 2018 06:36:21 +0000 (12:06 +0530)]
Retire nlay

6 years agoUpdate docs
Arun Prakash Jana [Sat, 10 Nov 2018 00:33:30 +0000 (06:03 +0530)]
Update docs

6 years agoReformat presel handling
Arun Prakash Jana [Fri, 9 Nov 2018 19:26:21 +0000 (00:56 +0530)]
Reformat presel handling

6 years agoMinor changes
Arun Prakash Jana [Fri, 9 Nov 2018 14:37:47 +0000 (20:07 +0530)]
Minor changes

6 years agoUse filter pointer
Arun Prakash Jana [Fri, 9 Nov 2018 09:58:54 +0000 (15:28 +0530)]
Use filter pointer

6 years agoRemove redundant buffers
Arun Prakash Jana [Fri, 9 Nov 2018 09:26:11 +0000 (14:56 +0530)]
Remove redundant buffers

6 years agoUse a single filter for hidden files
Arun Prakash Jana [Fri, 9 Nov 2018 06:55:19 +0000 (12:25 +0530)]
Use a single filter for hidden files

6 years agokey 'q' at key prompt quits context
Arun Prakash Jana [Fri, 9 Nov 2018 04:21:29 +0000 (09:51 +0530)]
key 'q' at key prompt quits context

6 years agoIntroduce key prompt
Arun Prakash Jana [Thu, 8 Nov 2018 22:57:42 +0000 (04:27 +0530)]
Introduce key prompt

6 years agoSupport >/. and </, at bookmark prompt to cycle active contexts
Arun Prakash Jana [Thu, 8 Nov 2018 21:41:57 +0000 (03:11 +0530)]
Support >/. and </, at bookmark prompt to cycle active contexts

6 years agoUpdate docs
Arun Prakash Jana [Thu, 8 Nov 2018 20:30:28 +0000 (02:00 +0530)]
Update docs

6 years agoRemember the last visited file
Arun Prakash Jana [Thu, 8 Nov 2018 20:13:35 +0000 (01:43 +0530)]
Remember the last visited file

6 years agoSmarter bookmark navigation when all keys are single char
Arun Prakash Jana [Thu, 8 Nov 2018 20:02:12 +0000 (01:32 +0530)]
Smarter bookmark navigation when all keys are single char

6 years agoSupport key q for context quit
Arun Prakash Jana [Thu, 8 Nov 2018 14:46:08 +0000 (20:16 +0530)]
Support key q for context quit

6 years agoUpdate docs on contexts
Arun Prakash Jana [Thu, 8 Nov 2018 12:59:38 +0000 (18:29 +0530)]
Update docs on contexts

6 years agoFix #125
Arun Prakash Jana [Thu, 8 Nov 2018 12:42:55 +0000 (18:12 +0530)]
Fix #125

6 years agoSupport up to 2 args for launcher
Arun Prakash Jana [Thu, 8 Nov 2018 05:36:57 +0000 (11:06 +0530)]
Support up to 2 args for launcher