]> Sergey Matveev's repositories - nnn.git/log
nnn.git
5 years agoUpdate readme v2.2
Arun Prakash Jana [Tue, 1 Jan 2019 02:34:20 +0000 (08:04 +0530)]
Update readme

5 years agoPrepare for release v2.2
Arun Prakash Jana [Tue, 1 Jan 2019 02:31:48 +0000 (08:01 +0530)]
Prepare for release v2.2

5 years agoUpdate introduction
Arun Prakash Jana [Fri, 28 Dec 2018 13:19:50 +0000 (18:49 +0530)]
Update introduction

5 years agoFix open with
Arun Prakash Jana [Wed, 26 Dec 2018 18:56:56 +0000 (00:26 +0530)]
Fix open with

5 years agoRemove redundant fwd declaration
Arun Prakash Jana [Wed, 26 Dec 2018 11:35:10 +0000 (17:05 +0530)]
Remove redundant fwd declaration

5 years agoFix #173
Arun Prakash Jana [Wed, 26 Dec 2018 11:16:20 +0000 (16:46 +0530)]
Fix #173

5 years agoNew video! Thanks Luke Smith!
Arun Prakash Jana [Fri, 21 Dec 2018 18:23:38 +0000 (23:53 +0530)]
New video! Thanks Luke Smith!

5 years agoRemove test code
Arun Prakash Jana [Thu, 20 Dec 2018 17:57:16 +0000 (23:27 +0530)]
Remove test code

5 years agoFix #165
Arun Prakash Jana [Thu, 20 Dec 2018 16:34:48 +0000 (22:04 +0530)]
Fix #165

5 years agoMerge pull request #170 from sjmulder/pr/readme
Arun Prakash Jana [Mon, 17 Dec 2018 22:32:00 +0000 (04:02 +0530)]
Merge pull request #170 from sjmulder/pr/readme

Readme changes

5 years agoChanges suggested by @jarun
Sijmen J. Mulder [Mon, 17 Dec 2018 22:21:42 +0000 (23:21 +0100)]
Changes suggested by @jarun

5 years agoLink pkgsrc package
Sijmen J. Mulder [Mon, 17 Dec 2018 16:14:07 +0000 (17:14 +0100)]
Link pkgsrc package

5 years agoAny wide character curses works
Sijmen J. Mulder [Mon, 17 Dec 2018 16:12:31 +0000 (17:12 +0100)]
Any wide character curses works

E.g. BSD curses.

5 years agoTweak list of supported platforms
Sijmen J. Mulder [Mon, 17 Dec 2018 16:11:42 +0000 (17:11 +0100)]
Tweak list of supported platforms

 - Add BSD
 - Raspberry Pi is not an OS
 - Non-exhaustive

5 years agoFix #168
Arun Prakash Jana [Mon, 17 Dec 2018 12:35:36 +0000 (18:05 +0530)]
Fix #168

5 years agoMerge pull request #169 from avelino/master
Arun Prakash Jana [Mon, 17 Dec 2018 12:28:35 +0000 (17:58 +0530)]
Merge pull request #169 from avelino/master

describe that homebrew is installer for macOS

5 years agoMerge pull request #166 from sjmulder/pr/makefile
Arun Prakash Jana [Mon, 17 Dec 2018 12:24:49 +0000 (17:54 +0530)]
Merge pull request #166 from sjmulder/pr/makefile

Makefile portability tweaks

5 years agodescribe that homebrew is installer for macOS
Avelino [Mon, 17 Dec 2018 11:46:32 +0000 (09:46 -0200)]
describe that homebrew is installer for macOS

Hardly a person to use macOS and this familiar with homebrew search by homebrew

5 years agoRevert "Remove CPPFLAGS since C++ is not used"
Sijmen J. Mulder [Mon, 17 Dec 2018 08:50:29 +0000 (09:50 +0100)]
Revert "Remove CPPFLAGS since C++ is not used"

Mistook CPPFLAGS ("C preprocessor flags") for CXXFLAGS ("C++ flags").

This reverts commit 0956b82d33fb2956da837e6a06a2a6f7216d47c0.

5 years agoFix #164
Arun Prakash Jana [Mon, 17 Dec 2018 01:55:26 +0000 (07:25 +0530)]
Fix #164

5 years agoFix #165
Arun Prakash Jana [Mon, 17 Dec 2018 01:42:50 +0000 (07:12 +0530)]
Fix #165

5 years agoRemove CPPFLAGS since C++ is not used
Sijmen J. Mulder [Sun, 16 Dec 2018 17:02:19 +0000 (18:02 +0100)]
Remove CPPFLAGS since C++ is not used

5 years agoMake curses flags configurable
Sijmen J. Mulder [Sun, 16 Dec 2018 17:01:24 +0000 (18:01 +0100)]
Make curses flags configurable

5 years agoAlso use pkg-config for regular ncurses
Sijmen J. Mulder [Sun, 16 Dec 2018 16:59:20 +0000 (17:59 +0100)]
Also use pkg-config for regular ncurses

5 years agoMake optimization flags configurable
Sijmen J. Mulder [Sun, 16 Dec 2018 16:56:41 +0000 (17:56 +0100)]
Make optimization flags configurable

5 years agoRemove redundant static declaration
Arun Prakash Jana [Sun, 16 Dec 2018 15:33:28 +0000 (21:03 +0530)]
Remove redundant static declaration

5 years agoA better case name
Arun Prakash Jana [Sun, 16 Dec 2018 15:00:44 +0000 (20:30 +0530)]
A better case name

5 years agoUse run a command to launch apps
Arun Prakash Jana [Sun, 16 Dec 2018 14:59:03 +0000 (20:29 +0530)]
Use run a command to launch apps

5 years agoChange order of switch cases (1)
Arun Prakash Jana [Sun, 16 Dec 2018 14:15:16 +0000 (19:45 +0530)]
Change order of switch cases (1)

5 years agoChange order of cases in switch statement.
Arun Prakash Jana [Sun, 16 Dec 2018 09:58:01 +0000 (15:28 +0530)]
Change order of cases in switch statement.

5 years agouse switch case for NNN_SCRIPT
Arun Prakash Jana [Sun, 16 Dec 2018 03:03:40 +0000 (08:33 +0530)]
use switch case for NNN_SCRIPT

5 years agohandle script dir with NNN_SCRIPT
Arun Prakash Jana [Sat, 15 Dec 2018 18:54:45 +0000 (00:24 +0530)]
handle script dir with NNN_SCRIPT

5 years agoMinor modifications
Arun Prakash Jana [Sat, 15 Dec 2018 08:11:33 +0000 (13:41 +0530)]
Minor modifications

5 years agoRefresh on empty command
Arun Prakash Jana [Fri, 14 Dec 2018 13:33:59 +0000 (19:03 +0530)]
Refresh on empty command

5 years agoQuick switch on empty command
Arun Prakash Jana [Thu, 13 Dec 2018 16:19:06 +0000 (21:49 +0530)]
Quick switch on empty command

5 years agoUpdate docs
Arun Prakash Jana [Tue, 11 Dec 2018 13:02:25 +0000 (18:32 +0530)]
Update docs

5 years agoOn entry delete move to previous file
Arun Prakash Jana [Sun, 9 Dec 2018 18:39:05 +0000 (00:09 +0530)]
On entry delete move to previous file

5 years agoUpdate stats
Arun Prakash Jana [Sun, 9 Dec 2018 17:32:58 +0000 (23:02 +0530)]
Update stats

5 years agoCopy file paths at run a cmd prompt
Arun Prakash Jana [Sun, 9 Dec 2018 15:39:55 +0000 (21:09 +0530)]
Copy file paths at run a cmd prompt

5 years agoSupport run a command
Arun Prakash Jana [Sun, 9 Dec 2018 13:48:00 +0000 (19:18 +0530)]
Support run a command

5 years agoUpdate completion scripts
Arun Prakash Jana [Sun, 9 Dec 2018 03:06:00 +0000 (08:36 +0530)]
Update completion scripts

5 years agoUpdate man page
Arun Prakash Jana [Sun, 9 Dec 2018 02:48:30 +0000 (08:18 +0530)]
Update man page

5 years agoUse force only in case of rm
Arun Prakash Jana [Sun, 9 Dec 2018 02:30:20 +0000 (08:00 +0530)]
Use force only in case of rm

5 years agoUpdate binary size
Arun Prakash Jana [Sun, 9 Dec 2018 02:18:50 +0000 (07:48 +0530)]
Update binary size

5 years agoReformat program help
Arun Prakash Jana [Sun, 9 Dec 2018 02:14:03 +0000 (07:44 +0530)]
Reformat program help

5 years agoAdd comments
Arun Prakash Jana [Sun, 9 Dec 2018 01:49:01 +0000 (07:19 +0530)]
Add comments

5 years agoGroup more options
Arun Prakash Jana [Sat, 8 Dec 2018 17:33:58 +0000 (23:03 +0530)]
Group more options

5 years agoUse stat to get file details
Arun Prakash Jana [Sat, 8 Dec 2018 14:12:51 +0000 (19:42 +0530)]
Use stat to get file details

5 years agoEnsure script to run is not a directory
Arun Prakash Jana [Sat, 8 Dec 2018 13:14:28 +0000 (18:44 +0530)]
Ensure script to run is not a directory

5 years agoSupport run file as executable
Arun Prakash Jana [Sat, 8 Dec 2018 12:52:06 +0000 (18:22 +0530)]
Support run file as executable

5 years agoFix alignment
Arun Prakash Jana [Sat, 8 Dec 2018 12:12:33 +0000 (17:42 +0530)]
Fix alignment

5 years agoEnsure NNN_SCRIPT(suffix) exists
Arun Prakash Jana [Sat, 8 Dec 2018 11:52:52 +0000 (17:22 +0530)]
Ensure NNN_SCRIPT(suffix) exists

5 years agoSimplify show details
Arun Prakash Jana [Sat, 8 Dec 2018 11:15:31 +0000 (16:45 +0530)]
Simplify show details

5 years agoChanges for running scripts
Arun Prakash Jana [Sat, 8 Dec 2018 10:48:46 +0000 (16:18 +0530)]
Changes for running scripts

5 years agoFix build break
Arun Prakash Jana [Sat, 8 Dec 2018 10:20:17 +0000 (15:50 +0530)]
Fix build break

5 years agoUse bool return if applicable
Arun Prakash Jana [Sat, 8 Dec 2018 09:58:55 +0000 (15:28 +0530)]
Use bool return if applicable

5 years agoSelection should not be blocked if no files
Arun Prakash Jana [Sat, 8 Dec 2018 09:24:56 +0000 (14:54 +0530)]
Selection should not be blocked if no files

5 years agoGroup similar options in browse()
Arun Prakash Jana [Sat, 8 Dec 2018 06:21:22 +0000 (11:51 +0530)]
Group similar options in browse()

5 years agoAdd function for 'which utility'
Arun Prakash Jana [Sat, 8 Dec 2018 04:14:08 +0000 (09:44 +0530)]
Add function for 'which utility'

5 years agoDisable undocumented F2 and F5
Arun Prakash Jana [Sat, 8 Dec 2018 03:32:49 +0000 (09:02 +0530)]
Disable undocumented F2 and F5

5 years agoCombine more cases
Arun Prakash Jana [Fri, 7 Dec 2018 21:10:04 +0000 (02:40 +0530)]
Combine more cases

5 years agoReload contents after launch
Arun Prakash Jana [Fri, 7 Dec 2018 20:12:30 +0000 (01:42 +0530)]
Reload contents after launch

5 years agoFix wrong prompt
Arun Prakash Jana [Fri, 7 Dec 2018 19:41:55 +0000 (01:11 +0530)]
Fix wrong prompt

5 years agoFix documentation issues
Arun Prakash Jana [Fri, 7 Dec 2018 16:19:53 +0000 (21:49 +0530)]
Fix documentation issues

5 years agoDocument lftp integration
Arun Prakash Jana [Thu, 6 Dec 2018 19:44:43 +0000 (01:14 +0530)]
Document lftp integration

5 years agoSupport launching cli utility too
Arun Prakash Jana [Thu, 6 Dec 2018 19:13:49 +0000 (00:43 +0530)]
Support launching cli utility too

5 years agoHandle argument ordering in spawn()
Arun Prakash Jana [Thu, 6 Dec 2018 17:27:59 +0000 (22:57 +0530)]
Handle argument ordering in spawn()

5 years agoRefactor code
Arun Prakash Jana [Thu, 6 Dec 2018 16:15:29 +0000 (21:45 +0530)]
Refactor code

5 years agoInstructions on how to get selection at prompt
Arun Prakash Jana [Thu, 6 Dec 2018 15:01:32 +0000 (20:31 +0530)]
Instructions on how to get selection at prompt

5 years agoUpdate docs
Arun Prakash Jana [Thu, 6 Dec 2018 01:50:54 +0000 (07:20 +0530)]
Update docs

5 years agoMap ^I to context cycle
Arun Prakash Jana [Wed, 5 Dec 2018 00:14:33 +0000 (05:44 +0530)]
Map ^I to context cycle

5 years agoHandle starting ^ at filter prompt
Arun Prakash Jana [Wed, 5 Dec 2018 00:05:06 +0000 (05:35 +0530)]
Handle starting ^ at filter prompt

5 years agoMake ^T shortcut for nav-as-you-type.
Arun Prakash Jana [Tue, 4 Dec 2018 23:51:22 +0000 (05:21 +0530)]
Make ^T shortcut for nav-as-you-type.

The code for Tab and ^I are same when capture din getch().

5 years agoRemove redundant use of regex
Arun Prakash Jana [Tue, 4 Dec 2018 23:31:29 +0000 (05:01 +0530)]
Remove redundant use of regex

5 years agoDetect filetype using file output
Arun Prakash Jana [Tue, 4 Dec 2018 23:10:01 +0000 (04:40 +0530)]
Detect filetype using file output

5 years agoRemove redundant structure member
Arun Prakash Jana [Tue, 4 Dec 2018 22:24:48 +0000 (03:54 +0530)]
Remove redundant structure member

5 years agoUpdate docs
Arun Prakash Jana [Tue, 4 Dec 2018 16:43:54 +0000 (22:13 +0530)]
Update docs

5 years agoUse a generic comment
Arun Prakash Jana [Tue, 4 Dec 2018 15:39:56 +0000 (21:09 +0530)]
Use a generic comment

5 years agoShorter error message
Arun Prakash Jana [Tue, 4 Dec 2018 14:59:51 +0000 (20:29 +0530)]
Shorter error message

5 years agoUse MAX as macro suffix
Arun Prakash Jana [Tue, 4 Dec 2018 12:51:01 +0000 (18:21 +0530)]
Use MAX as macro suffix

5 years agoOption -c is gone
Arun Prakash Jana [Tue, 4 Dec 2018 03:58:04 +0000 (09:28 +0530)]
Option -c is gone

5 years agoMatch context index with directory color
Arun Prakash Jana [Tue, 4 Dec 2018 01:01:14 +0000 (06:31 +0530)]
Match context index with directory color

5 years agoPer-context directory color
Arun Prakash Jana [Mon, 3 Dec 2018 16:14:33 +0000 (21:44 +0530)]
Per-context directory color

5 years agoUpdate docs
Arun Prakash Jana [Mon, 3 Dec 2018 03:48:51 +0000 (09:18 +0530)]
Update docs

5 years agoAsk to create new context on TAB
Arun Prakash Jana [Sun, 2 Dec 2018 17:23:07 +0000 (22:53 +0530)]
Ask to create new context on TAB

5 years agoUpdate stats in docs
Arun Prakash Jana [Sun, 2 Dec 2018 01:33:52 +0000 (07:03 +0530)]
Update stats in docs

5 years agoSupport TAB to cycle contexts
Arun Prakash Jana [Sun, 2 Dec 2018 00:41:03 +0000 (06:11 +0530)]
Support TAB to cycle contexts

5 years agoUpdate docs
Arun Prakash Jana [Sat, 1 Dec 2018 23:40:19 +0000 (05:10 +0530)]
Update docs

5 years agoAdd link to Cygwin wiki page
Arun Prakash Jana [Sat, 1 Dec 2018 16:15:45 +0000 (21:45 +0530)]
Add link to Cygwin wiki page

5 years agoUpdate copier script and docs
Arun Prakash Jana [Sat, 1 Dec 2018 16:12:51 +0000 (21:42 +0530)]
Update copier script and docs

5 years agoAdd options to force file operations
Arun Prakash Jana [Sat, 1 Dec 2018 08:57:05 +0000 (14:27 +0530)]
Add options to force file operations

5 years agoUse bool where applicable
Arun Prakash Jana [Sat, 1 Dec 2018 07:44:46 +0000 (13:14 +0530)]
Use bool where applicable

5 years agoFix #156: Support selection across directories, contexts
Arun Prakash Jana [Sat, 1 Dec 2018 03:29:19 +0000 (08:59 +0530)]
Fix #156: Support selection across directories, contexts

5 years agoShow arg to EDITOR, PAGER & SHELL
Arun Prakash Jana [Sat, 1 Dec 2018 02:42:34 +0000 (08:12 +0530)]
Show arg to EDITOR, PAGER & SHELL

5 years agoFix #157: support one combined arg for EDITOR, PAGER and SHELL
Arun Prakash Jana [Sat, 1 Dec 2018 02:36:34 +0000 (08:06 +0530)]
Fix #157: support one combined arg for EDITOR, PAGER and SHELL

5 years agoSplit EDITOR & PAGER options, concise NNN_USE_EDITOR logic.
Arun Prakash Jana [Sat, 1 Dec 2018 02:12:37 +0000 (07:42 +0530)]
Split EDITOR & PAGER options, concise NNN_USE_EDITOR logic.

5 years agoNo need to initialize sel
Arun Prakash Jana [Sat, 1 Dec 2018 01:53:29 +0000 (07:23 +0530)]
No need to initialize sel

5 years agoGet pager with arg
Arun Prakash Jana [Sat, 1 Dec 2018 01:49:56 +0000 (07:19 +0530)]
Get pager with arg

5 years agoBetter msg if nothing in selection
Arun Prakash Jana [Sat, 1 Dec 2018 01:08:32 +0000 (06:38 +0530)]
Better msg if nothing in selection

5 years agoRefactor code to get editor args
Arun Prakash Jana [Sat, 1 Dec 2018 00:28:15 +0000 (05:58 +0530)]
Refactor code to get editor args