2022-03-19 17:02 | Smarter author padding. | hhvn | 1 | +5 | -4 |
2022-02-22 13:01 | Only pad author section by amount needed. | hhvn | 1 | +14 | -4 |
2021-08-21 19:46 | sfeed_curses.c: use `plumb` | hhvn | 1 | +1 | -1 |
2021-07-09 16:13 | sfeed_curses.c: don't kill children on exit | hhvn | 1 | +0 | -7 |
2021-07-03 14:50 | sfeed_curses.c: don't move forward one in search if input empty | hhvn | 1 | +4 | -0 |
2021-06-18 21:13 | sfeed_curses.c: lineeditor: return explicit NULL on escape | hhvn | 1 | +2 | -1 |
2021-06-18 21:03 | sfeed_curses.c: handle escape key in lineeditor() | hhvn | 1 | +13 | -2 |
2021-05-13 20:16 | sfeed_curses.c: display author | hhvn | 1 | +6 | -3 |
2021-04-01 22:34 | sfeed_curses.c: show only new in sidebar | hhvn | 1 | +1 | -1 |
2021-03-28 00:52 | LICENSE: add copyright | hhvn | 1 | +1 | -0 |
2021-02-08 13:16 | sfeed_curses.c: use (capital) J, K, L keys to navigate sidebar without leaving main pane | hhvn | 1 | +32 | -0 |
2020-10-12 19:22 | Use ATTR_REVERSE for the cursor - this gives more contrast, and makes it easier to know the status of the currently selected feed/item | hhvn | 1 | +10 | -10 |
2020-10-12 00:09 | use urlhand2 script as plumber | hhvn | 1 | +1 | -1 |
2020-10-12 00:09 | themeing | hhvn | 2 | +16 | -15 |
2020-10-05 21:50 | bump version to 0.9.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-02 11:45 | sfeed_curses: fix regression which ignored reading $SFEED_MARK_{READ,UNREAD} | Hiltjo Posthuma | 1 | +2 | -2 |
2020-09-27 10:13 | Makefile: add a comment for Gentoo / distros requiring -ltinfo | Hiltjo Posthuma | 1 | +5 | -0 |
2020-09-12 17:18 | line editor: improve signal handling, support SIGINT, SIGTERM | Hiltjo Posthuma | 1 | +11 | -1 |
2020-09-12 17:14 | urls: free the memory for urls when done checking | Hiltjo Posthuma | 1 | +33 | -22 |
2020-09-21 14:32 | Makefile: fix build with gcc -Wl,--as-needed | Đoàn Trần Công Danh | 1 | +1 | -1 |
2020-09-08 22:00 | handle SIGTERM with higher priority while multiple signals are not processed | Hiltjo Posthuma | 1 | +3 | -2 |
2020-09-03 20:32 | improve memory and error handling of error-case in loading feed items | Hiltjo Posthuma | 1 | +8 | -6 |
2020-08-23 14:41 | bump version to 0.9.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-23 12:57 | add minimal shim no_curses.h to allow an easy compile without curses/ncurses | Hiltjo Posthuma | 4 | +52 | -19 |
2020-08-23 12:55 | fix annoying type issue on different (n)curses versions causing a warning | Hiltjo Posthuma | 1 | +14 | -8 |
2020-08-22 13:33 | code-style: set markread and unread at startup like the other variables | Hiltjo Posthuma | 1 | +20 | -20 |
2020-08-22 12:52 | sfeed_curses.1: improve man page | Hiltjo Posthuma | 1 | +75 | -69 |
2020-08-19 17:29 | getsidebarwidth(): no need for a buffer just for counting the characters | Hiltjo Posthuma | 1 | +2 | -4 |
2020-08-19 17:14 | README: update tested OS list | Hiltjo Posthuma | 1 | +4 | -1 |
2020-08-19 17:11 | revert back to using vfprintf and fprintf + a fflush | Hiltjo Posthuma | 1 | +5 | -3 |
2020-08-19 17:05 | improve cursor visibility and behaviour on some terminals | Hiltjo Posthuma | 1 | +17 | -9 |
2020-08-19 17:00 | fix a file descriptor leak on startup when stdin is not a tty | Hiltjo Posthuma | 1 | +2 | -1 |
2020-08-19 16:45 | explicitly define VMIN and VTIME values for read() | Hiltjo Posthuma | 1 | +2 | -0 |
2020-08-19 16:42 | fix scrolling issue on some terminals | Hiltjo Posthuma | 1 | +3 | -1 |
2020-08-19 16:33 | use reverse mode (for real) | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-13 18:16 | code clarity: feed_items_get: remove one tiny brain-lookup for `ret` | Hiltjo Posthuma | 1 | +5 | -5 |
2020-08-13 18:11 | popen: show the command which might have failed | Hiltjo Posthuma | 1 | +2 | -2 |
2020-08-13 18:04 | clarity: rename err() to die() | Hiltjo Posthuma | 1 | +25 | -28 |
2020-08-13 17:57 | code clarity: group items properties in a struct | Hiltjo Posthuma | 1 | +48 | -31 |
2020-08-09 08:23 | bump version to 0.9.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-08 17:46 | code-style: small comment rewording and consistency fixes | Hiltjo Posthuma | 1 | +11 | -12 |
2020-08-08 17:43 | Fix a crash with small window width and garbage data if utf8pad fails | Hiltjo Posthuma | 1 | +10 | -11 |
2020-08-07 13:13 | add $SFEED_YANKER to make xclip an optional dependency and configurable at run-time | Hiltjo Posthuma | 3 | +42 | -20 |
2020-08-07 12:18 | change plumb() to a bit more generic forkexec() | Hiltjo Posthuma | 2 | +8 | -8 |
2020-08-07 12:06 | add OpenBSD pledge support | Hiltjo Posthuma | 1 | +5 | -0 |
2020-08-03 21:54 | bump version to 0.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-03 21:50 | README: add note to tested HaikuOS | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-03 13:50 | use cursor_normal, instead of cursor_visible | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-03 13:48 | handle tparm() returning NULL | Hiltjo Posthuma | 1 | +2 | -0 |
2020-08-02 11:27 | sfeed_content.1 man page and some minor word tweaks | Hiltjo Posthuma | 2 | +25 | -2 |
2020-08-02 11:26 | sfeed_content: respect the user default $PAGER, fallback to less -R | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-02 11:14 | sfeed_content: make the content example script the default and install it | Hiltjo Posthuma | 5 | +7 | -7 |
2020-08-02 11:06 | README: use the existing plumb function instead of system()... | Hiltjo Posthuma | 1 | +4 | -2 |
2020-08-02 11:05 | do not compile-in the lazyload code which is disabled by default | Hiltjo Posthuma | 1 | +5 | -1 |
2020-08-01 12:01 | sfeed_markread: return success also if an url is already marked read/unread | Hiltjo Posthuma | 1 | +2 | -2 |
2020-08-01 12:01 | add a comment about the use of optional callbacks | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-01 11:07 | README: tiny word tweak | Hiltjo Posthuma | 1 | +2 | -2 |
2020-08-01 10:53 | README: add a small section of some minor issues found while testing terminals | Hiltjo Posthuma | 1 | +15 | -1 |
2020-07-31 13:24 | README: add example to run a scriptable custom command from inside the program | Hiltjo Posthuma | 1 | +37 | -0 |
2020-07-30 20:08 | make it easier to change the style/colors in one place | Hiltjo Posthuma | 2 | +91 | -36 |
2020-07-30 16:11 | write data directly without buffering and flush logic | Hiltjo Posthuma | 1 | +47 | -35 |
2020-07-29 19:18 | remove an unused variable and a unneeded line | Hiltjo Posthuma | 1 | +0 | -2 |
2020-07-29 18:51 | improve / clarify the logic of (re)drawing a few rows | Hiltjo Posthuma | 1 | +24 | -32 |
2020-07-29 16:37 | Revert "pane_setpos: pedantic clarify fix, no functional change" | Hiltjo Posthuma | 1 | +1 | -2 |
2020-07-28 18:58 | pane_setpos: pedantic clarify fix, no functional change | Hiltjo Posthuma | 1 | +2 | -1 |
2020-07-28 18:58 | improve some comments | Hiltjo Posthuma | 1 | +8 | -8 |
2020-07-28 17:56 | kill some lines, no functional difference intended | Hiltjo Posthuma | 1 | +13 | -34 |
2020-07-26 11:03 | simplify scrollbar drawing, making it also easier to customize | Hiltjo Posthuma | 1 | +17 | -15 |
2020-07-26 09:32 | tiny style improvement | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-24 17:10 | updategeom(): set PaneItems the same height and y as PaneFeeds | Hiltjo Posthuma | 1 | +3 | -3 |
2020-07-24 11:01 | code-style in draw() move statusbar update near draw | Hiltjo Posthuma | 1 | +10 | -9 |
2020-07-22 16:10 | remove a line, clarify/cleanup the code a bit | Hiltjo Posthuma | 1 | +11 | -12 |
2020-07-22 12:28 | bump version to 0.8.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-22 10:21 | remove unneeded variable | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-22 10:15 | reread urls if using an url list for mark read and loading a feed | Hiltjo Posthuma | 1 | +5 | -4 |
2020-07-22 09:27 | rework updatesidebar drawing and width calculation | Hiltjo Posthuma | 1 | +36 | -22 |
2020-07-22 09:22 | minor style/consistency: improve comment and reorder updatetitle() call | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-21 10:00 | bump version to 0.8.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-20 20:06 | fix an issue on reloadall and handling the current open feed | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-20 17:51 | on reload all always close and reopen the current feed (if its a path) | Hiltjo Posthuma | 1 | +1 | -0 |
2020-07-18 14:56 | fix cursor visibility in urxvt | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-17 12:23 | bump version to 0.8 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-17 12:15 | include sys/time.h for struct timeval | Hiltjo Posthuma | 1 | +1 | -0 |
2020-07-17 12:12 | linetoitem: whoops, zero link, fixes freeing a bogus pointer | Hiltjo Posthuma | 1 | +2 | -0 |
2020-07-17 12:01 | if not using an urlfile then do not load links unnecesarily in memory | Hiltjo Posthuma | 1 | +5 | -4 |
2020-07-17 11:49 | markread: on change: update the current row or just the items pane | Hiltjo Posthuma | 1 | +21 | -8 |
2020-07-17 11:18 | readch: not all systems signal EINTR in select() | Hiltjo Posthuma | 1 | +9 | -1 |
2020-07-17 10:58 | reduce some unneccesary draws/writes | Hiltjo Posthuma | 1 | +7 | -6 |
2020-07-16 21:12 | fix a tiny code-style regression | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-16 21:04 | sfeed_curses.1: reference sfeed_markread(1) | Hiltjo Posthuma | 1 | +1 | -0 |
2020-07-16 20:26 | add support for another option to mark items as read/unread | Hiltjo Posthuma | 6 | +265 | -12 |
2020-07-16 17:12 | make lazyload an #ifdef, LAZYLOAD | Hiltjo Posthuma | 1 | +6 | -2 |
2020-07-16 15:31 | fork: kill some lines and make the flow easier to read | Hiltjo Posthuma | 1 | +6 | -8 |
2020-07-16 15:29 | pane_row_get can lazyload items (if lazyload=1) | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-16 15:28 | linetoitem: code-style + do not set isnew here | Hiltjo Posthuma | 1 | +1 | -3 |
2020-07-16 15:26 | pane_row_get: check if pos < 0 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-16 15:23 | pipeitem: properly signal exit status of child | Hiltjo Posthuma | 1 | +4 | -2 |
2020-07-16 12:33 | Refactor updating of new items | Hiltjo Posthuma | 1 | +34 | -13 |
2020-07-16 11:38 | fix-up position if needed | Hiltjo Posthuma | 1 | +8 | -4 |
2020-07-16 11:34 | Makefile: add ${SCRIPTS} in dist too, it is empty/unused for now | Hiltjo Posthuma | 1 | +2 | -1 |
2020-07-15 17:43 | pedantic fix when an item has an invalid timestamp and time-travelling | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-15 15:25 | handle SIGHUP for reloading all feeds and document all handled signals | Hiltjo Posthuma | 2 | +32 | -9 |
2020-07-15 15:13 | rework signal handling as event input | Hiltjo Posthuma | 1 | +63 | -26 |
2020-07-15 07:10 | on reloading all feeds: store and restore numeric position | Hiltjo Posthuma | 1 | +3 | -0 |
2020-07-14 19:35 | update the entire sidebar when (re)loading a single feed | Hiltjo Posthuma | 1 | +4 | -2 |
2020-07-14 19:35 | reload all: remove now redundant check for stdin | Hiltjo Posthuma | 1 | +0 | -2 |
2020-07-14 19:34 | item_row_get: check f->fp just in case | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-14 19:33 | fix crash when reopening a feed (stdin) from the sidebar | Hiltjo Posthuma | 1 | +6 | -2 |
2020-07-14 19:32 | feed_count: set totalnew, total = 0 in the function itself, like feed_load() | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-14 19:31 | feed_getitems: f->path can be NULL when reading from stdin | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-13 20:06 | remove 'r' keybind for redraw | Hiltjo Posthuma | 2 | +2 | -3 |
2020-07-13 16:19 | feeds_load: do not close and reopen the current feed needlessly | Hiltjo Posthuma | 1 | +6 | -6 |
2020-07-13 16:12 | updatesidebar: small code-style tweak | Hiltjo Posthuma | 1 | +5 | -5 |
2020-07-13 16:11 | keep the current feed position when reading reloading + a simplification | Hiltjo Posthuma | 1 | +1 | -5 |
2020-07-13 16:11 | sfeed.1: improve SFEED_FEED_PATH documenting for stdin | Hiltjo Posthuma | 1 | +2 | -1 |
2020-07-11 11:10 | pipeitem: simplification | Hiltjo Posthuma | 1 | +2 | -5 |
2020-07-08 17:34 | no need to flush after setting mousemode | Hiltjo Posthuma | 1 | +0 | -1 |
2020-07-08 17:34 | improve comments | Hiltjo Posthuma | 1 | +7 | -7 |
2020-07-06 15:38 | bump version to 0.7 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-05 23:37 | mousereport: simplify some code | Hiltjo Posthuma | 2 | +9 | -11 |
2020-07-05 23:35 | pane_setpos: flush the output when drawing 1 or 2 dirty rows directly | Hiltjo Posthuma | 1 | +1 | -0 |
2020-07-05 23:34 | mousereport: remove draw(), use the draw in the general input handling code | Hiltjo Posthuma | 1 | +1 | -2 |
2020-07-05 20:59 | setpos: a simplification and pedantic fix | Hiltjo Posthuma | 1 | +3 | -6 |
2020-07-04 12:08 | bump version to 0.6 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-04 11:48 | reuse readch() in the tiny line editor | Hiltjo Posthuma | 1 | +18 | -22 |
2020-07-04 11:44 | use application mode (smcup and rmcup) | Hiltjo Posthuma | 1 | +9 | -1 |
2020-07-04 10:40 | improve mouse support: improve encoding extended range | Hiltjo Posthuma | 1 | +11 | -12 |
2020-07-03 17:59 | save and restore cursor | Hiltjo Posthuma | 1 | +23 | -0 |
2020-07-03 17:09 | readch() fix checking of read(2) return value | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-03 17:01 | rework line reading for searching | Hiltjo Posthuma | 1 | +44 | -27 |
2020-07-03 17:00 | just use 0 (stdin/STDIN_FILENO) for ttyfd | Hiltjo Posthuma | 1 | +10 | -12 |
2020-07-03 17:00 | remove unused variable | Hiltjo Posthuma | 1 | +0 | -1 |
2020-07-03 13:51 | improve the uiprompt a bit | Hiltjo Posthuma | 1 | +6 | -7 |
2020-07-03 12:18 | README: tested on Windows (cygwin gcc with mintty) | Hiltjo Posthuma | 1 | +1 | -0 |
2020-07-03 11:00 | README: small tweak | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-03 10:56 | Rework and wrap usage of the curses functions | Hiltjo Posthuma | 1 | +82 | -36 |
2020-07-03 10:56 | small code-style tweaks and comments | Hiltjo Posthuma | 1 | +4 | -6 |
2020-07-03 10:54 | remove atexit handling, just use cleanup() + _exit/exit | Hiltjo Posthuma | 1 | +5 | -3 |
2020-07-01 16:50 | don't skip items with no timestamp, do conversion of localtime at draw time | Hiltjo Posthuma | 1 | +29 | -36 |
2020-07-01 16:49 | try to cleanup nicely on SIGTERM and SIGINT | Hiltjo Posthuma | 1 | +10 | -3 |
2020-07-01 16:49 | small code-style and comment | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-01 16:46 | hardcode DECTCEM sequence for vt220 compatibility (OpenBSD and NetBSD) | Hiltjo Posthuma | 1 | +10 | -4 |
2020-06-30 09:44 | shuffle some global variables and functions | Hiltjo Posthuma | 1 | +37 | -42 |
2020-06-29 18:05 | bump version to 0.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-29 17:55 | README: improve it | Hiltjo Posthuma | 1 | +68 | -4 |
2020-06-29 17:53 | input handling improvements | Hiltjo Posthuma | 1 | +26 | -9 |
2020-06-29 17:52 | remove redundant check for fseek code in "lazyload" mode | Hiltjo Posthuma | 1 | +0 | -4 |
2020-06-29 17:50 | popen: don't use exec-on-close flag, which is non-POSIX | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-29 17:49 | sfeed_curses.1: small man page improvements | Hiltjo Posthuma | 1 | +5 | -2 |
2020-06-29 17:46 | use sigaction instead of signal and enforce BSD signal semantics (SA_RESTART) | Hiltjo Posthuma | 1 | +14 | -2 |
2020-06-28 21:01 | theres no need to updategeom when toggling new items | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-28 20:12 | add flag to pipeitem if output is wanted or not and to restore term settings | Hiltjo Posthuma | 1 | +21 | -9 |
2020-06-28 18:37 | remove unused include | Hiltjo Posthuma | 1 | +0 | -1 |
2020-06-28 18:34 | bump version to 0.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-28 18:31 | add keybind y to yank url and keybind E to yank the enclosure url | Hiltjo Posthuma | 2 | +14 | -2 |
2020-06-28 16:31 | sfeed_curses.1: small rewording | Hiltjo Posthuma | 1 | +3 | -1 |
2020-06-28 13:30 | call _exit(2) for child process which is safer than exit(3) | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-28 13:28 | recount items when updating the title and redraw the selected feed row | Hiltjo Posthuma | 1 | +14 | -6 |
2020-06-28 11:35 | pipeitem, plumb: make it more flexible making `cmd` a parameter | Hiltjo Posthuma | 1 | +9 | -9 |
2020-06-28 11:32 | Makefile: add comment about -lncurses | Hiltjo Posthuma | 1 | +3 | -0 |
2020-06-27 21:20 | whoops, included an unintended change: set lazyload to 0 by default again | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-27 21:17 | some pedantic fixes and rm unused code | Hiltjo Posthuma | 1 | +10 | -23 |
2020-06-27 21:06 | bump version to 0.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-27 21:02 | set SFEED_PATH_PATH when changing feeds | Hiltjo Posthuma | 2 | +14 | -0 |
2020-06-27 21:00 | use pane_row_get for loading the row data, remove some unused vars | Hiltjo Posthuma | 1 | +4 | -4 |
2020-06-27 19:51 | do not change a feed when togging new or all items | Hiltjo Posthuma | 1 | +0 | -2 |
2020-06-27 19:46 | fix regression in selection of feed when `togglenew` is set for the sidebar | Hiltjo Posthuma | 1 | +10 | -5 |
2020-06-27 19:46 | fix regression in sidebar calculation when `onlynew` items are shown | Hiltjo Posthuma | 1 | +3 | -2 |
2020-06-27 19:45 | if the same feed is set then reopen its `fp` if needed | Hiltjo Posthuma | 1 | +0 | -3 |
2020-06-27 19:44 | feed_getitems: remove unused want parameter, change ssize_t to size_t | Hiltjo Posthuma | 1 | +6 | -17 |
2020-06-27 09:20 | memory-optimizations, refactor, lazy-loading option | Hiltjo Posthuma | 1 | +328 | -170 |
2020-06-27 08:35 | remove unused experimental test code | Hiltjo Posthuma | 1 | +0 | -66 |
2020-06-27 08:32 | simplify checking for isatty() | Hiltjo Posthuma | 1 | +1 | -4 |
2020-06-27 08:31 | use terminfo(5) names consistently for escape codes | Hiltjo Posthuma | 1 | +5 | -6 |
2020-06-27 08:30 | add 'c' hotkey for viewing (c)ontent | Hiltjo Posthuma | 2 | +3 | -2 |
2020-06-26 12:31 | bump version to 0.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-26 11:07 | use the same sidebar size always | Hiltjo Posthuma | 1 | +0 | -2 |
2020-06-26 10:35 | rework reopening /dev/tty and reading from stdin | Hiltjo Posthuma | 1 | +11 | -8 |
2020-06-26 10:35 | small cleanup, read devnullfd once at startup | Hiltjo Posthuma | 1 | +4 | -7 |
2020-06-26 09:52 | comment out unused logic (seek offset) that breaks reading from stdin for now | Hiltjo Posthuma | 1 | +2 | -2 |
2020-06-26 08:46 | typo fix and other minor fixes | Hiltjo Posthuma | 2 | +1 | -3 |
2020-06-25 22:47 | do not reserve any space for invalid TSV lines | Leonardo Taccari | 1 | +3 | -1 |
2020-06-24 20:21 | ignore TSV lines with which are invalid, like an invalid/empty date | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-24 20:07 | simplification / remove redundant code | Hiltjo Posthuma | 1 | +6 | -21 |
2020-06-24 18:23 | fix wrong vi keys, thanks adc! | Hiltjo Posthuma | 2 | +4 | -4 |
2020-06-24 18:21 | add commented out test code | Hiltjo Posthuma | 1 | +45 | -0 |
2020-06-24 18:20 | feed_load: fix an issue of using the previous position and redrawing an invalid row | Hiltjo Posthuma | 1 | +14 | -5 |
2020-06-24 18:02 | remove unnecessary check and a whitespace fix | Hiltjo Posthuma | 1 | +2 | -3 |
2020-06-24 18:02 | add erealloc wrapper | Hiltjo Posthuma | 1 | +12 | -2 |
2020-06-24 18:01 | Makefile: add object dependency | Hiltjo Posthuma | 1 | +2 | -0 |
2020-06-24 17:09 | fix crash when there are no items | Hiltjo Posthuma | 1 | +4 | -2 |
2020-06-24 17:08 | sfeed_curses.1: change reference and bump date | Hiltjo Posthuma | 1 | +2 | -2 |
2020-06-24 16:59 | initial repo | Hiltjo Posthuma | 6 | +1738 | -0 |