tiempo-rs/docs/en/source/index.rst

51 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2021-10-26 20:20:07 -05:00
Tiempo docs
===========
2021-10-26 20:16:30 -05:00
.. toctree::
:maxdepth: 2
:caption: Contents:
2021-11-07 20:11:38 -06:00
basic_usage
advanced_usage
2021-10-26 20:20:07 -05:00
Tiempo is a command line time tracker. It helps you keep track of the time spent
in different activities optionally organized in projects or `sheets`. Tiempo is
also a `Timetrap`_ compatible command line time tracking application.
2021-10-26 20:20:07 -05:00
2021-11-07 20:11:38 -06:00
Installation
------------
2021-10-26 20:20:07 -05:00
Just do:
2021-10-26 20:20:07 -05:00
2021-11-07 20:11:38 -06:00
.. code:: bash
2021-10-26 20:16:30 -05:00
2021-11-07 20:11:38 -06:00
cargo install tiempo
2021-10-26 20:16:30 -05:00
If you use Arch Linux, install `tiempo-git` package from the `AUR`_, for example:
.. code:: bash
git clone https://aur.archlinux.org/tiempo-git.git && cd tiempo-git && makepkg -si
.. NOTE::
You need to install `Rust`_ and `Cargo`_. For more info `click here`_.
2021-11-07 20:11:38 -06:00
Quickstart
----------
2021-10-26 20:16:30 -05:00
Go `here`_...
Special Thanks
--------------
To `Timetrap`_ for existing, to `samg`_ for creating it. It is the tool I was looking
for and whose design I took as reference, keeping compatibility when possible.
.. _Timetrap: https://github.com/samg/timetrap/
.. _samg: https://github.com/samg
.. _here: basic_usage.html#quickstart
.. _click here: https://doc.rust-lang.org/cargo/getting-started/installation.html
.. _Rust: https://rust-lang.org
.. _Cargo: https://doc.rust-lang.org/book/ch01-03-hello-cargo.html
.. _AUR: https://aur.archlinux.org/packages/tiempo-git/