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:
3
shell_memory/__init__.py
Normal file
3
shell_memory/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Shell Memory CLI - A CLI tool that learns from terminal command patterns."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user