QuentinGruber/timespent.nvim

github github
utility
stars 17
issues 1
subscribers 3
forks 1
CREATED

2024-07-21

UPDATED

14 days ago


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