The simplest time tracking app
This is a minimal Electron application for task time tracking.
Download the corresponding binary package.
Click on an item will toggle it's active state AND copy it's title.
Item's cannot be removed.
To clone and run this repository you'll need Git and Node.js.
From your command line:
# Clone this repository
git clone https://github.com/maddes/mice.git
# Go into the repository
cd mice
# Install dependencies and run the app
npm install && npm start
Learn more about Electron and its API in the documentation.