Skip to content

abrantix/coffee-counter-evo

 
 

Repository files navigation

Coffee Status

license

Track your daily caffeine habit right inside VS Code. Coffee Status keeps a running tally of the cups you log, shows a history of past days, and adds a little encouragement along the way.

Features

  • Status bar button for one-click logging that resets automatically every day.
  • Daily history tree view with editable counts for each recorded day.
  • Aggregated total of every coffee you have logged.
  • Snippets for quickly scaffolding HTML and CSS templates.
  • Fun reminder messages if you forget to brew another cup.

Usage

  1. Click the status bar item (or run the Coffee: Add Coffee to Count command) each time you enjoy a coffee.
  2. Open the Coffee Status activity bar view to see today’s count, the all-time total, and prior days.
  3. Right-click a day in the tree to edit its count or reset today’s tally.

Snippets

HTML

!chtml       Generates boilerplate HTML5 markup
!chtmlnav    Generates a navigation list element
!chtmlcdn    Generates HTML5 boilerplate with jQuery & Font Awesome
!chtmlcon    Generates a basic HTML contact form

CSS

!ccsshtml    Generates CSS for !chtml
!csscon      Generates CSS for !chtmlcon

Feedback & Contributions

Suggestions and contributions are welcome! Open an issue or pull request at https://github.com/abrantix/coffee-counter-evo.

Enjoy!

About

A simple fun coffee counter.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%