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 |
2015-11-26 15:54 | Don't use printerr() before curses has been initialized | sin | 1 | +9 | -5 |
2015-11-26 15:35 | Don't name vars in prototypes | sin | 1 | +3 | -3 |
2015-11-26 15:33 | Rename makepath() to mkpath() | sin | 1 | +10 | -10 |
2015-11-26 15:10 | Only use the environment variable when it is not empty | sin | 1 | +1 | -1 |
2015-11-26 15:05 | Be consistent in manpage | sin | 1 | +1 | -1 |
2015-11-26 15:03 | Minor fixes for manpage | sin | 1 | +10 | -5 |
2015-11-26 13:51 | Fix instructions for Solaris 9 | sin | 1 | +1 | -1 |
2015-11-26 13:45 | Minor grammar fix in README | sin | 1 | +1 | -1 |
2015-11-26 13:42 | Declare var at top of block | sin | 1 | +4 | -4 |
2015-11-20 15:42 | Support commands specified by environment variables | Martin Kühl | 2 | +23 | -7 |
2015-11-20 17:41 | No need for strlen() | sin | 1 | +1 | -1 |
2015-11-20 14:59 | Bump to 0.3 | sin | 1 | +1 | -1 |
2015-11-20 14:37 | The 2f30 lists were taken down so update README | sin | 1 | +1 | -1 |
2015-11-20 14:36 | Add license pointer | sin | 3 | +3 | -0 |
2015-11-20 14:14 | Restore screensaver mode | sin | 2 | +19 | -0 |
2015-11-20 14:12 | Sync strlcpy/strlcat from OpenBSD | sin | 2 | +47 | -41 |
2015-11-20 14:04 | Use wgetnstr() instead of getnstr() because IRIX lacks the latter | sin | 1 | +1 | -1 |
2015-11-20 11:55 | Properly handle empty filters | sin | 1 | +2 | -1 |
2015-11-20 11:42 | Make room for null-terminator | sin | 1 | +1 | -1 |
2015-11-20 11:38 | Simplify readln() | sin | 1 | +4 | -42 |
2015-11-14 14:51 | Revert "Run screensaver after a period of idleness" | sin | 2 | +0 | -15 |
2015-11-03 17:48 | Ignore SIGINT to allow returning back to noice when we kill the screensaver | sin | 1 | +2 | -0 |
2015-11-02 01:21 | Run screensaver after a period of idleness | lostd | 2 | +15 | -0 |
2015-08-19 07:39 | Add .mov to config.h | sin | 2 | +2 | -2 |
2015-07-12 23:56 | Recall current item on refresh or sorting mode change | lostd | 1 | +6 | -0 |
2015-07-12 12:32 | Add keys to move to the first and last entry | lostd | 3 | +20 | -0 |
2015-07-02 21:51 | We don't want to exit the typing mode because of an error | lostd | 1 | +5 | -5 |
2015-07-02 16:49 | Use proper tags for AUTHORS section in manpage | sin | 1 | +4 | -6 |
2015-07-02 00:14 | Test the case of unreadable parent | lostd | 1 | +2 | -0 |
2015-07-02 00:07 | Escape unreadable dirs we are already into | lostd | 1 | +3 | -2 |
2015-07-02 00:02 | Test for when permissions change while browsing | lostd | 1 | +3 | -1 |
2015-07-01 23:58 | More test cases about permissions | lostd | 1 | +3 | -0 |
2015-07-01 23:56 | Refactor parts of browse() into populate() and redraw() | lostd | 1 | +106 | -79 |
2015-06-13 10:09 | We no longer use lists | lostd | 1 | +0 | -648 |
2015-06-09 08:12 | Sort includes | lostd | 1 | +4 | -4 |
2015-06-04 22:03 | Make config independent to avoid accidental overwrites | lostd | 1 | +3 | -5 |
2015-05-05 17:45 | Make setfilter() regexes case-insensitive | sin | 1 | +1 | -1 |
2015-05-04 21:19 | Be case insensitive for file extensions | Alexander Huemer | 1 | +1 | -1 |
2015-03-12 14:20 | Bump to 0.2 | sin | 1 | +1 | -1 |
2015-03-12 14:12 | Key bindings to run user-defined commands | lostd | 3 | +33 | -15 |
2015-03-12 12:57 | Confirm we are in a terminal | lostd | 1 | +4 | -0 |
2015-03-11 19:03 | Update contact information in README | sin | 1 | +2 | -2 |
2015-03-11 18:55 | Add C-l to force a redraw | sin | 3 | +6 | -0 |
2015-02-17 17:03 | Fix an unsigned conversion error | lostd | 1 | +1 | -1 |
2015-02-05 15:53 | Clarify state toggling | lostd | 2 | +3 | -3 |
2015-02-04 12:32 | Move mtimeorder to config.def.h | sin | 2 | +2 | -2 |
2015-02-01 12:10 | Meaningful comments | lostd | 1 | +2 | -1 |
2015-01-31 22:58 | Minor manpage fix | sin | 1 | +1 | -2 |
2015-01-31 22:02 | Add 't' command to sort output by entry's mtime | sin | 3 | +13 | -0 |
2015-01-28 20:01 | More concise comment on nextsel() | lostd | 1 | +1 | -4 |
2015-01-28 10:47 | Change scope to always check the correct return value | lostd | 1 | +9 | -8 |
2015-01-28 10:30 | Rework readmore(), replace goto with a switch | lostd | 1 | +15 | -14 |
2015-01-27 12:38 | Keep last valid state on regex errors | lostd | 1 | +7 | -2 |
2015-01-27 11:45 | Remove unused include | lostd | 1 | +0 | -2 |
2015-01-27 11:29 | Also treat ^H as backspace | lostd | 2 | +3 | -2 |
2015-01-27 11:28 | Correct IRIX build notes | lostd | 1 | +1 | -1 |
2015-01-27 10:46 | Update dates | lostd | 1 | +2 | -2 |
2015-01-27 10:42 | Update author section in manpage | sin | 1 | +1 | -1 |
2015-01-27 10:42 | Update LICENSE | sin | 1 | +1 | -1 |
2015-01-27 10:24 | Document changes regarding filters | lostd | 1 | +4 | -2 |
2015-01-27 08:47 | Basic filter-as-you-type mode | lostd | 2 | +86 | -0 |
2015-01-27 07:58 | Comment and cleanup | lostd | 1 | +1 | -1 |
2015-01-27 07:55 | Empty filter resets filter to the default | lostd | 1 | +2 | -4 |
2015-01-27 07:47 | Fix segfault when a non-matching filter is applied twice | lostd | 1 | +2 | -1 |
2015-01-26 20:48 | Spawn a program that segfaults for testing | lostd | 1 | +3 | -0 |
2015-01-12 17:10 | Update assocs section in manpage | sin | 1 | +6 | -6 |
2015-01-11 22:28 | Match the whole path to enable associations based on a prefix dir | lostd | 1 | +1 | -1 |
2014-12-20 19:35 | Simplify condition | sin | 1 | +3 | -5 |
2014-12-20 19:21 | Simplify visible() | sin | 1 | +1 | -3 |
2014-12-20 19:14 | Remove unnecessary curly brackets | sin | 1 | +1 | -2 |
2014-12-18 09:13 | Remove unnecessary label | lostd | 1 | +1 | -2 |
2014-12-17 11:54 | no need to check for NULL before free | Hiltjo Posthuma | 1 | +2 | -4 |
2014-12-17 11:51 | style: dont declare vars inline | Hiltjo Posthuma | 1 | +5 | -14 |
2014-12-17 11:48 | remove unused variables | Hiltjo Posthuma | 1 | +2 | -3 |
2014-12-17 11:25 | regexec: check on success return code | Hiltjo Posthuma | 1 | +2 | -2 |
2014-12-02 16:10 | Just say Linux | sin | 1 | +2 | -2 |
2014-11-26 16:09 | Fix whitespace | lostd | 1 | +1 | -1 |
2014-11-26 15:42 | Remember current entry accross filter changes | lostd | 1 | +2 | -0 |
2014-11-26 15:39 | Don't care about cur, it defaults to 0 | lostd | 1 | +0 | -4 |
2014-11-26 15:38 | Works on DragonFly BSD as well | sin | 1 | +2 | -2 |
2014-11-25 15:20 | Simplify default regexes | lostd | 2 | +3 | -3 |
2014-11-14 18:17 | First release | lostd | 1 | +1 | -1 |
2014-11-14 18:13 | More notes on building | lostd | 1 | +10 | -1 |
2014-11-14 16:32 | No need for +=, also favors portability | lostd | 1 | +2 | -2 |
2014-11-14 16:28 | Also on FreeBSD | lostd | 1 | +2 | -2 |
2014-11-14 16:26 | Works on Haiku too so update README | sin | 1 | +6 | -3 |
2014-11-14 16:13 | Build with -lcurses by default to be more generic | lostd | 2 | +2 | -6 |
2014-11-14 16:12 | Test unicode on filename and content | lostd | 1 | +1 | -0 |
2014-11-14 15:24 | Building and compatibility notes | lostd | 1 | +20 | -0 |
2014-11-14 14:50 | Renew date | lostd | 1 | +1 | -1 |
2014-11-14 14:45 | Remove history section because it resembles historical notes | lostd | 1 | +3 | -4 |
2014-11-14 14:41 | Style changes and rephrasing | lostd | 1 | +20 | -19 |
2014-11-14 14:22 | Document the relative path feature | lostd | 1 | +6 | -1 |
2014-11-14 13:47 | Use a var for dist files and remove queue.h | lostd | 1 | +3 | -1 |
2014-11-14 13:05 | Add a simple dprintf() implementation for systems that do not have it | sin | 1 | +17 | -0 |
2014-11-14 12:50 | Just use xstrdup() in makepath() | sin | 1 | +8 | -9 |
2014-11-14 12:20 | Add dist target | sin | 1 | +10 | -1 |
2014-11-14 09:59 | Replace asprintf() with strlcpy() and strlcat() | sin | 4 | +67 | -6 |
2014-11-13 16:49 | Same functionality using lstat(2) instead of fstatat(2) | lostd | 1 | +19 | -14 |
2014-11-06 14:41 | Update error to reflect actual syscall | sin | 1 | +1 | -1 |
2014-11-06 11:46 | Expose key bindings in the configuration header | lostd | 2 | +59 | -54 |
2014-11-06 08:54 | Now nextsel() just maps keys to actions | lostd | 1 | +28 | -18 |
2014-10-31 23:56 | Style fix in a comment | lostd | 1 | +1 | -1 |
2014-10-31 23:55 | Emulate ls -F completely including sockets and FIFOs | lostd | 1 | +6 | -0 |
2014-10-27 13:56 | Ensure manprefix exists | sin | 1 | +1 | -0 |
2014-10-23 15:38 | Revert "No need to manually strip trailing slashes" | lostd | 1 | +7 | -0 |
2014-10-23 15:26 | Document the old path history thing | lostd | 1 | +2 | -6 |
2014-10-23 15:14 | The queue header is not needed for now | lostd | 1 | +1 | -1 |
2014-10-23 15:12 | We don't use realpath(3) anymore | lostd | 1 | +0 | -11 |
2014-10-23 15:10 | Get rid of the LIFO history, an oldpath is enough | lostd | 1 | +8 | -63 |
2014-10-23 14:53 | If you call makepath() with an absolute name it returns a copy of it | lostd | 1 | +10 | -5 |
2014-10-23 14:39 | Don't attempt to go back if on the relative root | lostd | 1 | +3 | -1 |
2014-10-23 14:37 | Only use chdir(3) just before spawning a shell | lostd | 1 | +25 | -17 |
2014-10-22 21:31 | Try to open file to see access errors on the status bar | lostd | 1 | +7 | -1 |
2014-10-22 21:12 | Create test files and directories | lostd | 1 | +21 | -0 |
2014-10-22 19:32 | Only free history path if it is valid | lostd | 1 | +4 | -2 |
2014-10-22 19:12 | Strip trailing whitespace | lostd | 1 | +4 | -4 |
2014-10-22 18:05 | Keep history based on paths instead of positions | lostd | 1 | +56 | -13 |
2014-10-22 16:57 | realloc() behaves like free() if size is 0 | sin | 1 | +2 | -2 |
2014-10-22 16:43 | Manpage reword | sin | 1 | +1 | -1 |
2014-10-22 16:41 | Some systems define this already. | sin | 1 | +1 | -0 |
2014-10-22 16:31 | Style fix | sin | 1 | +1 | -1 |
2014-10-22 16:28 | Call dentfree() when we quit | sin | 1 | +1 | -2 |
2014-10-22 16:26 | Rename testopendir() to canopendir() | sin | 1 | +5 | -5 |
2014-10-22 16:25 | Test if we can back out/enter directories | sin | 1 | +9 | -1 |
2014-10-22 16:07 | Add pushhist(), pophist() and forgethist() | sin | 1 | +50 | -26 |
2014-10-22 15:56 | Save one level of indentation | sin | 1 | +14 | -15 |
2014-10-22 15:55 | Vertical spacing fixes | sin | 1 | +1 | -2 |
2014-10-22 15:53 | Save one level of indentation | sin | 1 | +15 | -17 |
2014-10-22 15:50 | Use fstatat() wherever possible | sin | 1 | +9 | -23 |
2014-10-22 15:33 | Initialize `n' and `dents' | sin | 1 | +4 | -1 |
2014-10-22 15:30 | Check getch() against ERR | sin | 1 | +1 | -1 |
2014-10-22 15:28 | Remember to set dents to NULL | sin | 1 | +1 | -0 |
2014-10-22 15:27 | Include sys/wait.h for waitpid() | sin | 1 | +1 | -0 |
2014-10-22 15:25 | Remove unused vars | sin | 1 | +0 | -7 |
2014-10-22 15:24 | Just let the commands show up | lostd | 1 | +5 | -10 |
2014-10-22 15:21 | Add dentfill() and dentfree() | sin | 1 | +42 | -28 |
2014-10-22 14:54 | Functions for setting and clearing the prompt | lostd | 1 | +19 | -8 |
2014-10-22 14:27 | More accurate description | lostd | 2 | +3 | -3 |
2014-10-22 14:21 | Free tmp string if dirname fails | lostd | 1 | +3 | -1 |
2014-10-22 14:14 | No need for a temporary buffer | sin | 1 | +1 | -3 |
2014-10-22 14:05 | Only free() after xstrdup() | sin | 1 | +1 | -2 |
2014-10-22 13:59 | Add a KNOWN ISSUES sections | sin | 1 | +3 | -0 |
2014-10-22 14:02 | Add xdirname() again and give dirname(3) another chance | lostd | 1 | +20 | -1 |
2014-10-22 13:44 | Remove xdirname() | sin | 1 | +1 | -15 |
2014-10-22 13:33 | Use stat() instead of open() + fstat() | sin | 1 | +1 | -11 |
2014-10-22 13:26 | Forget all history on manual dir change | lostd | 1 | +6 | -0 |
2014-10-22 13:28 | Add section on history | sin | 1 | +8 | -0 |
2014-10-22 13:22 | Add xdirname() to avoid quirks with dirname(3) | sin | 1 | +17 | -3 |
2014-10-22 13:18 | No need to manually strip trailing slashes | sin | 1 | +0 | -7 |
2014-10-22 13:15 | Add xstrdup() and xrealpath() | sin | 1 | +35 | -17 |
2014-10-22 13:10 | Add xmalloc() + xrealloc() | sin | 1 | +28 | -10 |
2014-10-22 13:08 | printerr() should print to stderr | sin | 1 | +1 | -1 |
2014-10-22 12:57 | Update manpage wording | sin | 1 | +1 | -1 |
2014-10-22 12:55 | Update keybind list | sin | 1 | +2 | -2 |
2014-10-22 12:28 | Clarify filter semantics when executed as root | sin | 1 | +10 | -0 |
2014-10-22 12:24 | Remove duplicate info from README | sin | 1 | +1 | -38 |
2014-10-22 11:57 | Fix manpage | sin | 1 | +1 | -0 |
2014-10-22 11:53 | Remove TODO | sin | 1 | +0 | -1 |
2014-10-22 11:52 | Add manpage | sin | 2 | +90 | -0 |
2014-10-21 19:58 | Still use some of the implicit magic | lostd | 1 | +8 | -10 |
2014-10-21 17:42 | Use double spacing on sentence start, smaller text width, style | lostd | 1 | +20 | -17 |
2014-10-21 15:52 | Add install/uninstall targets | sin | 1 | +11 | -0 |
2014-10-21 15:34 | Update outdated comment | sin | 1 | +1 | -1 |
2014-10-21 15:27 | Fix typo | sin | 1 | +1 | -1 |
2014-10-21 15:24 | Explain filters a bit more | sin | 1 | +10 | -0 |
2014-10-21 14:52 | Always use realpath() and properly chdir() so relative changes via 'c' work | sin | 1 | +6 | -6 |
2014-10-21 14:36 | Add '*' suffix to executables | sin | 1 | +3 | -0 |
2014-10-21 14:32 | Update README | sin | 1 | +1 | -1 |
2014-10-21 14:29 | Fix segfault in readln() | sin | 1 | +7 | -2 |
2014-10-21 14:17 | No need to strdup() | sin | 1 | +1 | -1 |
2014-10-21 14:13 | Add 'c' command to change into a destination directory by typing the path | sin | 2 | +27 | -1 |
2014-10-21 13:57 | Add missing break | sin | 1 | +1 | -0 |
2014-10-21 13:50 | more typo and grammar fixes for README | Alex-P. Natsios | 1 | +4 | -4 |
2014-10-21 13:54 | Add SEL_SH and bring out spawning of the shell in the main loop | sin | 1 | +17 | -12 |
2014-10-21 13:34 | Add comment about less(1) | sin | 1 | +3 | -0 |
2014-10-21 13:27 | Fix typo in README | sin | 1 | +1 | -1 |
2014-10-21 13:25 | README contributed by z3bra | sin | 1 | +54 | -0 |
2014-10-21 13:21 | Add '!' command to spawn a shell in cwd | sin | 1 | +28 | -16 |
2014-10-21 11:07 | Add flac to default associations | sin | 1 | +1 | -1 |
2014-10-21 11:03 | Show hidden files if run as root | sin | 1 | +6 | -1 |
2014-10-21 10:37 | Include util.h and remove ifdef for Linux | sin | 1 | +1 | -4 |
2014-10-21 10:35 | Remove unused global variable | sin | 1 | +0 | -2 |
2014-10-21 10:35 | Move some more config params to config.def.h | sin | 2 | +4 | -5 |
2014-10-21 10:29 | Default to cwd if not argument is provided | sin | 1 | +10 | -1 |
2014-10-21 10:23 | And CPPFLAGS | sin | 1 | +1 | -1 |
2014-10-21 10:21 | Use CFLAGS too | sin | 1 | +3 | -3 |
2014-10-21 10:17 | Force rebuild of noice.o if queue.h is modified | sin | 1 | +1 | -1 |
2014-10-21 10:15 | Add config.def.h | sin | 3 | +16 | -11 |
2014-10-21 10:08 | Add strlcpy() | sin | 3 | +60 | -2 |
2014-10-13 07:22 | Properly wait for processes to terminate | lostd | 1 | +10 | -3 |
2014-10-10 13:57 | Those features are there | lostd | 1 | +0 | -3 |
2014-10-10 13:55 | Remember cursor position when going back | lostd | 2 | +684 | -1 |
2014-10-10 12:46 | Faster movement key bindings | lostd | 1 | +12 | -0 |
2014-10-10 12:13 | Let filter errors show up in status line | lostd | 1 | +1 | -1 |
2014-10-10 12:02 | Another leak in the wall | lostd | 1 | +1 | -0 |
2014-10-10 11:59 | Consistent comments capitalization | lostd | 1 | +5 | -5 |
2014-10-10 11:57 | Change default associations | lostd | 1 | +3 | -3 |
2014-10-10 10:24 | The dirp should be initialized here | lostd | 1 | +4 | -5 |
2014-10-10 10:22 | Another part that needs special handling for root | lostd | 1 | +5 | -1 |
2014-10-10 10:14 | Handle the root path case correctly | lostd | 1 | +9 | -10 |
2014-10-10 09:12 | Only closedir when dirp is valid | sin | 1 | +5 | -3 |
2014-10-10 07:31 | Cursor stack item | lostd | 1 | +1 | -0 |
2014-10-10 07:11 | Also release filter memory | lostd | 1 | +2 | -1 |
2014-10-10 07:06 | Define return codes for nextsel() and use a switch | lostd | 1 | +25 | -29 |
2014-10-10 06:50 | Reset to initial filter on directory change | lostd | 1 | +5 | -0 |
2014-10-09 22:35 | Search filter support with a very basic readline | lostd | 1 | +114 | -2 |
2014-10-09 14:54 | Add emacs-like keybinds for next/prev entry selection | sin | 1 | +3 | -0 |
2014-10-09 14:43 | Add license and todo files | lostd | 2 | +27 | -0 |
2014-10-09 14:23 | Add support a default association | sin | 1 | +5 | -4 |
2014-10-09 14:07 | Printing and line wrapping in a function, show dirs and links | lostd | 1 | +38 | -32 |
2014-10-09 13:23 | Use our own entry struct instead of dirent | lostd | 1 | +48 | -17 |
2014-10-09 09:33 | Add regex support | sin | 1 | +17 | -19 |
2014-10-08 19:55 | Comment on dirents deep copy | lostd | 1 | +1 | -0 |
2014-10-08 15:39 | Strip redundant spaces | lostd | 1 | +3 | -3 |
2014-10-08 15:37 | Move debug print after return value check | lostd | 1 | +1 | -1 |
2014-10-08 15:30 | Use open(2)/fstat(2) and don't bother with links at all | lostd | 1 | +29 | -70 |
2014-10-08 14:59 | Use asprintf(3) and avoid manual allocation | lostd | 1 | +1 | -4 |
2014-10-08 12:50 | Keep local copies of dir entries, just keeping pointers was a bug | lostd | 1 | +13 | -19 |
2014-10-08 12:27 | Fix memory leaks | lostd | 1 | +2 | -0 |
2014-10-08 12:14 | Avoid sprintf(3) and use snprintf(3) instead | lostd | 1 | +4 | -3 |
2014-10-08 12:08 | Change string copies to use strlcpy(3) | lostd | 2 | +8 | -3 |
2014-10-08 11:57 | No need for strncmp(3), use strcmp(3) instead | lostd | 1 | +5 | -5 |
2014-10-08 08:43 | Shell scripts may be useful | lostd | 1 | +1 | -0 |
2014-10-08 08:36 | Use dprintf(3) for debugging | lostd | 1 | +9 | -4 |
2014-10-08 07:52 | Support symbolic links and fix message reporting | lostd | 1 | +56 | -18 |
2014-10-07 18:02 | Comment on the multiple slashes handling logic | lostd | 1 | +4 | -2 |
2014-10-07 17:59 | Be consistent on exiting curses mode | lostd | 1 | +1 | -1 |
2014-10-07 15:36 | Reorder configuration stuff | lostd | 1 | +21 | -18 |
2014-10-07 14:55 | Get layout comment in sync | lostd | 1 | +5 | -2 |
2014-10-07 14:47 | Rework messages and errno warnings | lostd | 1 | +13 | -7 |
2014-10-07 14:32 | Simplify associations and handle README files | lostd | 1 | +23 | -32 |
2014-10-07 14:07 | Fix the empty dir bug | lostd | 1 | +4 | -0 |
2014-10-07 14:00 | Take care of line wrapping and odd number of lines | lostd | 1 | +42 | -17 |
2014-10-07 11:37 | Exit curses mode while programs run | lostd | 1 | +27 | -11 |
2014-10-07 11:23 | Include lines calculation in redraw | lostd | 1 | +4 | -1 |
2014-10-07 06:49 | Scrolling listing and dirname handling | lostd | 1 | +26 | -6 |
2014-10-07 06:05 | Add the noice file browser | lostd | 2 | +363 | -0 |