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
3 lines
102 B
Python
3 lines
102 B
Python
"""Shell Memory CLI - A CLI tool that learns from terminal command patterns."""
|
|
|
|
__version__ = "0.1.0" |