sudo apt-get install dh-autoreconf libjsoncpp-dev libcurl4-gnutls-dev libncurses5-dev w3m
git clone git@github.com:anders-dc/Feednix.git
cd
Feednix
./configure && make && sudo make install
{
"colors" : {
/* ====== Color Definitions =======
* BLACK 0
* RED 1
* GREEN 2
* YELLOW 3
* BLUE 4
* MAGENTA 5
* CYAN 6
* WHITE 7
* ================================ */
"background" : 0,
"active_panel" : 1,
"idle_panel" : 6,
"counter" : 5,
"status_line" : 7,
"instructions_line" : 4,
"item_text" : 7,
"item_highlight" : 2,
"read_item" : 3
},
"ctg_win_width" : 40,
//"view_win_height" : 200,
"view_win_height_per" : 50,
// Count of posts to be retrived per request. Maximum is 10000
"posts_retrive_count" : "500",
//Feedly API Allows for two sort types:
// Newest(default) false
// Oldest true
"rank" : false,
"preview_active" : true
}
No comments:
Post a Comment