Tartarus (/ˈtɑːrtərəs/) - named after a prison for bad guys in Greek mythology, is an electron app using which we can lock away games, movies or any files to fight your addiction and increase productivity.
You can use this in two ways.
- You can lock now and set the time at which it has to be unlocked.
- You can schedule locking and unlocking.
##Setup - Installer
Install node and then download binary.
(NOTE: Sometimes it might not work the first time you open. Restart app)
##Setup - Code (dev mode)
Install node and then
git clone https://github.com/alseambusher/tartarus
cd tartarus
npm install
npm start
##Force open You can force open locked content at the expense of increase in "force open count" badge :P
##Compatibility This should be compatible with Linux, Windows and MacOS. However, I have only tested in linux.
###Todo
- Find alternative to
pm2
to runtartarus-process.js
. Or find a way to packagepm2
usingelectron-packager
so that user wont need node. - Add auto refresh for datatables without
fs.watch
. - Design a cool icon (
.icon
,.icns
and.ico
).