gotick

command module
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2022 License: MIT Imports: 8 Imported by: 0

README

GoTick

A dead simple RSS news ticker for the console. Watch the news go by, and press Enter when something catches your eye.

gotick
  • Z to cycle between several text colors
  • <Up>, <Down>, j, k to scroll
  • q or Ctrl+C to quit
  • Enter to open the selected item

Feeds and some options are configured in the config.json file

{
	"TextColor": 2,
	"RefreshRate": 60,
	"Feeds": [
		{"title":"DistroWatch", "url":"https://distrowatch.com/news/dw.xml"}
	]
}
  • TextColor (an integer between 0 and 6) defines a text color option
  • RefreshRate defines how often the feeds will be updated, in seconds
  • Feeds is an array of JSON objects, each containing a title and url parameters, self-explanatory

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL