https://github.com/leanovate/mite-go
A MITE time tracking CLI written in GO
https://github.com/leanovate/mite-go
Last synced: 5 months ago
JSON representation
A MITE time tracking CLI written in GO
- Host: GitHub
- URL: https://github.com/leanovate/mite-go
- Owner: leanovate
- License: apache-2.0
- Created: 2019-04-02T11:27:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T14:57:53.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T10:15:18.987Z (almost 2 years ago)
- Language: Go
- Size: 178 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mite
A [mite](https://mite.yo.lk/en/) time tracking command line interface.
## Status
[](https://travis-ci.org/leanovate/mite-go)
## Setup
1. Grab a release from https://github.com/leanovate/mite-go/releases for your operating system and unpack it into your
$PATH (or %PATH% on windows).
2. Make sure that the `mite` command is executable by executing `mite version` in your shell
3. Setup `mite` to use your API key by:
1. visiting https://"your account name here".mite.yo.lk/myself and note down the API key
2. executing the following commands
`mite config api.key="your API key here"`
`mite config api.url=https://"your account name here".mite.yo.lk`
4. Optional: set a default project & service by:
1. retrieving the desired project & service id by executing `mite projects` and `mite services` respectively
2. configuring those id's as default by executing `mite config projectId="the project id"` and `mite config serviceId="the service id"`
5. Optional: mite allows you to define often used project & service combinations as activities. You can configure them by:
1. think of a good name for the activity
2. run `mite config activity."your activity name here".projectId="the project id"`
3. run `mite config activity."your activity name here".serviceId=