2019-08-28 12:30 | Change filter prompt from "filter: " to "/" | sin | 1 | +1 | -1 |
2019-08-28 12:28 | Change default CWD formatting | sin | 2 | +2 | -2 |
2019-08-24 11:41 | Style fix | sin | 1 | +1 | -1 |
2019-08-23 15:23 | Reflect nopen(1) errors in exit status | sin | 1 | +8 | -4 |
2019-08-23 15:16 | Minor rephrase in nopen(1) | sin | 1 | +3 | -3 |
2019-08-23 15:13 | Sync strlcat/strlcpy from OpenBSD | sin | 2 | +6 | -2 |
2019-08-23 15:00 | Rename struct assoc to struct rule | sin | 2 | +24 | -22 |
2019-08-23 14:52 | Use arg.h in nopen(1) | sin | 2 | +13 | -6 |
2019-08-23 12:40 | Rework logging functions | sin | 1 | +45 | -26 |
2019-08-23 10:11 | Add -c option to enable colors | sin | 4 | +74 | -8 |
2019-08-23 09:59 | Fix comment | sin | 1 | +1 | -1 |
2019-08-23 09:59 | Move MIN() to util.h | sin | 2 | +2 | -2 |
2019-08-23 09:57 | Remove unused helpers | sin | 1 | +0 | -22 |
2019-08-22 16:34 | Rename NOPENCMD to NOPEN to be consistent with env variable naming | sin | 2 | +2 | -2 |
2019-08-22 15:39 | Fix clang warning | sin | 1 | +1 | -1 |
2019-08-22 15:33 | Nuke unused include | sin | 2 | +0 | -2 |
2019-08-22 15:15 | Fail spawn*() if chdir() fails | sin | 1 | +3 | -2 |
2019-08-22 15:04 | Only check status field if waitpid() did not fail | sin | 1 | +5 | -3 |
2019-08-22 15:04 | Style fix | sin | 1 | +2 | -2 |
2019-08-22 14:48 | Allow overriding plumber via NOPEN env variable | sin | 3 | +12 | -4 |
2019-08-22 14:36 | Ensure the debug macros use our internal dprintf() implementation | sin | 1 | +10 | -10 |
2019-08-22 14:35 | No need to have CPPFLAGS/CFLAGS in Makefile | sin | 1 | +0 | -3 |
2019-08-22 14:09 | Fix spawn*() so it can report errors to the caller | sin | 6 | +19 | -10 |
2019-08-06 13:28 | Explicitly ignore interruptions in spawnvp() | sin | 1 | +2 | -2 |
2019-08-05 09:27 | Add .gitignore | sin | 1 | +2 | -0 |
2019-08-05 09:24 | Revert "Clear screen on exit" | sin | 1 | +0 | -2 |
2019-08-04 11:51 | Fix dprintf() | sin | 1 | +1 | -1 |
2019-08-04 10:54 | Style fix | sin | 1 | +1 | -2 |
2019-08-04 10:53 | Die on fork() failure (thanks Evil_Bob) | sin | 1 | +6 | -2 |
2019-08-04 10:36 | Fix typo (thanks Evil_Bob!) | sin | 1 | +1 | -1 |
2019-08-03 21:34 | Clear screen on exit | sin | 1 | +2 | -0 |
2019-08-03 21:30 | Factor out dprintf() | sin | 4 | +25 | -20 |
2019-08-02 14:43 | Implement nopen(1) | sin | 11 | +327 | -254 |
2019-04-08 10:06 | Add test files to check version number sorting | Lazaros Koromilas | 1 | +5 | -0 |
2019-04-08 09:59 | Use unsigned semantics in char comparison | Lazaros Koromilas | 1 | +2 | -2 |
2019-04-08 09:48 | Add sort by version number mode | Lazaros Koromilas | 6 | +68 | -4 |
2019-04-08 09:42 | Move debug printing helpers to util header | Lazaros Koromilas | 2 | +15 | -14 |
2019-03-31 11:47 | Keep usage() above main | sin | 1 | +7 | -7 |
2019-03-31 11:39 | compile all regexes at startup and show an error on failed compilation | Hiltjo Posthuma | 1 | +25 | -12 |
2019-03-31 10:10 | Add support for passing options to file associations | sin | 3 | +58 | -37 |
2019-03-09 18:52 | Bump to 0.8 | sin | 1 | +1 | -1 |
2019-02-03 20:57 | Restore old defaults without any video attributes | Lazaros Koromilas | 1 | +8 | -6 |
2019-02-03 20:37 | Control color support with a simple flag | Lazaros Koromilas | 2 | +2 | -1 |
2019-02-03 20:36 | Revert "Add note in README about color support" | Lazaros Koromilas | 1 | +0 | -4 |
2019-02-03 20:36 | Revert "No colors by default" | Lazaros Koromilas | 1 | +0 | -9 |
2019-02-03 20:31 | Honor the default terminal foreground and background | Lazaros Koromilas | 2 | +7 | -6 |
2019-02-03 17:46 | Style fixes | Lazaros Koromilas | 1 | +3 | -2 |
2019-01-20 12:19 | Bump to 0.7 | sin | 1 | +1 | -1 |
2019-01-20 12:18 | Add note in README about color support | sin | 1 | +4 | -0 |
2019-01-19 18:22 | Bump date in manpage | sin | 1 | +1 | -1 |
2019-01-19 18:12 | Redraw after spawned command terminates | sin | 1 | +8 | -2 |
2019-01-19 17:43 | No colors by default | dok | 1 | +9 | -0 |
2019-01-06 17:42 | Add directory sorting | dok | 3 | +30 | -0 |
2019-01-06 15:38 | Add case insensitive comparison | dok | 3 | +16 | -1 |
2019-01-06 13:10 | Add colors | dok | 2 | +56 | -13 |
2019-01-04 19:31 | Bump copyright year | sin | 1 | +2 | -2 |
2019-01-04 19:23 | Add missing semicolon | cel | 1 | +1 | -1 |
2018-06-23 22:58 | Bump copyright year | sin | 1 | +2 | -2 |
2018-04-09 12:32 | Change emacs keybinds for jumping to first/last entry | sin | 3 | +21 | -10 |
2018-03-05 21:21 | polish up a little manual page | Svyatoslav Mishyn | 1 | +46 | -25 |
2018-02-27 17:01 | Update IRC details in README | sin | 1 | +1 | -1 |
2018-02-25 10:29 | Return early when dir or filter result empty | Lazaros Koromilas | 1 | +2 | -0 |
2018-02-25 10:29 | Plug regex memory leaks | Lazaros Koromilas | 1 | +10 | -0 |
2017-04-23 14:13 | Use sxiv instead of feh by default | sin | 1 | +1 | -1 |
2017-04-23 14:11 | Use mpv instead of mplayer by default | sin | 1 | +1 | -1 |
2016-08-24 09:47 | Bump to 0.6 | sin | 1 | +1 | -1 |
2016-08-22 13:10 | Split out default filter initialization | sin | 1 | +8 | -6 |
2016-08-22 12:44 | Make toggle dot behaviour persistent | sin | 2 | +8 | -5 |
2016-08-22 10:23 | Align fields in config.def.h | sin | 1 | +3 | -3 |
2016-08-22 10:22 | Accept user-defined LDFLAGS in Makefile | sin | 1 | +1 | -1 |
2016-03-11 09:59 | Bump to 0.5 | sin | 1 | +1 | -1 |
2016-03-10 17:00 | Fix initscr() crash on NetBSD | sin | 1 | +10 | -1 |
2016-02-25 15:06 | Add command to cd back to HOME | sin | 3 | +20 | -1 |
2016-02-25 14:54 | Add command to toggle hide .dot files | sin | 3 | +11 | -0 |
2016-02-19 14:03 | Style fix | sin | 1 | +2 | -2 |
2016-02-19 13:56 | Fix grammar in manpage | sin | 1 | +1 | -1 |
2016-02-19 13:40 | Fix strlcpy() size argument | sin | 1 | +1 | -1 |
2016-02-19 13:37 | Update README - OSX works too | sin | 1 | +1 | -1 |
2016-02-10 15:38 | Move mkpath() higher up so we don't need to declare it | sin | 1 | +20 | -21 |
2016-02-10 15:32 | Move path[], oldpath[] and fltr[] inside browse() | sin | 1 | +7 | -7 |
2016-02-10 15:20 | Minor style fix | sin | 1 | +0 | -4 |
2016-02-10 15:16 | Rename global `n` to `ndents` | sin | 1 | +16 | -16 |
2016-02-10 15:09 | Use dents name directly like we do in other places | sin | 1 | +3 | -5 |
2016-02-08 17:25 | Minor README update | sin | 1 | +2 | -2 |
2016-02-08 17:22 | Minor style fix | sin | 1 | +2 | -2 |
2016-02-08 17:08 | Nuke some newlines | sin | 1 | +0 | -4 |
2016-02-08 16:59 | Remove some const bullshit | sin | 1 | +1 | -1 |
2016-02-08 16:57 | Remove some more useless memory allocations | sin | 1 | +5 | -8 |
2016-02-08 16:52 | Remove filter as you type mode | sin | 3 | +2 | -100 |
2016-02-08 16:44 | No need for cast in qsort callback | sin | 1 | +1 | -4 |
2016-01-26 20:07 | Bump to 0.4 | sin | 1 | +1 | -1 |
2016-01-13 18:52 | Year bump | sin | 1 | +2 | -2 |
2016-01-07 10:26 | noice: No need to perform so many memory allocations | sin | 1 | +55 | -85 |
2016-01-06 15:59 | Fix memory leak | sin | 1 | +1 | -0 |
2016-01-06 15:55 | Avoid another allocation | sin | 1 | +2 | -4 |
2016-01-06 15:53 | Avoid unneeded memory allocation in xdirname() | sin | 1 | +4 | -8 |
2016-01-06 15:24 | sizeof(char) is always 1, no need to be explicit | sin | 1 | +2 | -2 |
2016-01-06 15:21 | Print the resolved path for cwd | sin | 1 | +10 | -6 |
2015-11-26 16:05 | Fix comment | sin | 1 | +1 | -1 |
2015-11-26 16:00 | Add usage | sin | 1 | +10 | -0 |
| 238 more commits remaining, fetch the repository |