You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .vscode | 6 years ago | |
| images | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| account.go | 6 years ago | |
| api.go | 6 years ago | |
| app.go | 6 years ago | |
| authoverlay.go | 6 years ago | |
| cmdbar.go | 6 years ago | |
| config.go | 6 years ago | |
| controls.go | 6 years ago | |
| go.mod | 6 years ago | |
| go.sum | 6 years ago | |
| linkoverlay.go | 6 years ago | |
| main.go | 6 years ago | |
| media.go | 6 years ago | |
| messagebox.go | 6 years ago | |
| statustext.go | 6 years ago | |
| tootlist.go | 6 years ago | |
| ui.go | 6 years ago | |
| util.go | 6 years ago | |
README.md
Tut - a Mastodon TUI
A TUI for Mastodon with vim inspired keys. The program misses some features but they will be added when I get time.
Currently supported commands
:q:quitexit:timelinehome, local, federated, direct
Explanation of the non obvious keys when viewing a toot
V= view. In this mode you can scroll throught the text of the toot if it doesn't fit the screenO= open. Gives you a list of all URLs in the toot. Opens them in your default browser.M= media. Opens the media withxdg-open.
On my TODO-list:
- Support for config files (theme, default image/video viewer)
- Multiple accounts
- View users profiles
- Support search
- Support tags
- Support lists
- Notifications
- Better error handling (in other words, don't crash the whole program)
