]>
Sergey Matveev's repositories - nnn.git/log
Arun Prakash Jana [Sun, 21 Aug 2016 12:47:34 +0000 (18:17 +0530)]
List alphabetically, case ignored (like 'ls -l').
Arun Prakash Jana [Sun, 21 Aug 2016 12:07:18 +0000 (17:37 +0530)]
Update README.md
Arun Prakash Jana [Sun, 21 Aug 2016 10:32:03 +0000 (16:02 +0530)]
Document NOICE_FALLBAK_OPENER.
Arun Prakash Jana [Sun, 21 Aug 2016 10:19:54 +0000 (15:49 +0530)]
Support NOICE_FALLBAK_OPENER.
Arun Prakash Jana [Sun, 21 Aug 2016 08:35:26 +0000 (14:05 +0530)]
Update README.md
Arun Prakash Jana [Sun, 21 Aug 2016 08:28:53 +0000 (13:58 +0530)]
Doc update on NOICE_OPENER.
Arun Prakash Jana [Sun, 21 Aug 2016 08:18:19 +0000 (13:48 +0530)]
Support NOICE_OPENER env variable.
Arun Prakash Jana [Sun, 21 Aug 2016 07:28:38 +0000 (12:58 +0530)]
Update README.md
Arun Prakash Jana [Sun, 21 Aug 2016 07:19:42 +0000 (12:49 +0530)]
Update man page.
Arun Prakash Jana [Sun, 21 Aug 2016 04:41:19 +0000 (10:11 +0530)]
Update README.
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.
Arun Prakash Jana [Sat, 20 Aug 2016 16:27:14 +0000 (21:57 +0530)]
Update README
Arun Prakash Jana [Sat, 20 Aug 2016 16:13:32 +0000 (21:43 +0530)]
Remove config.h on clean.
Arun Prakash Jana [Sat, 20 Aug 2016 16:09:47 +0000 (21:39 +0530)]
Fix compilation issues with -O3 optimization.
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.
Arun Prakash Jana [Sat, 20 Aug 2016 14:14:31 +0000 (19:44 +0530)]
Merge remote-tracking branch 'upstream/master'
Arun Prakash Jana [Sat, 20 Aug 2016 14:10:14 +0000 (19:40 +0530)]
Initial commit
sin [Fri, 11 Mar 2016 09:59:48 +0000 (09:59 +0000)]
Bump to 0.5
sin [Thu, 10 Mar 2016 17:00:12 +0000 (17:00 +0000)]
Fix initscr() crash on NetBSD
NetBSD has its own curses implementation and initscr() does not
terminate with an error if TERM is not set properly.
Instead check the return value and exit if an initialization
error occurs.
sin [Thu, 25 Feb 2016 15:06:57 +0000 (15:06 +0000)]
Add command to cd back to HOME
Original patch written by Richard Hyde and taken from
https://github.com/RichardHyde/noice
sin [Thu, 25 Feb 2016 14:54:41 +0000 (14:54 +0000)]
Add command to toggle hide .dot files
Patch written by Richard Hyde and taken from
https://github.com/RichardHyde/noice
sin [Fri, 19 Feb 2016 14:03:06 +0000 (14:03 +0000)]
Style fix
sin [Fri, 19 Feb 2016 13:56:42 +0000 (13:56 +0000)]
Fix grammar in manpage
sin [Fri, 19 Feb 2016 13:40:44 +0000 (13:40 +0000)]
Fix strlcpy() size argument
It should be the size of the destination buffer, not the source.
In this case, both src and dest have the same size.
sin [Fri, 19 Feb 2016 13:37:24 +0000 (13:37 +0000)]
Update README - OSX works too
sin [Wed, 10 Feb 2016 15:38:22 +0000 (15:38 +0000)]
Move mkpath() higher up so we don't need to declare it
sin [Wed, 10 Feb 2016 15:32:41 +0000 (15:32 +0000)]
Move path[], oldpath[] and fltr[] inside browse()
sin [Wed, 10 Feb 2016 15:20:28 +0000 (15:20 +0000)]
Minor style fix
sin [Wed, 10 Feb 2016 15:16:19 +0000 (15:16 +0000)]
Rename global `n` to `ndents`
This is more descriptive for a global variable which
can easily be shadowed.
sin [Wed, 10 Feb 2016 15:09:04 +0000 (15:09 +0000)]
Use dents name directly like we do in other places
sin [Mon, 8 Feb 2016 17:25:35 +0000 (17:25 +0000)]
Minor README update
sin [Mon, 8 Feb 2016 17:22:30 +0000 (17:22 +0000)]
Minor style fix
sin [Mon, 8 Feb 2016 17:08:26 +0000 (17:08 +0000)]
Nuke some newlines
sin [Mon, 8 Feb 2016 16:59:19 +0000 (16:59 +0000)]
Remove some const bullshit
sin [Mon, 8 Feb 2016 16:57:56 +0000 (16:57 +0000)]
Remove some more useless memory allocations
sin [Mon, 8 Feb 2016 16:52:07 +0000 (16:52 +0000)]
Remove filter as you type mode
Nobody uses it and adds additional complexity.
sin [Mon, 8 Feb 2016 16:44:39 +0000 (16:44 +0000)]
No need for cast in qsort callback
sin [Tue, 26 Jan 2016 20:07:29 +0000 (20:07 +0000)]
Bump to 0.4
sin [Wed, 13 Jan 2016 18:52:19 +0000 (18:52 +0000)]
Year bump
sin [Thu, 7 Jan 2016 10:26:44 +0000 (10:26 +0000)]
noice: No need to perform so many memory allocations
The code was quite fragile. As a first pass, use buffers of size
PATH_MAX and LINE_MAX accordingly until we simplify the overall logic.
sin [Wed, 6 Jan 2016 15:59:27 +0000 (15:59 +0000)]
Fix memory leak
sin [Wed, 6 Jan 2016 15:55:25 +0000 (15:55 +0000)]
Avoid another allocation
sin [Wed, 6 Jan 2016 15:53:04 +0000 (15:53 +0000)]
Avoid unneeded memory allocation in xdirname()
sin [Wed, 6 Jan 2016 15:24:35 +0000 (15:24 +0000)]
sizeof(char) is always 1, no need to be explicit
sin [Wed, 6 Jan 2016 15:21:41 +0000 (15:21 +0000)]
Print the resolved path for cwd
Avoids weird things like /etc/.. when displaying cwd.
Also no need for cwd to be on the heap.
sin [Thu, 26 Nov 2015 16:05:13 +0000 (16:05 +0000)]
Fix comment
sin [Thu, 26 Nov 2015 16:00:26 +0000 (16:00 +0000)]
Add usage
sin [Thu, 26 Nov 2015 15:54:54 +0000 (15:54 +0000)]
Don't use printerr() before curses has been initialized
sin [Thu, 26 Nov 2015 15:35:53 +0000 (15:35 +0000)]
Don't name vars in prototypes
sin [Thu, 26 Nov 2015 15:33:49 +0000 (15:33 +0000)]
Rename makepath() to mkpath()
sin [Thu, 26 Nov 2015 15:10:12 +0000 (15:10 +0000)]
Only use the environment variable when it is not empty
sin [Thu, 26 Nov 2015 15:05:16 +0000 (15:05 +0000)]
Be consistent in manpage
sin [Thu, 26 Nov 2015 15:03:26 +0000 (15:03 +0000)]
Minor fixes for manpage
sin [Thu, 26 Nov 2015 13:51:09 +0000 (13:51 +0000)]
Fix instructions for Solaris 9
sin [Thu, 26 Nov 2015 13:45:20 +0000 (13:45 +0000)]
Minor grammar fix in README
sin [Thu, 26 Nov 2015 13:42:41 +0000 (13:42 +0000)]
Declare var at top of block
Martin Kühl [Fri, 20 Nov 2015 15:42:33 +0000 (16:42 +0100)]
Support commands specified by environment variables
Specifying commands by name in config.h means that
every time one switches ones editor (for example),
one has to modify every config.h file referencing that editor
and then recompile every corresponding program.
This change adds a string `env` for specifying an environment
variable to `struct key` and uses it to optionally specify the
command to run on SEL_{RUN,RUNARG}.
The `run` string is used as a fallback when the environment variable
has not been specified or is not set.
It also updates `config.def.h` to demonstrate this new capability.
sin [Fri, 20 Nov 2015 17:41:11 +0000 (17:41 +0000)]
No need for strlen()
Thanks Hiltjo!
sin [Fri, 20 Nov 2015 14:59:41 +0000 (14:59 +0000)]
Bump to 0.3
sin [Fri, 20 Nov 2015 14:37:27 +0000 (14:37 +0000)]
The 2f30 lists were taken down so update README
sin [Fri, 20 Nov 2015 14:36:40 +0000 (14:36 +0000)]
Add license pointer
sin [Fri, 20 Nov 2015 14:14:58 +0000 (14:14 +0000)]
Restore screensaver mode
Disable timeout when in filter or type mode.
sin [Fri, 20 Nov 2015 14:12:47 +0000 (14:12 +0000)]
Sync strlcpy/strlcat from OpenBSD
sin [Fri, 20 Nov 2015 14:04:01 +0000 (14:04 +0000)]
Use wgetnstr() instead of getnstr() because IRIX lacks the latter
sin [Fri, 20 Nov 2015 11:55:41 +0000 (11:55 +0000)]
Properly handle empty filters
sin [Fri, 20 Nov 2015 11:42:15 +0000 (11:42 +0000)]
Make room for null-terminator
sin [Fri, 20 Nov 2015 11:38:19 +0000 (11:38 +0000)]
Simplify readln()
Use getnstr() and be done with it. It will even beep now!
sin [Sat, 14 Nov 2015 14:51:29 +0000 (14:51 +0000)]
Revert "Run screensaver after a period of idleness"
This reverts commit
1e18b85e56d98ca2daeb7adc587c28f5d653a01f .
Revert until remaining issues are fixed. The filter search expires
after 1 second of inactivity without the revert.
sin [Tue, 3 Nov 2015 17:48:39 +0000 (17:48 +0000)]
Ignore SIGINT to allow returning back to noice when we kill the screensaver
Use 'q' to quit.
lostd [Mon, 2 Nov 2015 01:21:41 +0000 (03:21 +0200)]
Run screensaver after a period of idleness
sin [Wed, 19 Aug 2015 07:39:19 +0000 (08:39 +0100)]
Add .mov to config.h
lostd [Sun, 12 Jul 2015 23:56:51 +0000 (00:56 +0100)]
Recall current item on refresh or sorting mode change
lostd [Sun, 12 Jul 2015 12:32:31 +0000 (13:32 +0100)]
Add keys to move to the first and last entry
lostd [Thu, 2 Jul 2015 21:51:58 +0000 (22:51 +0100)]
We don't want to exit the typing mode because of an error
Delay displaying the message until return is pressed.
Also contain all printwarn() calls inside browse().
sin [Thu, 2 Jul 2015 16:49:17 +0000 (17:49 +0100)]
Use proper tags for AUTHORS section in manpage
Fix some mandoc -Tlint warnings as well.
lostd [Thu, 2 Jul 2015 00:14:27 +0000 (01:14 +0100)]
Test the case of unreadable parent
lostd [Thu, 2 Jul 2015 00:07:09 +0000 (01:07 +0100)]
Escape unreadable dirs we are already into
We care about the directory we are going to, so there is no reason
to get locked inside there if the parent is readable.
lostd [Thu, 2 Jul 2015 00:02:47 +0000 (01:02 +0100)]
Test for when permissions change while browsing
lostd [Wed, 1 Jul 2015 23:58:01 +0000 (00:58 +0100)]
More test cases about permissions
lostd [Wed, 1 Jul 2015 23:56:47 +0000 (00:56 +0100)]
Refactor parts of browse() into populate() and redraw()
lostd [Sat, 13 Jun 2015 10:09:58 +0000 (11:09 +0100)]
We no longer use lists
lostd [Tue, 9 Jun 2015 08:12:17 +0000 (09:12 +0100)]
Sort includes
lostd [Thu, 4 Jun 2015 22:03:57 +0000 (23:03 +0100)]
Make config independent to avoid accidental overwrites
sin [Tue, 5 May 2015 17:45:35 +0000 (18:45 +0100)]
Make setfilter() regexes case-insensitive
Alexander Huemer [Mon, 4 May 2015 21:19:20 +0000 (23:19 +0200)]
Be case insensitive for file extensions
sin [Thu, 12 Mar 2015 14:20:36 +0000 (14:20 +0000)]
Bump to 0.2
lostd [Thu, 12 Mar 2015 14:12:01 +0000 (16:12 +0200)]
Key bindings to run user-defined commands
lostd [Thu, 12 Mar 2015 12:57:34 +0000 (14:57 +0200)]
Confirm we are in a terminal
sin [Wed, 11 Mar 2015 19:03:43 +0000 (19:03 +0000)]
Update contact information in README
sin [Wed, 11 Mar 2015 18:55:28 +0000 (18:55 +0000)]
Add C-l to force a redraw
Often I am waiting for a file to download and be renamed from
.foo.part to .foo. Forcing a redraw is a simple way to check if
the file has completed downloading.
lostd [Tue, 17 Feb 2015 17:03:51 +0000 (19:03 +0200)]
Fix an unsigned conversion error
lostd [Thu, 5 Feb 2015 15:53:50 +0000 (17:53 +0200)]
Clarify state toggling
sin [Wed, 4 Feb 2015 12:32:16 +0000 (12:32 +0000)]
Move mtimeorder to config.def.h
lostd [Sun, 1 Feb 2015 12:10:28 +0000 (14:10 +0200)]
Meaningful comments
sin [Sat, 31 Jan 2015 22:58:08 +0000 (22:58 +0000)]
Minor manpage fix
sin [Sat, 31 Jan 2015 22:02:59 +0000 (22:02 +0000)]
Add 't' command to sort output by entry's mtime
lostd [Wed, 28 Jan 2015 20:01:26 +0000 (22:01 +0200)]
More concise comment on nextsel()
lostd [Wed, 28 Jan 2015 10:47:11 +0000 (12:47 +0200)]
Change scope to always check the correct return value
lostd [Wed, 28 Jan 2015 10:30:59 +0000 (12:30 +0200)]
Rework readmore(), replace goto with a switch
lostd [Tue, 27 Jan 2015 12:38:37 +0000 (14:38 +0200)]
Keep last valid state on regex errors