]> Sergey Matveev's repositories - nnn.git/log
nnn.git
8 years agoMove man to $PREFIX/share/man v1.0
Arun Prakash Jana [Thu, 13 Apr 2017 14:56:09 +0000 (20:26 +0530)]
Move man to $PREFIX/share/man

8 years agoUpdate README
Arun Prakash Jana [Thu, 13 Apr 2017 14:40:23 +0000 (20:10 +0530)]
Update README

8 years agoPrepare for release v1.0
Arun Prakash Jana [Thu, 13 Apr 2017 13:43:33 +0000 (19:13 +0530)]
Prepare for release v1.0

8 years agoAdd Makefile.generic, update docs
Arun Prakash Jana [Thu, 13 Apr 2017 02:42:10 +0000 (08:12 +0530)]
Add Makefile.generic, update docs

8 years agoSupport open current dir in desktop file manager
Arun Prakash Jana [Wed, 12 Apr 2017 16:48:03 +0000 (22:18 +0530)]
Support open current dir in desktop file manager

8 years agoUpdate README.md
Arun Prakash Jana [Wed, 12 Apr 2017 06:28:30 +0000 (11:58 +0530)]
Update README.md

8 years agorealloc() 32 entries at a time
Arun Prakash Jana [Tue, 11 Apr 2017 13:46:06 +0000 (19:16 +0530)]
realloc() 32 entries at a time

8 years agoMaximize rlimit, switch to detail view in du mode
Arun Prakash Jana [Tue, 11 Apr 2017 04:47:50 +0000 (10:17 +0530)]
Maximize rlimit, switch to detail view in du mode

8 years ago.travis.yml: bring back -Werror
Zhiming Wang [Tue, 11 Apr 2017 01:40:31 +0000 (21:40 -0400)]
.travis.yml: bring back -Werror

Convert warnings to errors on CI, or they'll go unnoticed.

8 years agoFix #4.
Arun Prakash Jana [Mon, 10 Apr 2017 21:13:38 +0000 (02:43 +0530)]
Fix #4.

8 years agoOptimize dentfill
Arun Prakash Jana [Mon, 10 Apr 2017 19:41:06 +0000 (01:11 +0530)]
Optimize dentfill

8 years agoToggle help and file details screens with same key
Arun Prakash Jana [Mon, 10 Apr 2017 13:05:30 +0000 (18:35 +0530)]
Toggle help and file details screens with same key

8 years agoUse static vars
Arun Prakash Jana [Mon, 10 Apr 2017 12:47:12 +0000 (18:17 +0530)]
Use static vars

8 years agoShow unprivileged free blocks in du mode
Arun Prakash Jana [Mon, 10 Apr 2017 04:51:44 +0000 (10:21 +0530)]
Show unprivileged free blocks in du mode

8 years agoUpdate README
Arun Prakash Jana [Sun, 9 Apr 2017 21:50:13 +0000 (03:20 +0530)]
Update README

8 years agoInitial path: support sort by disk usage
Arun Prakash Jana [Sun, 9 Apr 2017 18:41:29 +0000 (00:11 +0530)]
Initial path: support sort by disk usage

8 years agoKey - to jump to last visited directory
Arun Prakash Jana [Sat, 8 Apr 2017 08:16:03 +0000 (13:46 +0530)]
Key - to jump to last visited directory

8 years agoRemove redundant search when entering directory
Arun Prakash Jana [Sat, 8 Apr 2017 05:44:51 +0000 (11:14 +0530)]
Remove redundant search when entering directory

8 years agoAdd notes on fallback opener
Arun Prakash Jana [Thu, 6 Apr 2017 07:06:59 +0000 (12:36 +0530)]
Add notes on fallback opener

8 years agoShow marker only when spawning a shell.
Arun Prakash Jana [Thu, 6 Apr 2017 04:27:32 +0000 (09:57 +0530)]
Show marker only when spawning a shell.

8 years agoBrand new video. Thanks @zmwangx!
Arun Prakash Jana [Thu, 6 Apr 2017 00:57:16 +0000 (06:27 +0530)]
Brand new video. Thanks @zmwangx!

8 years agoTry fallbak for missing apps, use popen wrapper
Arun Prakash Jana [Wed, 5 Apr 2017 16:48:21 +0000 (22:18 +0530)]
Try fallbak for missing apps, use popen wrapper

8 years agoResolve ~ (HOME) at chdir prompt
Arun Prakash Jana [Wed, 5 Apr 2017 04:55:59 +0000 (10:25 +0530)]
Resolve ~ (HOME) at chdir prompt

8 years agoShow notifier only for associations
Arun Prakash Jana [Tue, 4 Apr 2017 14:27:44 +0000 (19:57 +0530)]
Show notifier only for associations

8 years agoDisable checksum calculation
Arun Prakash Jana [Tue, 4 Apr 2017 04:37:44 +0000 (10:07 +0530)]
Disable checksum calculation

Calculation can take very long. Most Unix-ish OSes have utilities to do this.

8 years agovim-ish binding for jump to first and last entry
Arun Prakash Jana [Tue, 4 Apr 2017 03:46:29 +0000 (09:16 +0530)]
vim-ish binding for jump to first and last entry

It was troubling me. Mimicking 'gg' would have been hacky and would need
additional processing... 'g' was free. Who cares even if you press twice? ;)

8 years agoFix warnings. Harden compilation.
Arun Prakash Jana [Mon, 3 Apr 2017 20:10:04 +0000 (01:40 +0530)]
Fix warnings. Harden compilation.

8 years agoMerge pull request #3 from zmwangx/travis
Arun Prakash Jana [Mon, 3 Apr 2017 19:35:35 +0000 (01:05 +0530)]
Merge pull request #3 from zmwangx/travis

Test on Travis

8 years agoAdd .travis.yml
Zhiming Wang [Mon, 3 Apr 2017 19:00:17 +0000 (15:00 -0400)]
Add .travis.yml

8 years agoASCII Art to indicate nnn launched program
Arun Prakash Jana [Mon, 3 Apr 2017 19:07:44 +0000 (00:37 +0530)]
ASCII Art to indicate nnn launched program

8 years agoAllow custom CFLAGS and CPPFLAGS in Makefile
Zhiming Wang [Mon, 3 Apr 2017 18:50:21 +0000 (14:50 -0400)]
Allow custom CFLAGS and CPPFLAGS in Makefile

This is consistent with the fact that custom LDFLAGS are already allowed, and
for once, it makes warning options easier to control.

Also use automatic variables $@ and $^ consistently.

8 years agoUpdate static associations
Arun Prakash Jana [Mon, 3 Apr 2017 18:15:53 +0000 (23:45 +0530)]
Update static associations

8 years agoUse double quotes to handle file names with spaces
Arun Prakash Jana [Mon, 3 Apr 2017 18:03:31 +0000 (23:33 +0530)]
Use double quotes to handle file names with spaces

Remove dependency on cut.

8 years agoAdd help screen on keybinds
Arun Prakash Jana [Mon, 3 Apr 2017 17:03:46 +0000 (22:33 +0530)]
Add help screen on keybinds

8 years agoShow stat, file, md5, sh256 in file details
Arun Prakash Jana [Mon, 3 Apr 2017 14:58:55 +0000 (20:28 +0530)]
Show stat, file, md5, sh256 in file details

This commit adds dependencies on file, openssl and cut binaries.

8 years agoShow file details
Arun Prakash Jana [Sun, 2 Apr 2017 23:35:14 +0000 (05:05 +0530)]
Show file details

We closely follow the output for stat(1).

8 years agoRemove redundant stuff
Arun Prakash Jana [Sun, 2 Apr 2017 15:45:31 +0000 (21:15 +0530)]
Remove redundant stuff

1. Have a faster copy of strlcpy()
2. Remove redundant legacy files
3. Fix an issue with NULL check on array name

8 years agoOptimize directory search
Arun Prakash Jana [Sun, 2 Apr 2017 08:48:54 +0000 (14:18 +0530)]
Optimize directory search

8 years agoUse standard function for numeric sort
Arun Prakash Jana [Sun, 2 Apr 2017 05:32:07 +0000 (11:02 +0530)]
Use standard function for numeric sort

Numeric is numeric i.e., n, -n. +n.
Other forms such as --n, ++n, -c, +c should not be considered numeric.

If size is same (e.g. dirs), use alphanum sort.

8 years agoRevert non-portable optimization
Arun Prakash Jana [Sun, 2 Apr 2017 02:45:07 +0000 (08:15 +0530)]
Revert non-portable optimization

8 years agoMerge pull request #2 from zmwangx/gitignore
Arun Prakash Jana [Sun, 2 Apr 2017 02:15:26 +0000 (07:45 +0530)]
Merge pull request #2 from zmwangx/gitignore

Add .gitignore to ignore compilation products

8 years agoAdd .gitignore to ignore compilation products
Zhiming Wang [Sat, 1 Apr 2017 21:42:49 +0000 (17:42 -0400)]
Add .gitignore to ignore compilation products

8 years agoShow message when trying to go above /
Arun Prakash Jana [Sat, 1 Apr 2017 21:20:56 +0000 (02:50 +0530)]
Show message when trying to go above /

8 years agoShow directories first
Arun Prakash Jana [Sat, 1 Apr 2017 20:18:33 +0000 (01:48 +0530)]
Show directories first

8 years agoSupport sort by numeric value for numeric names
Arun Prakash Jana [Sat, 1 Apr 2017 17:40:12 +0000 (23:10 +0530)]
Support sort by numeric value for numeric names

8 years agoShow sort order if applied
Arun Prakash Jana [Sat, 1 Apr 2017 12:31:54 +0000 (18:01 +0530)]
Show sort order if applied

8 years agoAn optimized dirname()
Arun Prakash Jana [Sat, 1 Apr 2017 12:02:58 +0000 (17:32 +0530)]
An optimized dirname()

8 years agoOptimizations
Arun Prakash Jana [Sat, 1 Apr 2017 09:11:07 +0000 (14:41 +0530)]
Optimizations

8 years agoShow indicators in column
Arun Prakash Jana [Sat, 1 Apr 2017 07:26:25 +0000 (12:56 +0530)]
Show indicators in column

8 years agoSupport opening in detail view mode
Arun Prakash Jana [Sat, 1 Apr 2017 05:18:18 +0000 (10:48 +0530)]
Support opening in detail view mode

8 years agoOpen audio files with mpv
Arun Prakash Jana [Fri, 31 Mar 2017 22:23:49 +0000 (03:53 +0530)]
Open audio files with mpv

8 years agoRemove sh as script opener, use vi
Arun Prakash Jana [Fri, 31 Mar 2017 18:05:48 +0000 (23:35 +0530)]
Remove sh as script opener, use vi

8 years agoChange vim to vi
Arun Prakash Jana [Fri, 31 Mar 2017 16:55:56 +0000 (22:25 +0530)]
Change vim to vi

8 years agoRevamp detail mode
Arun Prakash Jana [Fri, 31 Mar 2017 15:47:50 +0000 (21:17 +0530)]
Revamp detail mode

If a filename has Unicode chars, the alignment is broken. Hence moving name to
the last column. This also makes the view compact.
Moving block and char dev indicators in the space for size.

8 years agoShow indicator with filename in bar
Arun Prakash Jana [Fri, 31 Mar 2017 14:02:59 +0000 (19:32 +0530)]
Show indicator with filename in bar

8 years agoUpdate documentation (man, README)
Arun Prakash Jana [Fri, 31 Mar 2017 02:52:51 +0000 (08:22 +0530)]
Update documentation (man, README)

8 years agoFix: can't go to parent if only dir name specified
Arun Prakash Jana [Thu, 30 Mar 2017 20:04:41 +0000 (01:34 +0530)]
Fix: can't go to parent if only dir name specified

Invoking nnn with:

nnn dir
nnn ./dir
nnn dir

wouldn't allow user to navigate to parent directory.

8 years agoRename project to nnn (Noice is Not Noice)
Arun Prakash Jana [Thu, 30 Mar 2017 18:25:30 +0000 (23:55 +0530)]
Rename project to nnn (Noice is Not Noice)

8 years agoSupport file name copier
Arun Prakash Jana [Thu, 30 Mar 2017 15:47:00 +0000 (21:17 +0530)]
Support file name copier

Add keybind 'Ctrl-k' to copy the absolute path of the file under the cursor if environment variable NOICE_COPIER is set.

8 years agoRe-format detailed view, show filename
Arun Prakash Jana [Thu, 30 Mar 2017 13:24:18 +0000 (18:54 +0530)]
Re-format detailed view, show filename

8 years agoUse reverse video in detail view
Arun Prakash Jana [Thu, 30 Mar 2017 05:14:26 +0000 (10:44 +0530)]
Use reverse video in detail view

1. Highlight the currently selected item in reverse video.
2. Fix: remember the current item when toggling detail view.

8 years agoShow modification time in detail view
Arun Prakash Jana [Thu, 30 Mar 2017 04:39:21 +0000 (10:09 +0530)]
Show modification time in detail view

8 years agoShow number of entries in detailed view
Arun Prakash Jana [Wed, 29 Mar 2017 21:15:46 +0000 (02:45 +0530)]
Show number of entries in detailed view

8 years agostrip binary
Arun Prakash Jana [Wed, 29 Mar 2017 20:59:28 +0000 (02:29 +0530)]
strip binary

8 years agoSimpler regular listing
Arun Prakash Jana [Wed, 29 Mar 2017 20:55:51 +0000 (02:25 +0530)]
Simpler regular listing

8 years agoShows 'Cannot resolve path' on narrow terminal
Arun Prakash Jana [Wed, 29 Mar 2017 20:42:44 +0000 (02:12 +0530)]
Shows 'Cannot resolve path' on narrow terminal

noice truncates the cwd string dynamically. If the numbers of columns is lesser than the length of the path, cwd is truncated so that the correct path cannot be resolved. We should try to resolve the full path instead.

8 years agoConcise file type info in detail view
Arun Prakash Jana [Wed, 29 Mar 2017 20:37:39 +0000 (02:07 +0530)]
Concise file type info in detail view

B - Block Device
C - Character Device
D - Directory
E - Executable
F - Fifo
L - Symbolic Link
R - Regular File
S - Socket

8 years agoSwitches to toggle detail view, file size sort
Arun Prakash Jana [Wed, 29 Mar 2017 20:21:52 +0000 (01:51 +0530)]
Switches to toggle detail view, file size sort

1. The detailed view shows file type and size using keybind 'd'. Disabled by default.
2. Option 's' sorts dir entries by descending order of size.

8 years agoRe-scan directory contents after spawning a shell
Arun Prakash Jana [Wed, 29 Mar 2017 14:38:34 +0000 (20:08 +0530)]
Re-scan directory contents after spawning a shell

The contents of the directory may be changed from the shell by adding or deleting content. Permissions may have changed too. We must re-populate the contents of the current directory.

8 years agoVarious optimizations
Arun Prakash Jana [Wed, 29 Mar 2017 14:12:23 +0000 (19:42 +0530)]
Various optimizations

8 years agoImplement navigation roll over
Arun Prakash Jana [Wed, 29 Mar 2017 10:29:56 +0000 (15:59 +0530)]
Implement navigation roll over

8 years agoUpdate readme
Arun Prakash Jana [Wed, 29 Mar 2017 05:33:22 +0000 (11:03 +0530)]
Update readme

8 years agoMerge remote-tracking branch 'upstream/master'
Arun Prakash Jana [Wed, 5 Oct 2016 15:11:32 +0000 (20:41 +0530)]
Merge remote-tracking branch 'upstream/master'

8 years agoBump to 0.6
sin [Wed, 24 Aug 2016 09:47:25 +0000 (10:47 +0100)]
Bump to 0.6

8 years agoSplit out default filter initialization
sin [Mon, 22 Aug 2016 13:10:14 +0000 (14:10 +0100)]
Split out default filter initialization

8 years agoMake toggle dot behaviour persistent
sin [Mon, 22 Aug 2016 12:44:52 +0000 (13:44 +0100)]
Make toggle dot behaviour persistent

Once set, the default filter is updated.  This means that
toggle dot will also work as expected when noice is executed
as root.

Based on discussion with Ypnose.

8 years agoAlign fields in config.def.h
sin [Mon, 22 Aug 2016 10:23:47 +0000 (11:23 +0100)]
Align fields in config.def.h

Diff by Ypnose

8 years agoAccept user-defined LDFLAGS in Makefile
sin [Mon, 22 Aug 2016 10:22:24 +0000 (11:22 +0100)]
Accept user-defined LDFLAGS in Makefile

Diff by Ypnose

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 16:14:56 +0000 (21:44 +0530)]
Update README.md

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 16:10:34 +0000 (21:40 +0530)]
Update README.md

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 15:47:43 +0000 (21:17 +0530)]
Update README.md

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 15:47:23 +0000 (21:17 +0530)]
Update README.md

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 14:51:20 +0000 (20:21 +0530)]
Update README.md

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 13:12:22 +0000 (18:42 +0530)]
Update README.md

8 years agoUpdate readme.
Arun Prakash Jana [Sun, 21 Aug 2016 12:49:57 +0000 (18:19 +0530)]
Update readme.

8 years agoList alphabetically, case ignored (like 'ls -l').
Arun Prakash Jana [Sun, 21 Aug 2016 12:47:34 +0000 (18:17 +0530)]
List alphabetically, case ignored (like 'ls -l').

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 12:07:18 +0000 (17:37 +0530)]
Update README.md

8 years agoDocument NOICE_FALLBAK_OPENER.
Arun Prakash Jana [Sun, 21 Aug 2016 10:32:03 +0000 (16:02 +0530)]
Document NOICE_FALLBAK_OPENER.

8 years agoSupport NOICE_FALLBAK_OPENER.
Arun Prakash Jana [Sun, 21 Aug 2016 10:19:54 +0000 (15:49 +0530)]
Support NOICE_FALLBAK_OPENER.

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 08:35:26 +0000 (14:05 +0530)]
Update README.md

8 years agoDoc update on NOICE_OPENER.
Arun Prakash Jana [Sun, 21 Aug 2016 08:28:53 +0000 (13:58 +0530)]
Doc update on NOICE_OPENER.

8 years agoSupport NOICE_OPENER env variable.
Arun Prakash Jana [Sun, 21 Aug 2016 08:18:19 +0000 (13:48 +0530)]
Support NOICE_OPENER env variable.

8 years agoUpdate README.md
Arun Prakash Jana [Sun, 21 Aug 2016 07:28:38 +0000 (12:58 +0530)]
Update README.md

8 years agoUpdate man page.
Arun Prakash Jana [Sun, 21 Aug 2016 07:19:42 +0000 (12:49 +0530)]
Update man page.

8 years agoUpdate README.
Arun Prakash Jana [Sun, 21 Aug 2016 04:41:19 +0000 (10:11 +0530)]
Update README.

8 years agoRemove libmagic, use file command.
Arun Prakash Jana [Sun, 21 Aug 2016 02:55:12 +0000 (08:25 +0530)]
Remove libmagic, use file command.

The magic.mgc file gets created in the local directory, opening
the global file throws unwanted messages. So we are using the o/p
of the file command to determine if the file is a plain text file.

8 years agoUpdate README
Arun Prakash Jana [Sat, 20 Aug 2016 16:27:14 +0000 (21:57 +0530)]
Update README

8 years agoRemove config.h on clean.
Arun Prakash Jana [Sat, 20 Aug 2016 16:13:32 +0000 (21:43 +0530)]
Remove config.h on clean.

8 years agoFix compilation issues with -O3 optimization.
Arun Prakash Jana [Sat, 20 Aug 2016 16:09:47 +0000 (21:39 +0530)]
Fix compilation issues with -O3 optimization.

8 years agoModify file type handling.
Arun Prakash Jana [Sat, 20 Aug 2016 14:35:35 +0000 (20:05 +0530)]
Modify file type handling.

Use mpv, fmedia, zathura.
Invoke libmagic to identify text files and open with vim.
Use xdg-open for unhandled mimes.