https://github.com/sachaos/toggl
Toggl CLI Client
https://github.com/sachaos/toggl
cli cli-client golang toggl toggl-api
Last synced: 2 months ago
JSON representation
Toggl CLI Client
- Host: GitHub
- URL: https://github.com/sachaos/toggl
- Owner: sachaos
- License: mit
- Created: 2016-12-10T15:58:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T18:30:07.000Z (about 1 year ago)
- Last Synced: 2025-03-15T13:37:35.652Z (2 months ago)
- Topics: cli, cli-client, golang, toggl, toggl-api
- Language: Go
- Size: 50.8 KB
- Stars: 84
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# toggl CLI client
[toggl](https://toggl.com/) CLI Client, written in Golang.
## Description
[toggl](https://toggl.com/) is a time tracking web application.
This program will let you use the toggl in CLI.## Usage

```
$ toggl --help
NAME:
toggl - Toggl API CLI ClientUSAGE:
toggl [global options] command [command options] [arguments...]VERSION:
0.4.0AUTHOR(S):
sachaosCOMMANDS:
start Start time entry
stop End time entry
current Show current time entry
workspaces Show workspaces
projects Show projects on current workspaces
local Set current dir workspace
global Set global workspace
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--cache
--help, -h show help
--version, -v print the version
```## Install
To install, use `go get`:
```bash
$ go get github.com/sachaos/toggl
```### Register API token
When you run `toggl` first time, you will be asked your toggl API token.
Please input toggl API token and register it.## Author
[sachaos](https://github.com/sachaos)