2 releases
0.1.1 | Aug 2, 2024 |
---|---|
0.1.0 | Jul 30, 2024 |
#870 in Command line utilities
24 downloads per month
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
- Run the program
- Choose to clear items or continue
- View or update focus items
- Start the timer or clear items
- Focus on your tasks for 25 minutes
Commands
clear
: Removes all focus itemsstart
: 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