A Jedi CLI toolkit for wisdom, diagnostics, meditation, and dark side contemplation.
cd /home/jrodin/projects/the-force
pip install -e .Receive wisdom from the Jedi Order.
# Random quote
the-force wisdom
# List all quotes
the-force wisdom --list
# Count quotes
the-force wisdom --count
# Colorized output
the-force wisdom --color greenReceive wisdom from the Sith - the dark side of the Force. Perfect for contrast and balance.
# Random dark side quote
the-force sith
# Display the Sith Code
the-force sith --code
# List all Sith quotes
the-force sith --list
# Custom color
the-force sith --color purpleYour personal wisdom journal. Store, search, and manage your own Jedi insights with persistent storage.
# Add a new wisdom entry
the-force holocron --add "The best teacher is failure" --source "Yoda"
# List all entries
the-force holocron --list
# Search entries
the-force holocron --search "force"
# Delete an entry by ID
the-force holocron --delete 1
# Limit results
the-force holocron --list --limit 5Holocron data is stored in ~/.the_force_holocron.json and persists across sessions.
Check system health with Jedi precision.
# Human-readable diagnostics
the-force diagnose
# JSON output for scripting
the-force diagnose --jsonCenter yourself with the Force.
# 60-second meditation (default)
the-force meditate
# Custom duration (in seconds)
the-force meditate --duration 120
# Quiet mode (no progress display)
the-force meditate --quiet
# Breathing guide
the-force meditate --guideShow version information.
the-force version
# or
the-force --versionMeasure Force sensitivity.
the-force sensitivityGet a random lightsaber.
# Random lightsaber
the-force lightsaber
# List all available colors
the-force lightsaber --list# Get wisdom before starting work
the-force wisdom
# Check system health
the-force diagnose
# Take a break
the-force meditate --duration 300
# Store your own insight
the-force holocron --add "Do. Or do not. There is no try." --source "My mentor"
# Contrast light and dark
the-force wisdom && the-force sith --code- 30+ wisdom quotes from Yoda, Obi-Wan, and other Jedi
- 22+ Sith quotes from Darth Vader, Sidious, Maul, and the Sith Code
- Personal holocron - persistent wisdom journal with CRUD operations
- System diagnostics (CPU, memory, disk, uptime, load)
- Meditation timer with breathing guide
- Colorized output for terminal
- JSON output for scripting
- Fully tested with pytest (87 tests)
# Run tests
pytest
# Run with coverage
pytest --cov=the_forceMIT
May the Force be with you.