Record time spent programming epiphanies. 💫
Did you want to record how much time you actually spent coding? That's essentially what codespell does.
You see colorful numbers in the console, and they are saved, behind the scenes, as JSON. That's how it shows you the usage of the last day. And though, only last day's usage is shown in the terminal, you can go read the JSON data yourself. 😏
See the list of supported editors, and if your favorite editor is not currently listed, feel free to send a PR. (It's easier than you think! 😂)
Note: Don't worry. If you close an editor, and re-open it, the time is added.
It's published as a node module, and hence can be downloaded using npm.
$ npm i -g codespell
Or, if you prefer yarn
$ yarn global add codespell
That's it. 🎉
You can now open a terminal, and fire the command codespell
$ codespell
- Sublime Text
- Visual Studio Code
- Atom
- Nano
- WebStorm
- IntelliJ Idea
- Android Studio
It's not supported, (yet!). Check out: #2 to work on it. 😂 🎉