Skip to content

dullius0/timewizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time wizard

Pomodoro timer for your terminal.

Installation

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

Usage

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

Arch Linux

If you have AUR enabled you can install it with your favorite aur helper. eg with yay:

yay -S timewizard

Configuration

The file is: $HOME/.timewizard/timewizard.conf

Bar progress

If configured yes a progress bar is shown in the terminal.

# Default: yes
# Show progress bar
BAR_PROGRESS="yes"

Screen locker

If configured after the finish the screen is locked

# Default locker command
locker=""

Recommend screen lockers:

About

A minimal and efficient timer for you work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages