Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 869 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 869 Bytes

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