txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit df292ec3d26e195cf88cbde77c28721bd5dab795
parent c34b30ddd5b4cc5a025a244686938daba1c3671d
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Sun, 17 Feb 2019 22:40:38 +0100

nicer readme formatting for command list

Diffstat:
MREADME.md | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -10,14 +10,12 @@ Now you can read it without touching your mouse or your tv-remote :) Running with no arguments will enter interactive mode. From there you can run any of these commands: -` -help | h | ? -- show this help text. -quit | q | exit -- quit the program (duh) -list | ls | l -- list all articles -next | n | > -- show next available page. -previous | prev | p | < -- show previous available page. -<PAGE NUMBER> -- show the page at the specified number -` + help | h | ? -- show this help text. + quit | q | exit -- quit the program (duh) + list | ls | l -- list all articles + next | n | > -- show next available page. + previous | prev | p | < -- show previous available page. + <PAGE NUMBER> -- show the page at the specified number You can also give any of these arguments as an argument to run un-interactively. Except for next and previous, because that would make no sense.