Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dlarocque/habi

command line habit tracking app
https://github.com/dlarocque/habi

command-line golang habit-tracking

Last synced: 13 days ago
JSON representation

command line habit tracking app

Awesome Lists containing this project

README

        

# habi (Work In Progress)

habi is a command line habit tracking app that prioritizes quick usage.

## Installation

```zsh
$ go install github.com/dlarocque/habi@latest
```

## Usage

Track a new habit with `habi track`
```
$ habi track stretching
```

Log that you've completed your habit with `habi log`
```
$ habi log stretching
```

View a history of your habit patterns with `habi view`
```
$ habi view # view history of all habits
$ habi view stretching # view history of your stretching habit
```

## Authors

Daniel La Rocque