An open API service indexing awesome lists of open source software.

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

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)