commit 2f196652e2db56eed3be75ea66e46b0b226cf3d9 parent df292ec3d26e195cf88cbde77c28721bd5dab795 Author: Isak Lindhé <isak.e.lindhe@gmail.com> Date: Sun, 17 Feb 2019 22:50:36 +0100 Added short config section to README Diffstat:
M | README.md | | | 11 | ++++++++--- |
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -19,9 +19,14 @@ From there you can run any of these commands: 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. -` -txtv.py 100 -` + txtv.py 100 + + txtv.py ls + +## Configuration + +txtv.py will automatically generate a config file at `~/.config/svtxtv/svtxtv.conf` with default values. +Right now the most interesting thing there is aliases which work both in CLI mode and interactive mode. You can also change what your interactive prompt looks like if you care about that. ## Links