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 914c3829c1
commit ceb6c0eac9

3
shell_memory/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Shell Memory CLI - A CLI tool that learns from terminal command patterns."""
__version__ = "0.1.0"