https://github.com/lramosduarte/toggl-client
Toggl Client
https://github.com/lramosduarte/toggl-client
toggl toggl-cli tool
Last synced: 5 months ago
JSON representation
Toggl Client
- Host: GitHub
- URL: https://github.com/lramosduarte/toggl-client
- Owner: lramosduarte
- License: mit
- Created: 2017-08-23T12:06:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:47:43.000Z (about 5 years ago)
- Last Synced: 2025-09-22T20:40:45.369Z (9 months ago)
- Topics: toggl, toggl-cli, tool
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Toggle API Client
=======================
Um cliente simples para algumas funcionalidades básicas da api da [TOGGL](https://toggl.com)
#### Configuração inicial
Para o cliente funcionar ele precisa da sua token de acesso, que você encontra nessa [URL](https://toggl.com/app/profile)
***TODO - IMAGEM DO SITE***
Com a token em mãos digita no terminal:
```
$: tgc --config
```
#### Exemplo
Iniciar uma nova tarefa sem nome:
```
$: tgc
```
Iniciar uma nova tarefa com nome:
```
$: tgc 'nome da tarefa'
```
Iniciar uma nova tarefa com a branch ativa como nome:
```
$: tgc --branch
```
Iniciar uma nova tarefa com tags:
```
$: tgc --tags 'novatag' 'tagtoog'
```
Finalizar uma tarefa:
```
$: tgc --finalizar
$: tgc --f
```
#### TODO
- [x] Iniciar tarefa
- [x] Finalizar tarefa
- [x] Tarefa com nome
- [x] Branch ativa
- [x] tags
- [ ] tests
- [ ] Nome do projeto
- [ ] Cache(Diminuir alguns requests e aumentar o desempenho)
* Foi implementado de algumas funcionalidades
- [x] Arquivo de configuração em pasta do sistema
- [x] SETUP
- [x] PIP install