-
v0.1.0
Stablereleased this
2026-01-30 11:56:50 +00:00 | 0 commits to main since this releaseInitial Release
Shell Memory CLI v0.1.0 - A CLI tool that learns from terminal command patterns to automate repetitive workflows.
Features
- Command Recording: Save frequently used commands with descriptions and tags
- Pattern Detection: Automatically detect repeated command sequences and workflows
- Command Library: Personal searchable command library with tagging system
- Session Recording: Record terminal sessions for replay
- Script Generation: Generate shell scripts from natural language descriptions
Installation
pip install shell-memory-cliQuick Start
# Add a command to your library shell-memory cmd add "git status" -d "Check repository status" -t git -t vcs # Detect patterns in your command history shell-memory pattern detect # Start recording a session shell-memory session start my-workflowFull Documentation
See README.md for complete usage instructions.
Downloads