Files
7000pctAUTO ceb6c0eac9 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
2026-01-30 11:56:12 +00:00

3 lines
102 B
Python

"""Shell Memory CLI - A CLI tool that learns from terminal command patterns."""
__version__ = "0.1.0"