Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 #25

Merged
merged 36 commits into from Dec 16, 2012
Merged

2.0 #25

merged 36 commits into from Dec 16, 2012

Commits on Dec 7, 2012

  1. Copy the full SHA
    6b00908 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c78130 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c2eb6fc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    102dafb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    140d5c1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8d1eade View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    240a1c6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    640783c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2f2b9a6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d844cd2 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    28bf9a5 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7c73078 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    73d0f3f View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    2c4400e View commit details
    Browse the repository at this point in the history
  15. Adds writing of pomo timer to ~/.pomo_stat

    This enables Vim and Tmux status lines to read this file
    and display the current time left in a Pomodoro.
    stephenmckinney committed Dec 7, 2012
    Copy the full SHA
    65159c7 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    e998e0c View commit details
    Browse the repository at this point in the history
  17. Adds ability to add/rm tasks during running tasks in detach mode. [tj#1]

    Also locks `pomo start` so that other pomo cannot be started
    while others are running.
    stephenmckinney committed Dec 7, 2012
    Copy the full SHA
    f4d5f06 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2012

  1. Copy the full SHA
    b76bb35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d389dc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3f33db1 View commit details
    Browse the repository at this point in the history
  4. Adds configuration file ~/.pomorc, tmux integration, refactors code

    options include notifier, pomo_stat, and tmux.
    * default notifier depends on OS
    * default writing to ~/.pomo_stat file is false
    * default tmux integration is false
    stephenmckinney committed Dec 16, 2012
    Copy the full SHA
    63536f1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a9667ed View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5ff4fa1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1b6dbea View commit details
    Browse the repository at this point in the history
  8. Adjust pomo_stat output for Breaks

    Break output: *4:00
    
    Task output: 4:00
    
    The star can be used in regexp to add color in tmux
    status bar.
    stephenmckinney committed Dec 16, 2012
    Copy the full SHA
    3ace6e0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2ca425a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d977a7c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    38f7a58 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a55cc93 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    cd72d9f View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    bd8edf8 View commit details
    Browse the repository at this point in the history
  15. Minor code cleanup

    * double quotes => single quotes
    * gem => spec
    stephenmckinney committed Dec 16, 2012
    Copy the full SHA
    6770e0b View commit details
    Browse the repository at this point in the history
  16. Makes tmux integration more tightly integrated

    The use of a generic ~/.pomo_stat file would be useful if users
    want to display pomo status in more than just tmux. Until that
    becomes apparent, let's just hard-code the tmux colors without all
    the cat/sed parsing.
    stephenmckinney committed Dec 16, 2012
    Copy the full SHA
    7bf7c4e View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    66fd8de View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    7e08377 View commit details
    Browse the repository at this point in the history
  19. Release 2.0.0

    Following SemVer as backwards incompatible changes have been
    introduced. `pomo start` runs in the background by default.
    To get 1.x progress bar, users must execute `pomo start -p`
    stephenmckinney committed Dec 16, 2012
    Copy the full SHA
    96b784c View commit details
    Browse the repository at this point in the history