You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

focus-timer-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

focus-timer-cli

A simple focus timer CLI to help you stay productive.

0.1.0
pipPyPI
Maintainers
1

focus-timer-cli

A simple command-line focus timer to help you stay productive using the Pomodoro technique or custom intervals.

Features

  • Start a focus timer for a specified number of minutes
  • Simple CLI interface
  • Motivational banner display

Installation

  • Clone the repository:

    git clone https://github.com/HARIOM-JHA01/focus-timer-cli.git
    cd focus-timer-cli
    
  • (Recommended) Create and activate a virtual environment:

    python -m venv .venv
    .venv\Scripts\activate
    
  • Install in editable mode:

    uv pip install --editable .
    

Usage

To start a focus timer for 25 minutes:

focus-timer start 25

Replace 25 with any number of minutes you want.

Requirements

  • Python 3.11+
  • Typer
  • Rich
  • Click

Contributing

  • Fork the repository
  • Create your feature branch (git checkout -b feature/YourFeature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin feature/YourFeature)
  • Open a pull request

License

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts