Metadata-Version: 2.1
Name: pytermrec
Version: 1.0.1
Summary: Record your terminal and play it
Home-page: https://github.com/donno2048/termrec
Author: Elisha Hollander
License: MIT
Description: # termrec
        
        Record your terminal and play it
        
        ## install
        
        ### From PyPI
        
        `pip3 install pytermrec`
        
        ### From GitHub
        
        `pip3 install git+https://github.com/donno2048/termrec`
        
        ## Usage
        
        Just type the command in the terminal:
        
        ### Record to a file
        
        ```sh
        termrec -p <filepath> -c <optional command to record>
        ```
        
        To stop recording use the `exit` command or just <kbd>ctrl</kbd> + <kbd>D</kbs>
        
        ### Play a file
        
        ```sh
        termplay -p <filepath>
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
