Skip to content

tkiat/pomodoro-bar-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro-bar-py

This is a single Python script equivalent to pomodoro-bar. Visit there for usage information.

Prerequisites

  • Linux (I don't have Windows and OS X to test it)

Installation Options

  1. Run the script directly
    $ git clone https://github.com/tkiat/pomodoro-bar-py.git
    $ cd pomodoro-bar-py/
    $ chmod +x pomodoro-bar.py
    $ ./pomodoro-bar.py -h
  2. Using Nix
    $ git clone https://github.com/tkiat/pomodoro-bar-py.git
    $ cd pomodoro-bar-py/
    $ nix-build
    $ nix-env -i ./result
    $ pomodoro-bar-py -h
  3. Using Nix Flakes (experimental)
    $ nix build github:tkiat/pomodoro-bar-py --out-link pomodoro-bar-py-result && nix-env -i ./pomodoro-bar-py-result

Releases

No releases published

Packages

No packages published