sfeed_curses

sfeed curses UI (now part of sfeed, development is in sfeed)
git clone git://git.codemadness.org/sfeed_curses
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-02-26 13:48sfeed_curses is now part of sfeedHiltjo Posthuma1+12-93
2021-10-25 20:59sfeed_content: optimizationsHiltjo Posthuma1+8-14
2021-10-24 18:59sfeed_content: add link as base URL for HTML contentHiltjo Posthuma1+8-1
2021-10-02 09:37sfeed_curses.1: shuffle [ and ] documentationHiltjo Posthuma1+5-5
2021-09-12 14:43sfeed_curses.1: fix a small typo in the man pageHiltjo Posthuma1+1-1
2021-08-06 16:34bump version to 1.0Hiltjo Posthuma1+1-1
2021-08-06 17:58improve some wordingHiltjo Posthuma1+7-4
2021-08-06 16:21add another example to the man page showing some featuresHiltjo Posthuma2+34-2
2021-08-06 15:57fix another 2 grammar mistakesHiltjo Posthuma2+2-2
2021-08-03 17:10man page improvementsHiltjo Posthuma1+25-24
2021-07-25 12:51minicurses.h: fix parameter type for tparm()Hiltjo Posthuma1+2-2
2021-07-25 12:36check if capname is NULL for tparm()Hiltjo Posthuma1+21-11
2021-07-25 12:00fix a false-positive warnings with gcc 10.2+ and -Wall -O2Hiltjo Posthuma1+3-1
2021-07-25 09:47minor change: in usage change "parameter" to "argument"Hiltjo Posthuma1+1-1
2021-07-24 21:13sfeed_markread: use "-" instead of /dev/stdinHiltjo Posthuma1+1-1
2021-07-24 20:56man page improvementsHiltjo Posthuma3+63-11
2021-07-24 20:52sfeed_markread: simplify, always print all usage instructionsHiltjo Posthuma1+2-2
2021-07-24 20:39sfeed_markread: allow to set the url as a parameter or as an env variableHiltjo Posthuma1+12-5
2021-07-24 20:38sfeed_markread: for the unread comment: create the file if it does not existHiltjo Posthuma1+2-1
2021-07-24 20:37sfeed_content: allow multiple file parameters as argumentsHiltjo Posthuma1+1-1
2021-07-24 20:37simplify header comment in scriptsHiltjo Posthuma2+2-7
2021-07-24 20:35sfeed_markread: make sure to use proper permissionsHiltjo Posthuma1+2-2
2021-07-22 14:54sfeed_curses.1: add usage exampleHiltjo Posthuma1+5-1
2021-07-16 10:28sfeed_markread.1: some rewording and clarify it writes to SFEED_URL_FILEHiltjo Posthuma1+6-3
2021-07-14 16:06code-style and consistency: remove unneeded returnHiltjo Posthuma1+1-3
2021-07-14 15:58urls_read: exit early if there is a read errorHiltjo Posthuma1+2-0
2021-07-14 15:57item_row_get: exit early if there is a read errorHiltjo Posthuma1+4-2
2021-07-14 15:57feed_count: exit early if there is a read errorHiltjo Posthuma1+2-0
2021-07-14 15:56feed_items_get: simplify and exit earlierHiltjo Posthuma1+4-13
2021-07-14 15:53urls_read: exit early if opening the file with URLs failsHiltjo Posthuma1+3-1
2021-07-10 17:14improve consistency of line counting (on an invalid file)Hiltjo Posthuma1+3-3
2021-07-10 16:39bump version to 0.9.13Hiltjo Posthuma1+1-1
2021-07-07 16:14fix typo: url -> URLHiltjo Posthuma2+12-12
2021-06-05 13:41Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCEHiltjo Posthuma1+2-4
2021-06-03 15:02bump version to 0.9.12Hiltjo Posthuma1+1-1
2021-05-30 10:30mono_highlight: show items as bold when selected.Hiltjo Posthuma1+2-2
2021-05-30 10:01theme: add a version of the mono theme which highlights the active panelHiltjo Posthuma1+15-0
2021-05-30 09:59add [ and ] keybind to open the next visible feed in the paneHiltjo Posthuma2+10-1
2021-04-29 16:06bump version to 0.9.11Hiltjo Posthuma1+1-1
2021-04-21 15:02sfeed_content: show any other content-type than "html" as plain-textHiltjo Posthuma1+3-3
2021-04-19 22:22sfeed_content: content view optimizationHiltjo Posthuma1+3-1
2021-04-07 18:29fix 2 false-positive warnings with gcc 10.2+ and -Wall -O2Hiltjo Posthuma1+6-14
2021-03-31 18:14bump version to 0.9.10Hiltjo Posthuma1+1-1
2021-03-31 16:17when the pane items or scrollbar are outside the window do not draw themHiltjo Posthuma1+5-5
2021-03-31 16:16updategeom: just place the statusbar absolute on the bottom of the windowHiltjo Posthuma1+1-2
2021-03-31 16:15do not clearscreen when the window is dirtyHiltjo Posthuma1+1-3
2021-03-31 16:14updategeom: small code-style, similar to vertical layoutHiltjo Posthuma1+3-2
2021-03-31 16:13do not draw a row, scrollbar or statusbar if its completely outside the windowHiltjo Posthuma1+4-3
2021-03-30 16:04improve a few code commentsHiltjo Posthuma1+6-6
2021-03-29 18:07make a feeds_row_get function to find the positionHiltjo Posthuma1+20-18
2021-03-29 18:00make plumb, pipe, yank a function and reuse them for keybinds and mouse actionsHiltjo Posthuma1+43-35
2021-03-29 18:00check row for NULL in feed_open_selectedHiltjo Posthuma1+3-2
2021-03-29 17:58remove unneeded casts for row->dataHiltjo Posthuma1+8-8
2021-03-29 17:56after toggling showing new feeds or when reloading feeds try to select the same feedHiltjo Posthuma1+42-3
2021-03-29 17:31clamp height value in getsidebarsizedefault()Hiltjo Posthuma1+3-3
2021-03-26 17:22markread: use a range-check for p->pos for one item, just in caseHiltjo Posthuma1+1-1
2021-03-26 17:22fix a comment, which was meant to be the oppositeHiltjo Posthuma1+2-1
2021-03-26 17:20right-click plumb: use interactive flagHiltjo Posthuma1+1-1
2021-03-25 21:42add keybinds to go one item up or down and open itHiltjo Posthuma2+13-3
2021-03-25 21:38make a function for the common code for opening/plumbing a feed or itemHiltjo Posthuma1+44-48
2021-03-24 22:07also allow scrolling when the position is exactly on the pane its scrollbarHiltjo Posthuma1+2-2
2021-03-24 21:45fix scroll handling regression and remove ctrl+scroll feature to adjust sidebarHiltjo Posthuma2+1-12
2021-03-24 17:15fix mouse actions that don't depend on a position in a paneHiltjo Posthuma2+30-14
2021-03-24 17:14mouse: rename mask to keymaskHiltjo Posthuma1+8-8
2021-03-24 17:14improve init() and cleanup() of terminalHiltjo Posthuma1+22-21
2021-03-24 17:08sfeed_curses.1: mention the specific encodings X10 and SGRHiltjo Posthuma2+4-4
2021-03-21 00:46fix resizewin for serial consolesHiltjo Posthuma1+6-3
2021-03-21 00:45minicurses: remove now unused codeHiltjo Posthuma1+0-13
2021-03-20 11:51init: check setupterm() return value and error return valueHiltjo Posthuma2+12-3
2021-03-20 11:53resettitle even if there was no succesful initialization setting `needcleanup`Hiltjo Posthuma1+2-2
2021-03-20 11:25code cleanup: don't call updategeom() in init() itselfHiltjo Posthuma1+2-2
2021-03-19 21:19fix a memory leak when resizing the windowHiltjo Posthuma1+7-3
2021-03-19 11:28implement SGR mouse-encoding and improve mouse encoding in generalHiltjo Posthuma2+71-19
2021-03-16 17:55fix the initial items scrollbar for the monocle layout...Hiltjo Posthuma1+3-1
2021-03-16 17:42code-style and rm some linesHiltjo Posthuma1+18-34
2021-03-16 17:11use dynamic (reusable) buffers for internal text bufferingHiltjo Posthuma1+32-7
2021-03-16 17:08Improve resizing the sidebarHiltjo Posthuma1+51-19
2021-03-16 17:03add a print utf-8 function that can directly print the dataHiltjo Posthuma1+57-3
2021-03-16 17:02sfeed_curses.1: document behaviour of opening a feed in the monocle layoutHiltjo Posthuma1+5-1
2021-03-16 17:01add a comment to the included strcasestr() for portabilityHiltjo Posthuma1+1-0
2021-03-16 16:59mark die() using the GNU compiler hint __deadHiltjo Posthuma1+6-1
2021-03-13 12:22bump version to 0.9.9Hiltjo Posthuma1+1-1
2021-03-11 16:54code-style: small white-space changesHiltjo Posthuma1+3-3
2021-03-10 18:24allow to spawn the search prompt, even if there is nothing to search forHiltjo Posthuma1+1-3
2021-03-10 17:35sfeed_curses.1: some rewording and lint fixesHiltjo Posthuma1+12-8
2021-03-10 17:23fix optimal size calculation in horizontal mode...Hiltjo Posthuma1+4-8
2021-03-10 16:42code-style: fix multi-line comment styleHiltjo Posthuma1+3-3
2021-03-10 16:22add horizontal and monocle layout and rework/cleanup drawing logicHiltjo Posthuma5+222-80
2021-03-10 16:18simplify cyclepane logicHiltjo Posthuma1+7-40
2021-03-10 16:15code-style: shuffle global variablesHiltjo Posthuma1+11-11
2021-03-10 16:07add feature to process a sequence of keys automatically on startupHiltjo Posthuma2+9-0
2021-03-06 11:37sfeed_content: allow to use script on multiple TSV lines, separate by form feed (\f)Hiltjo Posthuma1+5-2
2021-03-06 10:14sfeed_content: fix unescaping functionHiltjo Posthuma1+13-4
2021-02-20 19:05mark as read: use the ID if the link is emptyHiltjo Posthuma2+13-10
2021-02-14 17:00updategeom: small refactoringHiltjo Posthuma1+5-3
2021-02-10 16:38pane_row_draw: check if the pane is visible or drawableHiltjo Posthuma1+3-0
2021-02-10 16:35improve dirty flag handling when pane is hiddenHiltjo Posthuma1+14-9
2021-02-10 16:35fix tiny glitch when the feed pane is exactly the same size as the windowHiltjo Posthuma1+1-1
2021-02-01 13:49mousereport: do not bubble eventsHiltjo Posthuma1+1-0
2021-02-01 13:48updategeom: statusbar.y: make it a bit more logical/hackableHiltjo Posthuma1+1-1
228 more commits remaining, fetch the repository