Skip to content

Nishkea/timey.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⏱️ Timey

Simple timer with added tag functionality.

This timer is in active development, use at your own risk! :)

Timey.mov

Motivation

Most timers in nvim are countdown timers, timers that can count up are often bloated with functions that have no usecase for my day-to-day workflow. This plugin is for those who just want to see how long they spend on a task; and at a later time add the entries to their timemanagement system.

Installation:

Use your favorite package manager e.g. Packer: use "Nishkea/timey.nvim"

Usage:

  • To start a timer use TimeyStart tag
  • To stop a timer use TimeyStop tag
  • To show all timers use TimeyShow
  • To delete a timer use TimeyDelete tag

Example lualine integration:

sections = {
 lualine_c = {
        function()
          return require('timey').current()
        end,
    },
}

Roadmap / bugfixes

  • Starting two timers breaks lualine atm
  • Integrated popup instead of builtin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages