Files
shell-memory-cli/requirements.txt
7000pctAUTO 78940f3733 Initial commit: Add shell-memory-cli project
A CLI tool that learns from terminal command patterns to automate repetitive workflows.

Features:
- Command recording with tags and descriptions
- Pattern detection for command sequences
- Session recording and replay
- Natural language script generation
2026-01-30 11:56:12 +00:00

7 lines
115 B
Plaintext

click>=8.0.0
rich>=12.0.0
pyyaml>=6.0
fuzzywuzzy>=0.18.0
python-Levenshtein>=0.20.0
pytest>=7.0.0
pytest-cov>=4.0.0