https://github.com/tubenhirn/doggl
A toggl cli written in golang.
https://github.com/tubenhirn/doggl
cli golang homebrew toggl
Last synced: 2 months ago
JSON representation
A toggl cli written in golang.
- Host: GitHub
- URL: https://github.com/tubenhirn/doggl
- Owner: tubenhirn
- License: apache-2.0
- Created: 2022-12-21T13:19:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T05:42:10.000Z (over 2 years ago)
- Last Synced: 2024-03-25T06:44:24.888Z (over 2 years ago)
- Topics: cli, golang, homebrew, toggl
- Language: Go
- Homepage:
- Size: 347 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# doggl
A simple toggl cli.\
In upper bavaria we "sometimes" pronounce the `t` like a `d`.
## installation
### homebrew
``` shell
brew tap tubenhirn/homebrew-formulae
brew install doggl
```
## configuration
Copy the `.doggl` file from the example folder to your homedirectory.\
Fill the missing values `TOGGL_TOKEN`, `PROJECT_ID` and `WORKSPACE_ID`.
## usage
Simple:
``` shell
doggl book
```
Custom duration:
``` shell
doggl book 1800
```
## build
``` shell
make build
```
## tag
``` shell
make tag
```
## release
``` shell
make release
```