./news/moccasin, TUI feed reader for RSS, Atom and (aspirationally) Podcasts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2nb1, Package name: moccasin-0.1.2nb1, Maintainer: pkgsrc-users

TUI feed reader for RSS, Atom, and (eventually) Podcasts. VIM keybindings.
Ranger-inspired interface. Configurable.

On first boot, Moccasin will create both a database and a config file in your
default config directory, which varies depending on your platform.

The moccasin.toml file can be edited to customize app behavior, add feeds in
bulk, change the color scheme, etc. Most of these properties can be changed
from within the application as well, which will write to this file.

To create a custom color scheme, the color_scheme field can be declared as a
table in which the keys are interface elements and the values are either a
built-in ANSI color (which will inherit from your terminal emulator),
a HEX color, or in InlineTable with fg and bg properties of the same type.

The application uses VIM-style keybinds, but arrow keys can also be used for
navigation. At the moment, the app has a NORMAL mode and a COMMAND mode.
In future, you should also be able to tag and group feeds and items in GROUP
mode.


Master sites:

Filesize: 5439.291 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-03 09:10:46 by pin | Files touched by this commit (5)
Log message:
news/moccasin: import package

TUI feed reader for RSS, Atom, and (eventually) Podcasts. VIM keybindings.
Ranger-inspired interface. Configurable.

On first boot, Moccasin will create both a database and a config file in your
default config directory, which varies depending on your platform.

The moccasin.toml file can be edited to customize app behavior, add feeds in
bulk, change the color scheme, etc. Most of these properties can be changed
from within the application as well, which will write to this file.

To create a custom color scheme, the color_scheme field can be declared as a
table in which the keys are interface elements and the values are either a
built-in ANSI color (which will inherit from your terminal emulator),
a HEX color, or in InlineTable with fg and bg properties of the same type.

The application uses VIM-style keybinds, but arrow keys can also be used for
navigation. At the moment, the app has a NORMAL mode and a COMMAND mode.
In future, you should also be able to tag and group feeds and items in GROUP
mode.