An open API service indexing awesome lists of open source software.

https://github.com/alphabetsalphabets/actt

A simple and intuitive activity tracker made in Rust!
https://github.com/alphabetsalphabets/actt

Last synced: 3 months ago
JSON representation

A simple and intuitive activity tracker made in Rust!

Awesome Lists containing this project

README

        

# Actt
![Integration demo](media/demo.gif)

A simple and intuitive activity tracker. It keeps track of exactly what you spend your time doing. This is all completely local so no need to worry about anyone else seeing your data!

# Installation & Usage
You must compile the project using the nightly toolchain. To switch to it run the following command:
```
rustup default nightly
```

Only then can you run and compile.