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

6 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

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

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

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

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

6 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!

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

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

6 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

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

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

6 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.

6 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

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

6 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

6 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

6 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

6 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.

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

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

6 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

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

6 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

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

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

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

6 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

6 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)

6 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.

6 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

6 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

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

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

6 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

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

6 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

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

6 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

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

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

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

6 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

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

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

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

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

6 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

6 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

6 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

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

6 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

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

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

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

6 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

6 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

6 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()

6 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'

6 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

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

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

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

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

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

6 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

6 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()

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

6 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

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

6 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

6 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

6 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().

6 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

6 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

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

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

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

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

6 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

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

6 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

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

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

6 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

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

6 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

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

6 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

6 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

6 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

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

6 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

6 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

6 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

6 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.

6 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

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

6 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

6 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