]> Sergey Matveev's repositories - nnn.git/log
nnn.git
6 years agoUpdate docs
Arun Prakash Jana [Fri, 26 Apr 2019 14:36:47 +0000 (20:06 +0530)]
Update docs

6 years agoMake nlaunch independent
Arun Prakash Jana [Fri, 26 Apr 2019 13:38:04 +0000 (19:08 +0530)]
Make nlaunch independent

6 years agoRestore keyboard shortcuts
Arun Prakash Jana [Fri, 26 Apr 2019 13:22:54 +0000 (18:52 +0530)]
Restore keyboard shortcuts

6 years agoAlways detach opener
Arun Prakash Jana [Fri, 26 Apr 2019 03:16:37 +0000 (08:46 +0530)]
Always detach opener

This may affect issue #227 but the defunct processes do not use any memory and exit when nnn exits. I guess that happens because of xdg-open using an intermediate script.

However, if we do not detach xdg-open, the child process is killed when the terminal is closed which is a severe problem.

6 years agoUpdate docs
Arun Prakash Jana [Fri, 26 Apr 2019 02:42:09 +0000 (08:12 +0530)]
Update docs

6 years agoUpdate nmount, troubleshooting
Arun Prakash Jana [Thu, 25 Apr 2019 16:38:38 +0000 (22:08 +0530)]
Update nmount, troubleshooting

6 years agoDocument #225
Arun Prakash Jana [Thu, 25 Apr 2019 15:50:45 +0000 (21:20 +0530)]
Document #225

6 years agoRevert "Fix #225"
Arun Prakash Jana [Thu, 25 Apr 2019 15:41:35 +0000 (21:11 +0530)]
Revert "Fix #225"

This reverts commit 32dde3390acf4f3cfcd9367a8875699e675db97b.

6 years agoFix check for binary value
Arun Prakash Jana [Thu, 25 Apr 2019 13:32:55 +0000 (19:02 +0530)]
Fix check for binary value

6 years agoUpdate docs
Arun Prakash Jana [Thu, 25 Apr 2019 12:50:52 +0000 (18:20 +0530)]
Update docs

6 years agoCheck binary config values are 1
Arun Prakash Jana [Wed, 24 Apr 2019 15:01:52 +0000 (20:31 +0530)]
Check binary config values are 1

6 years agoFix #225
Arun Prakash Jana [Tue, 23 Apr 2019 16:24:59 +0000 (21:54 +0530)]
Fix #225

6 years agoFix build break
Arun Prakash Jana [Tue, 23 Apr 2019 14:29:37 +0000 (19:59 +0530)]
Fix build break

6 years agoAllocate initial path dynamically
Arun Prakash Jana [Tue, 23 Apr 2019 03:20:25 +0000 (08:50 +0530)]
Allocate initial path dynamically

6 years agoFix picker mode with file
Arun Prakash Jana [Mon, 22 Apr 2019 20:22:53 +0000 (01:52 +0530)]
Fix picker mode with file

6 years agoRemove redundant change for HOME
Arun Prakash Jana [Mon, 22 Apr 2019 19:43:02 +0000 (01:13 +0530)]
Remove redundant change for HOME

6 years agoRemove redundant checks for g_tmpfpath
Arun Prakash Jana [Mon, 22 Apr 2019 18:27:26 +0000 (23:57 +0530)]
Remove redundant checks for g_tmpfpath

6 years agoSSHFS refinements
Arun Prakash Jana [Sun, 21 Apr 2019 20:44:43 +0000 (02:14 +0530)]
SSHFS refinements

6 years agoHandle exit status of child process
Arun Prakash Jana [Sun, 21 Apr 2019 19:51:16 +0000 (01:21 +0530)]
Handle exit status of child process

6 years agoUpdate docs
Arun Prakash Jana [Sun, 21 Apr 2019 18:37:48 +0000 (00:07 +0530)]
Update docs

6 years agoSupport config dir ~/.config/nnn
Arun Prakash Jana [Sun, 21 Apr 2019 18:29:51 +0000 (23:59 +0530)]
Support config dir ~/.config/nnn

6 years agoSupport copymode across contexts
Arun Prakash Jana [Sun, 21 Apr 2019 14:23:13 +0000 (19:53 +0530)]
Support copymode across contexts

6 years agoFix clang-tidy warning
Arun Prakash Jana [Sun, 21 Apr 2019 13:58:55 +0000 (19:28 +0530)]
Fix clang-tidy warning

6 years agoRevert "Fix clang error"
Arun Prakash Jana [Sun, 21 Apr 2019 10:11:26 +0000 (15:41 +0530)]
Revert "Fix clang error"

This reverts commit 78de6b575286e1bf33744abc01f93a5ca8563d78.

6 years agoReduce statements
Arun Prakash Jana [Sun, 21 Apr 2019 10:10:30 +0000 (15:40 +0530)]
Reduce statements

6 years agoUpdate docs
Arun Prakash Jana [Sun, 21 Apr 2019 09:50:59 +0000 (15:20 +0530)]
Update docs

6 years agoFix nmount on blank entry
Arun Prakash Jana [Sun, 21 Apr 2019 06:44:03 +0000 (12:14 +0530)]
Fix nmount on blank entry

6 years agoFix clang error
Arun Prakash Jana [Sun, 21 Apr 2019 06:35:56 +0000 (12:05 +0530)]
Fix clang error

6 years agoRefactor SSHFS code
Arun Prakash Jana [Sun, 21 Apr 2019 06:25:00 +0000 (11:55 +0530)]
Refactor SSHFS code

6 years agoUpdate docs
Arun Prakash Jana [Sun, 21 Apr 2019 02:58:58 +0000 (08:28 +0530)]
Update docs

6 years agoMerge pull request #248 from elig0n/diff_pgup_ctrlu
Mischievous Meerkat [Sat, 20 Apr 2019 20:40:11 +0000 (02:10 +0530)]
Merge pull request #248 from elig0n/diff_pgup_ctrlu

Differentiate half-page Ctrl+U/D and pageful PageDN/UP movement keys

6 years agoDifferentiate half-page Ctrl+U/D and pageful PageDN/UP movement keys
elig0n [Sat, 20 Apr 2019 20:25:15 +0000 (23:25 +0300)]
Differentiate half-page Ctrl+U/D and pageful PageDN/UP movement keys

6 years agoUpdate docs
Arun Prakash Jana [Sat, 20 Apr 2019 19:58:19 +0000 (01:28 +0530)]
Update docs

6 years agoFix lint warning
Arun Prakash Jana [Sat, 20 Apr 2019 19:23:48 +0000 (00:53 +0530)]
Fix lint warning

6 years agoSSHFS support
Arun Prakash Jana [Sat, 20 Apr 2019 18:54:19 +0000 (00:24 +0530)]
SSHFS support

6 years agoPlugin music: play random music from current dir
Arun Prakash Jana [Sat, 20 Apr 2019 12:13:13 +0000 (17:43 +0530)]
Plugin music: play random music from current dir

6 years agoPlugin ipinfo: fetch IP address and whois info
Arun Prakash Jana [Sat, 20 Apr 2019 07:37:04 +0000 (13:07 +0530)]
Plugin ipinfo: fetch IP address and whois info

6 years agoPlugin getplugs: update nnn plugins
Arun Prakash Jana [Fri, 19 Apr 2019 13:34:20 +0000 (19:04 +0530)]
Plugin getplugs: update nnn plugins

6 years agoPlugin nmount: toggle mount status of a device
Arun Prakash Jana [Thu, 18 Apr 2019 18:18:18 +0000 (23:48 +0530)]
Plugin nmount: toggle mount status of a device

6 years agoUpdate docs
Arun Prakash Jana [Thu, 18 Apr 2019 15:28:14 +0000 (20:58 +0530)]
Update docs

6 years agoPlugins!
Arun Prakash Jana [Thu, 18 Apr 2019 14:57:35 +0000 (20:27 +0530)]
Plugins!

6 years agoMove nlaunch from user-scripts
Arun Prakash Jana [Thu, 18 Apr 2019 14:11:39 +0000 (19:41 +0530)]
Move nlaunch from user-scripts

6 years agoUpdate docs
Arun Prakash Jana [Thu, 18 Apr 2019 04:59:47 +0000 (10:29 +0530)]
Update docs

6 years agoUpdate docs
Arun Prakash Jana [Wed, 17 Apr 2019 13:41:09 +0000 (19:11 +0530)]
Update docs

6 years agoSanitize scripts to change wallpaper
Arun Prakash Jana [Wed, 17 Apr 2019 03:14:36 +0000 (08:44 +0530)]
Sanitize scripts to change wallpaper

6 years agoMerge pull request #244 from juacq97/master
Mischievous Meerkat [Wed, 17 Apr 2019 03:09:56 +0000 (08:39 +0530)]
Merge pull request #244 from juacq97/master

Added two scripts to change the wallpaper

6 years agoChanged the notify-send message
juacq97 [Wed, 17 Apr 2019 02:58:56 +0000 (20:58 -0600)]
Changed the notify-send message

6 years agoCommented the notify-send lines
juacq97 [Wed, 17 Apr 2019 02:55:26 +0000 (20:55 -0600)]
Commented the notify-send lines

6 years agoChanged bash to sh
juacq97 [Wed, 17 Apr 2019 02:50:31 +0000 (20:50 -0600)]
Changed bash to sh

6 years agoUpdate nitrogen
Juan Adrián Castro Quintana [Wed, 17 Apr 2019 02:45:04 +0000 (20:45 -0600)]
Update nitrogen

6 years agoUpdate README.md
Juan Adrián Castro Quintana [Wed, 17 Apr 2019 02:44:12 +0000 (20:44 -0600)]
Update README.md

6 years agoUpdate README.md
Juan Adrián Castro Quintana [Wed, 17 Apr 2019 02:17:59 +0000 (20:17 -0600)]
Update README.md

6 years agoAdded two scripts to change the wallpaper.
juacq97 [Wed, 17 Apr 2019 01:50:16 +0000 (19:50 -0600)]
Added two scripts to change the wallpaper.

The one named "nitrogen" allow to change the wallpaper using
nitrogen. The one named "pywal" allows to change the wallpaper and the
terminal color scheme using pywal.
Both of them need to put the cursor over an image, there's no need to
select the file with space.

6 years agonnn as file manager: more changes
Arun Prakash Jana [Tue, 16 Apr 2019 17:25:59 +0000 (22:55 +0530)]
nnn as file manager: more changes

1. Support passing files to nnn
2. Enable debug logs much early

6 years agoUpdate docs
Arun Prakash Jana [Mon, 15 Apr 2019 18:05:19 +0000 (23:35 +0530)]
Update docs

6 years agoFix #243
Arun Prakash Jana [Mon, 15 Apr 2019 13:39:28 +0000 (19:09 +0530)]
Fix #243

6 years agoCode reformat
Arun Prakash Jana [Sat, 13 Apr 2019 16:29:34 +0000 (21:59 +0530)]
Code reformat

6 years agoFix readline() call sequence
Arun Prakash Jana [Sat, 13 Apr 2019 15:18:18 +0000 (20:48 +0530)]
Fix readline() call sequence

6 years agoUpdate badges
Arun Prakash Jana [Sat, 13 Apr 2019 08:54:59 +0000 (14:24 +0530)]
Update badges

6 years agoCheckout code for packaging
Arun Prakash Jana [Sat, 13 Apr 2019 08:12:11 +0000 (13:42 +0530)]
Checkout code for packaging

6 years agoUpdate distros
Arun Prakash Jana [Sat, 13 Apr 2019 08:05:47 +0000 (13:35 +0530)]
Update distros

6 years agoRemove duplicate builds
Arun Prakash Jana [Sat, 13 Apr 2019 08:00:24 +0000 (13:30 +0530)]
Remove duplicate builds

6 years agoSchedule weekly builds at 00:00 on Sun
Arun Prakash Jana [Sat, 13 Apr 2019 07:49:31 +0000 (13:19 +0530)]
Schedule weekly builds at 00:00 on Sun

6 years agoAdd CircleCI clang all
Arun Prakash Jana [Sat, 13 Apr 2019 06:22:19 +0000 (11:52 +0530)]
Add CircleCI clang all

6 years agoAdd CircleCI gcc all
Arun Prakash Jana [Sat, 13 Apr 2019 05:56:19 +0000 (11:26 +0530)]
Add CircleCI gcc all

6 years agoAdd CircleCI gcc-9 build
Arun Prakash Jana [Sat, 13 Apr 2019 05:18:45 +0000 (10:48 +0530)]
Add CircleCI gcc-9 build

6 years agoAdd CircleCI gcc-8 build
Arun Prakash Jana [Sat, 13 Apr 2019 05:13:38 +0000 (10:43 +0530)]
Add CircleCI gcc-8 build

6 years agoAdd CircleCI default build
Arun Prakash Jana [Sat, 13 Apr 2019 04:50:31 +0000 (10:20 +0530)]
Add CircleCI default build

6 years agoMore concise help
Arun Prakash Jana [Sat, 13 Apr 2019 03:00:32 +0000 (08:30 +0530)]
More concise help

6 years agoDo not refresh if same dir
Arun Prakash Jana [Sat, 13 Apr 2019 00:10:34 +0000 (05:40 +0530)]
Do not refresh if same dir

6 years agoShortcut to visit root
Arun Prakash Jana [Fri, 12 Apr 2019 14:51:48 +0000 (20:21 +0530)]
Shortcut to visit root

6 years agoFree readline buffer in corner cases
Arun Prakash Jana [Fri, 12 Apr 2019 14:36:29 +0000 (20:06 +0530)]
Free readline buffer in corner cases

6 years agoUpdate help
Arun Prakash Jana [Fri, 12 Apr 2019 10:27:27 +0000 (15:57 +0530)]
Update help

6 years agoRemove redundant variable
Arun Prakash Jana [Fri, 12 Apr 2019 10:12:33 +0000 (15:42 +0530)]
Remove redundant variable

6 years agoCode refactor
Arun Prakash Jana [Thu, 11 Apr 2019 14:29:44 +0000 (19:59 +0530)]
Code refactor

6 years agoRetire xdirname()
Arun Prakash Jana [Thu, 11 Apr 2019 14:19:42 +0000 (19:49 +0530)]
Retire xdirname()

6 years agoShorter NULL checks
Arun Prakash Jana [Thu, 11 Apr 2019 13:57:38 +0000 (19:27 +0530)]
Shorter NULL checks

6 years agoPrint file opener in debug mode
Arun Prakash Jana [Wed, 10 Apr 2019 01:49:19 +0000 (07:19 +0530)]
Print file opener in debug mode

6 years agoKeep global settings together
Arun Prakash Jana [Tue, 9 Apr 2019 17:22:27 +0000 (22:52 +0530)]
Keep global settings together

6 years agoRemember detail/light mode of context
Arun Prakash Jana [Tue, 9 Apr 2019 14:55:17 +0000 (20:25 +0530)]
Remember detail/light mode of context

6 years agoAdd comment
Arun Prakash Jana [Tue, 9 Apr 2019 11:32:20 +0000 (17:02 +0530)]
Add comment

6 years agoUpdate docs
Arun Prakash Jana [Mon, 8 Apr 2019 17:22:03 +0000 (22:52 +0530)]
Update docs

6 years agoUpdate README.md
Mischievous Meerkat [Sat, 6 Apr 2019 10:45:22 +0000 (16:15 +0530)]
Update README.md

6 years agoSupport only scripts directory
Arun Prakash Jana [Sat, 6 Apr 2019 01:24:06 +0000 (06:54 +0530)]
Support only scripts directory

6 years agoA new image
Arun Prakash Jana [Fri, 5 Apr 2019 15:33:26 +0000 (21:03 +0530)]
A new image

6 years agoUpdate docs
Arun Prakash Jana [Wed, 3 Apr 2019 11:26:00 +0000 (16:56 +0530)]
Update docs

6 years agoIgnore case in version compare
Arun Prakash Jana [Mon, 1 Apr 2019 15:41:23 +0000 (21:11 +0530)]
Ignore case in version compare

6 years agoFix issue with file details
Arun Prakash Jana [Mon, 1 Apr 2019 14:44:49 +0000 (20:14 +0530)]
Fix issue with file details

6 years agoCopy last file name before refresh
Arun Prakash Jana [Mon, 1 Apr 2019 03:20:54 +0000 (08:50 +0530)]
Copy last file name before refresh

6 years agoExperimental: save filter status on context switch
Arun Prakash Jana [Sun, 31 Mar 2019 12:23:24 +0000 (17:53 +0530)]
Experimental: save filter status on context switch

6 years agoMinor changes
Arun Prakash Jana [Sun, 31 Mar 2019 04:26:30 +0000 (09:56 +0530)]
Minor changes

6 years agoUpdate docs
Arun Prakash Jana [Fri, 29 Mar 2019 08:35:58 +0000 (14:05 +0530)]
Update docs

6 years agoUpdate docs
Arun Prakash Jana [Thu, 28 Mar 2019 15:40:27 +0000 (21:10 +0530)]
Update docs

6 years agoFix scripts
Arun Prakash Jana [Thu, 28 Mar 2019 15:19:17 +0000 (20:49 +0530)]
Fix scripts

6 years agoMerge pull request #237 from dbotw/endhome
Mischievous Meerkat [Mon, 25 Mar 2019 16:53:13 +0000 (22:23 +0530)]
Merge pull request #237 from dbotw/endhome

Recognize End/Home keys for editing

6 years agoRecognize End/Home keys for editing
Jens Guenther [Mon, 25 Mar 2019 15:50:18 +0000 (16:50 +0100)]
Recognize End/Home keys for editing

6 years agoMerge pull request #236 from juacq97/add-kdeconnect
Mischievous Meerkat [Mon, 25 Mar 2019 07:21:37 +0000 (12:51 +0530)]
Merge pull request #236 from juacq97/add-kdeconnect

Make kdeconnec script POSIX compliant

6 years agoDeleted blank line
Juan Adrián Castro Quintana [Mon, 25 Mar 2019 06:24:34 +0000 (23:24 -0700)]
Deleted blank line

Also, I commented again the three lines about the notifications.

6 years agoMerge branch 'master' into add-kdeconnect
Juan Adrián Castro Quintana [Mon, 25 Mar 2019 05:33:18 +0000 (22:33 -0700)]
Merge branch 'master' into add-kdeconnect

6 years agoChanged the Shell type to POSIX compliant
juacq97 [Mon, 25 Mar 2019 05:29:37 +0000 (22:29 -0700)]
Changed the Shell type to POSIX compliant