2024-10-08 11:05:16 +02:00
2024-10-08 10:57:57 +02:00
2024-10-08 11:05:16 +02:00
2024-10-08 11:05:16 +02:00

Timer

Timer times the time it took you to realize your project

Counts the time in your editor inside on directory. Not beeing inside the editor for less than 5 minutes gets counted as beeing inside the editor.

Installation

Lunar vim:

lvim.plugins = {
  {
    "schreifuchs/timer",
    url = "https://git.schreifuchs.ch/schreifuchs/timer.git",
    config = function()
      require('timer').setup()
    end
  },
}
Description
No description provided
Readme 60 KiB
Version 1.1.0 Latest
2024-10-11 16:48:19 +02:00
Languages
Lua 100%