Skip to content

abhisheksoni27/codespell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeSpell ⏰

Record time spent programming epiphanies. 💫

npm

codespell

What are those numbers?

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.

Usage

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

Currently Supported Editors

  1. Sublime Text
  2. Visual Studio Code
  3. Atom
  4. Nano
  5. WebStorm
  6. IntelliJ Idea
  7. Android Studio

Support for Windows

It's not supported, (yet!). Check out: #2 to work on it. 😂 🎉