#cli-tool #focus #timer #items #list #task #locked

app lock-in

A CLI tool to stay locked in what you're working on

2 releases

0.1.1 Aug 2, 2024
0.1.0 Jul 30, 2024

#784 in Command line utilities

MIT license

7KB
119 lines

Lock In

Version: 0.1.1

A simple Rust CLI tool that combines a focus timer with a list of focus items. Sometimes you just need to lock in and get work done. This helps you stay focused on the CLI.

Features

  • 45-minute focus timer
  • Manage a list of 3 focus items
  • ASCII art banner display
  • Persistent storage of focus items

Recent Updates (v0.1.1)

  • Added ability to clear focus items list
  • Implemented 'clear' command at startup and before timer begins
  • Enhanced user interaction with command prompts

Usage

  1. Run the program
  2. Choose to clear items or continue
  3. View or update focus items
  4. Start the timer or clear items
  5. Focus on your tasks for 25 minutes

Commands

  • clear: Removes all focus items
  • start: Begins the 25-minute timer

Note

Focus items are stored in focus_items.txt in the same directory as the executable.

Dependencies

~1MB
~18K SLoC