TBlogs is a basic app for your terminal that allows you to read, follow and save posts from development blogs from lots of companies.
You can install by the following set of instructions:
- Clone or download the repo, and navigate to the repo directory
- Just run
go run .
inside the repo directory - You can also try compiling it with:
make
- Work in progress
- Assuming the binary has built correctly, you can simply run the file inside the bin directory:
Start the app by running go run .
or go build .
and then run ./tblogs
to open it.
At first you will land on the help page just for this time.
Then you can simply use it with the shortcuts or with the mouse.
Ctrl + H
opens the Help pageCtrl + B
opens the Blogs pageCtrl + T
opens the Home page (T for tblogs)Ctrl + P
opens the Saved Posts pageCtrl + S
- Follow/unfollow a blog. Once the blog is followed, you will see the posts in your Home page
- Save/unsave a post. After this, you can see it in the Saved Posts page even if you're not following the blog
Ctrl + F
search a blog or post depending on the screen that is selectedEnter
- If you have a blog selected from the Blogs page, then you will be able to read the posts
- If you have a post selected, a browser will display the post
Esc
returns from the Posts results to the Blog pages
If you find any bugs, please report them! I am also happy to accept pull requests from anyone.
You can use the GitHub issue tracker to report bugs, ask questions, or suggest new features.
For a more informal talk, just ping me [email protected] :)