Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luismeyer/ttrack


https://github.com/luismeyer/ttrack

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Timetrack

Simple time tracking tool for the command line running on Deno.

## Build

1. Install Deno
2. Run `deno task build`
3. Add this aliases to you shell config file

```sh
alias tt="[path to project]/build/ttrack"
```

## Development

1. Install Deno
2. Run `deno task dev [subcommand you want to test]`