SkillAgentSearch skills...

Timerly

Beautiful countdown timer plugin for Neovim

Install / Use

/learn @nvzone/Timerly
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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!

https://github.com/user-attachments/assets/070b7e4d-abb3-462e-b4b1-a95f6143be58

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

https://github.com/user-attachments/assets/97ad6370-53eb-4760-96f4-5736ec001b68

  • 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;

:gift_heart: Support

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

kofi paypal buymeacoffee patreon

View on GitHub
GitHub Stars243
CategoryDevelopment
Updated29d ago
Forks8

Languages

Lua

Security Score

95/100

Audited on Mar 5, 2026

No findings