Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

maxjacobson/feedbin-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feedbin-reader

A terminal reader for feedbin

Stores config in ~/.config/feedbin-reader

Caches data in a sqlite database in ~/.cache/feedbin-reader

(Note, that's not true yet, for now the db is alongside the code)

Development

Running the thing:

# generate your local development database
diesel migration run

# run the app
cargo run

Running tests:

make

Installing the diesel CLI (useful for generating new migrations, probably other stuff):

cargo install diesel_cli --no-default-features --features sqlite

(I had some compiliation errors on my laptop without limiting the features like this)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published