KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
feednix
★ 26
Open GitHub ↗
Feedly client for Linux
Download README (.md)
Explore Similar Repositories
hls-endless
:
HLS server that delivers live streams in a loop. It has four audio/video bitrates and one audio-only.
DynamoUnfold
:
Library for building topology from sets of surfaces and unfolding them using Protogeometry tools in Dynamo
Wordle
:
Generates English-like words
logstash-codec-json
:
No description available.
android-toolbar-with-drawer
:
Android AppCompat toolbar with material design and a menu drawer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
feednix
?
Download (.md)
Feednix ======= An ncurses based client for Feedly. ## Install ### Distribution Packages [Arch Linux](https://aur.archlinux.org/packages/feednix/) ### From Source First run autogen.sh script. Then run your standard make commands. Here is a one liner: `./configure && make && sudo make install` ## Clarification on Sign In Method (PLEASE READ) Due to the fact that this is open source, the administrators at Feedly have asked me to use their developer tokens instead of giving me a client secret. To explain, if I were to use a client secret I would need to distribute it along with the source code. This is an obvious security risk and I am going to keep this project open source, hence this new method. **Unfortunatley, as of now, the Developer tokens have an expiration of** **three months. This means that you must create a new one every three months.** **I have modified Feednix to help you with this. IT CANNOT DO THIS** **AUTOMATICALLY since developer tokens involve sending you an email** **to retrive them.** ## Usage ### Global Options * F1 : Exit ### Post List Options * Enter : open post preview * o (lower case) : Open post link in console (currently using w3m) * O (upwer case) : Open post link in Browser (user default) * r : Mark post read * u : Mark post unread * A : mark all posts read * R : Refresh category ### Category List Options * Enter : Fetch Stream (Retrive post by category) * A : Mark category read * R : Refersh highlighted category (Retrive post by category) ## Contributing Please visit this [page](https://feednix-jarkore.rhcloud.com) for details.