The project is a VSCode extension, that tracks your keystrokes, while coding. Do you really need it? Probably not. Is it fun to have? Definitely! 🤓 You can download it on the VSCode-Marketplace. Happy typing!
KCodeFlow: Show Count-Analytics
- Shows the analytics of your keystrokesKCodeFlow: Show most often pressed keys
- Shows the most often pressed keys
- Sometimes a test randomly fails. This is probably due to minimal timing changes while testing the wpm calculations.
- When selecting something from IntelliSense, then the selected text is counted as the keystroke.
- Clone the repository
git clone https://github.com/MhouneyLH/KCodeFlow.git
- Install the npm packages
npm install
- Run tests. (Optional)
npm run test
Contributions are always welcome! Please look at following commit-conventions, while contributing: https://www.conventionalcommits.org/en/v1.0.0/#summary 😃
- Fork the project.
- Pick or create an issue you want to work on.
- Create your Feature-Branch. (
git checkout -b feat/best_feature
) - Commit your changes. (
git commit -m 'feat: add some cool feature'
) - Push to the branch. (
git push origin feat/best_feature
) - Open a Pull-Request into the Develop-Branch.