bulletty 0.1.8

a pretty TUI feed reader (RSS+ATOM) that stores articles locally as Markdown files
1
2
3
4
5
6
7
pub const CONFIG_PATH: &str = "bulletty";
pub const CONFIG_FILE: &str = "config.toml";
pub const DATA_DIR: &str = "bulletty";
pub const DATA_CATEGORIES_DIR: &str = "categories";
pub const DATA_CATEGORY_DEFAULT: &str = "General";
pub const DATA_FEED: &str = ".feed.toml";
pub const LOG_DIR: &str = "bulletty";