Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 858 Bytes

timespent.nvim

Display time spent on projects / files

  {
    "quentingruber/timespent.nvim",
    keys = {
      { "<leader>ts", "<cmd>:ShowTimeSpent<cr>", mode = { "n" }, desc = "Show time spent" },
    },
  },

Usage

Command Description
:ShowTimeSpent Opens a floating buffer showing where you've spent your time.
:ExportTimeSpent Export your data to csv

Planned features

  • min and max save interval options
  • lualine support
  • fullscreen mode
  • filter / sort from buffer
  • data edition from buffer
  • csv data export
  • better ui