Browse Source

fix readme

pull/8/head
Rasmus Lindroth 6 years ago
parent
commit
93929a2d02
  1. 1
      .gitignore
  2. 17
      .vscode/launch.json
  3. 4
      README.md

1
.gitignore vendored

@ -0,0 +1 @@
.vscode

17
.vscode/launch.json vendored

@ -1,17 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"env": {},
"args": []
}
]
}

4
README.md

@ -2,6 +2,10 @@
A TUI for Mastodon with vim inspired keys. The program misses some features but they will be added when I get time.
Press `C` to create a new toot.
You can find Linux binaries under [releases](https://github.com/RasmusLindroth/tut/releases).
![Preview](./images/preview.png "Preview")
Currently supported commands

Loading…
Cancel
Save