Installation
The package can be installed from PyPI using pip
:
$ pip install yatte
The only run-time dependency is Python itself.
Note: It has only been tested on Linux so far, but it should work on other platforms. Please let me know on the mailing list if you run into any issues.
Manual
The manual page for the yatte
command-line interface (CLI)
can be viewed online.
Once yatte
is installed on your system,
you can view the same information locally by running yatte --help
.
If you prefer to view the manual with man yatte
,
download the man
-format file
and place it on your $MANPATH
,
e.g. in ~/.local/share/man/man1/
.
Tab-completion
To get tab-completion of tasks for the Fish shell,
download the yatte.fish
script
and place it in your Fish completions folder
(~/.config/fish/completions/
on Linux).