update readme
This commit is contained in:
parent
312689b005
commit
9c2ac4bc46
@ -1,3 +1,5 @@
|
|||||||
## dates and their corresponding seconds been here :)
|
## dates and their corresponding seconds been here :)
|
||||||
[24-10-07]
|
[24-10-07]
|
||||||
u80864958_at_u80864958 = 432
|
u80864958_at_u80864958 = 432
|
||||||
|
[24-10-08]
|
||||||
|
u80864958_at_u80864958 = 372
|
||||||
|
15
README.md
15
README.md
@ -5,3 +5,18 @@ Timer times the time it took you to realize your project
|
|||||||
Counts the time in your editor inside on directory.
|
Counts the time in your editor inside on directory.
|
||||||
Not beeing inside the editor for less than 5 minutes gets counted as beeing
|
Not beeing inside the editor for less than 5 minutes gets counted as beeing
|
||||||
inside the editor.
|
inside the editor.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Lunar vim:
|
||||||
|
```lua
|
||||||
|
lvim.plugins = {
|
||||||
|
{
|
||||||
|
"schreifuchs/timer",
|
||||||
|
url = "https://git.schreifuchs.ch/schreifuchs/timer.git",
|
||||||
|
config = function()
|
||||||
|
require('timer').setup()
|
||||||
|
end
|
||||||
|
},
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user