Skip to content

Displays how many hours you've spent in a project/directory (in nvim)

Notifications You must be signed in to change notification settings

reVrost/played.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

played.nvim

Displays how long you've spent in a project/directory Like a time log. Useful if you're doing some consulting/freelancing work and in need of a timesheet

Still WIP Haven't tested but most likely only compatible with neovim

Installation

Use packer, add below

{
    "reVrost/played.nvim"
}

Keybind

Neovim 0.7 (for vim.keymap_set)

vim.keymap.set({"n"}, "<leader>tt", function()
  require("played").get_played()
end)

tlog

Roadmap

  • Time log: break down per days, per projects
  • Timesheet generation (csv or something)
  • Maybe some query text box ui
  • Regex matching breakdown (get me time log for projects starting with jimmy-*)

About

Displays how many hours you've spent in a project/directory (in nvim)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published