• v0.1.0 6e2880c078

    v0.1.0
    Some checks failed
    CI / test (push) Successful in 13s
    CI / lint (push) Failing after 5s
    CI / lint-markdown (push) Successful in 2s
    Release / release (push) Failing after 10s
    Stable

    7000pctAUTO released this 2026-01-30 11:56:50 +00:00 | 0 commits to main since this release

    Initial 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-cli
    

    Quick 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-workflow
    

    Full Documentation

    See README.md for complete usage instructions.

    Downloads