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:
2026-01-30 11:56:12 +00:00
parent decb13c71d
commit 78940f3733

7
requirements.txt Normal file
View 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