Skip to content

clh021/nom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nom

Feed me

Install

$ go install github.com/guyfedwards/nom/cmd/nom@latest

See releases for binaries

Config

Add feeds with the add command

$ nom add <url>

or add directly to the config at ~/.config/nom/config.yml on unix systems and $HOME/Library/Application Support/nom/config.yml on darwin.

feeds:
  - url: https://dropbox.tech/feed
  - url: https://snyk.io/blog/feed

You can customise the location of the config file with the --config-path flag.

Usage

$ nom # open TUI
$ nom list -n 20 # optionally show more
$ nom add <feed_url> 
$ nom read <title_substring> 
$ nom list --no-cache # fetch new results

About

RSS reader for the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.6%
  • Makefile 3.1%
  • Dockerfile 0.3%