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
This commit is contained in:
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user