Coder Social home page Coder Social logo

worktime's Introduction

WorkTime

Linux console application for pomodoro technique

Description

WorkTime uses pomodoro technique to create notifications (both visual and sounds) to help you manage your work and break time to improve your efficiency.

Prerequires for WorkTime

zenity [Required!] - For notifications (should be preinstalled in your distro)
pulseaudio [Optional] - For sound notifications using built-in sounds

WorkTime uses sounds from /usr/share/sounds/freedesktop/stereo/ directory, especially message.oga and complete.oga If those files aren't present WorkTime won't play any sound on the change of work phase.

Instalation

Download and unzip files, then go to the folder and launch 'installer' file using following command:

sudo sh installer

The installer copies neccessery files into /opt/worktime directory.

Adding aliases for Worktime

In ~/.bashrc add following lines after installing the program to use aliases (requires system restart)

#-------------------------------------------
# WorkTime
export PATH=$PATH:/opt/worktime
alias wt='sh worktime.sh'
alias worktime='sh worktime.sh'

Usage

After installation and adding aliases you can start WorkTime by following command

worktime [number of pomodoro cycles (default: 6)]
or
wt [number of pomodoro cycles]

It's also recommended to disown the process to make it work in the background. For example:

wt 5 & disown

If you want to end the program early, you can stop it by right-clicking it's icon in icon tray and choosing 'Stop WorkTime'

worktime_icontray

Configuration

You can modify the length of certain pomodoro phases and other parameters by modifying the .config stored in /opt/worktime/

Bug reporting

If you catch any bug or error feel free to notify me about it through an issue ๐Ÿฅฐ

worktime's People

Contributors

k-ptak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.