Skip to content

wd60622/toggl.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

toggl.nvim

Wrapper around watercooler-labs/toggl-cli to offer:

Command Description
:TogglAuth Authenticate with Toggl. Not required if TOGGL_API_TOKEN is set
:TogglConfig Edit the configuration file
:TogglCurrent Show the current time entry
:TogglStart <description> Start a new time entry with the given description
:TogglStop Stop the current time entry

Installation

Using your favorite plugin manager, add the following:

{
    "wd60622/toggl.nvim",
    opts = {
        -- If not provided in TOGGL_API_TOKEN env variable
        get_token = function()
            return "your_toggl_api_token",
        end,
    },
}

About

Time tracking from neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages