Skip to content

isreednc/nudge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nudge

A simple terminal-based timer that helps users stay on track by reminding them of tasks at regular intervals. The timer repeats until the user decides to quit, making it a handy tool for those who tend to get carried away with their work.

Features

  • Set a timer for a specified duration.
  • Repeat the timer until the user quits.
  • Simple and easy-to-use interface.

Installation

  1. Clone the repository:

    git clone https://github.com/isreednc/nudge.git
  2. Navigate to the project directory:

    cd REPO_NAME
  3. Install dependencies (pygame)

    pip install -r requirements.txt

Usage

Run the program with the following command line arguments:

python nudge.py <time_in_seconds> [label] [repeats]
  • <time_in_seconds>: The duration for the timer in seconds (required).
  • [label]: A label for the timer (optional).
  • [repeats]: The number of times to repeat the timer (optional). If not specified, the timer will repeat indefinitely.

You can exit nudge at any time by:

  • Pressing Ctrl + C in the terminal.
  • Typing quit in the command line.

About

Terminal Based Task Timer. Repeats until you Listen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages