Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoffimar/gott
go time tracking CLI application
https://github.com/hoffimar/gott
cli-app golang time-tracking
Last synced: 3 months ago
JSON representation
go time tracking CLI application
- Host: GitHub
- URL: https://github.com/hoffimar/gott
- Owner: hoffimar
- License: mit
- Created: 2021-04-01T18:16:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T09:52:38.000Z (11 months ago)
- Last Synced: 2024-06-22T08:36:01.370Z (5 months ago)
- Topics: cli-app, golang, time-tracking
- Language: Go
- Homepage:
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - hoffimar/gott - go time tracking CLI application (golang)
README
# gott - go time tracking CLI application
## Configuration
Configuration file: $HOME/.gott.yamlWorking times are stored in json format at ~/.gott/timetracking, the folder where the json file is stored can be configured via parameter StorageLocation in the yaml config file.
## Usage
Show usage help:```./gott help```