mirror of
https://github.com/ihabunek/toot
synced 2025-01-11 09:03:57 +01:00
Updating the docs with information about and commands for the curses UI
This commit is contained in:
parent
c2af5a879c
commit
461e05f16f
@ -99,3 +99,20 @@ It is possible to pipe in the status text:
|
|||||||
echo "Text to post" | toot post
|
echo "Text to post" | toot post
|
||||||
cat post.txt | toot post
|
cat post.txt | toot post
|
||||||
toot post < post.txt
|
toot post < post.txt
|
||||||
|
|
||||||
|
|
||||||
|
Using the Curses UI
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
toot has an expimental curses based console UI. The command to start it is ``toot curses``.
|
||||||
|
|
||||||
|
To navigate the UI use these commands:
|
||||||
|
|
||||||
|
* ``k`` or ``up arrow`` or ``A`` to move up the list of tweets
|
||||||
|
* ``j`` or ``down arrow`` or ``B`` to move down the list of tweets
|
||||||
|
* ``h`` to show a help screen
|
||||||
|
* ``v`` to view the current toot in a browser (this is great for seeing the comment thread on a toot)
|
||||||
|
* ``q`` to quit the curses interface and return to the command line
|
||||||
|
* ``s`` to show sensitive content. (This is per-toot, and there will be a read bar in the toot to indicate that it is there.)
|
||||||
|
|
||||||
|
*Note that the curses UI is not available on Windows.*
|
||||||
|
Loading…
Reference in New Issue
Block a user