https://github.com/termoshtt/toggl.nvim
Toggl client in NeoVim using neovim/python-client
https://github.com/termoshtt/toggl.nvim
Last synced: 9 months ago
JSON representation
Toggl client in NeoVim using neovim/python-client
- Host: GitHub
- URL: https://github.com/termoshtt/toggl.nvim
- Owner: termoshtt
- License: mit
- Created: 2016-03-29T01:25:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T12:55:25.000Z (over 9 years ago)
- Last Synced: 2025-04-14T12:52:51.432Z (12 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
toggl.nvim
===========
Toggl client in NeoVim using neovim/python-client
Usage
-----
Set your [API token](https://github.com/toggl/toggl_api_docs#api-token)
```vim
let g:toggl_api_token = "b51ff78xxxxxxxxxxxxxxxxxxxxxxxxx"
```
Start task
```vim
:TogglStart task name +project @tag1 @tag2
```
Stop current task
```vim
:TogglStop
```
License
--------
MIT License (see LICENSE file)