Pomodoro timer for your terminal.
You can clone the repository and then install the files in the apropriate places.
git clone https://github.com/thekaiz3n/timewizard.git
cd justdo
sudo cp timewizard.sh /usr/bin/timewizard
cp -r .timewizard/* ~/.timewizard
Run in terminal :
timewizard
run in background ( is recommeded set BAR_PROGRESS to "no" in timewizard.conf):
timewizard &
or you can name your task, customize the timer and the reminder (in minutes) like
justdo 'some text" minutes reminder
justdo "super boring work" 15 13
If you have AUR enabled you can install it with your favorite aur helper. eg with yay:
yay -S timewizard
The file is: $HOME/.timewizard/timewizard.conf
If configured yes a progress bar is shown in the terminal.
# Default: yes
# Show progress bar
BAR_PROGRESS="yes"
If configured after the finish the screen is locked
# Default locker command
locker=""
Recommend screen lockers:
- slock - https://tools.suckless.org/slock/
- loginctl lock-session 1 - Is used in kde plasma.