Skip to content

nvzone/timerly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timerly

Eye candy interactive timer plugin for Neovim. Useful for those who spend large amount of time in Neovim. I code in Nvim and use it for work too so 10 hrs ~ at a busy day, the timer helps me with breaks and acts as a reminder to not sit for long hours!

output.mp4

Install

{
  "nvzone/timerly",
  dependencies = 'nvzone/volt',
  cmd = "TimerlyToggle",
  opts = {} -- optional
},

Commands

  • TimerlyToggle

Mappings

  • toggle mode: m
  • toggle status: <leader>
  • increment: <up>
  • decrement: <down>
  • reset: <BS>

Using as a desktop app

simplescreenrecorder-2025-06-15_19.57.04.mp4
  • Add the Timer command in your Neovim config
vim.api.nvim_create_user_command("Timer", function()
  vim.o.showtabline = 0
  vim.o.laststatus = 0
  vim.wo.number = false
  vim.o.scl = "no"
  vim.o.cmdheight = 0
  vim.cmd "TimerlyToggle"
end, {})
  • ~/.local/share/applications/timerly.desktop
[Desktop Entry]
Type=Application
Version=1.0
Name=Timerly
Icon=clockify
Exec=st -g 42x19 -e nvim +':Timer'
Terminal=false
Categories=Utility;System;ConsoleOnly
Keywords=timer;clock;time;task;

💝 Support

If you like NvChad or its plugins and would like to support it via donation

kofi paypal buymeacoffee patreon

About

Beautiful countdown timer plugin for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages