pytermrec


Namepytermrec JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/donno2048/termrec
SummaryRecord your terminal and play it
upload_time2022-01-07 02:19:58
maintainer
docs_urlNone
authorElisha Hollander
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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> # record without default command
termrec -p <filepath> -c <command to record> # record with custom command
```

To stop recording use the `exit` command or just <kbd>ctrl</kbd> + <kbd>D</kbs>

### Play a file

```sh
termplay -p <filepath>
# or with a prompt
termplay -P
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/termrec",
    "name": "pytermrec",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0f/5c/7eee0e6bee9f911ac686862512bb2ce7e1b35c5941f8935123c0fee22d95/pytermrec-1.0.2.tar.gz",
    "platform": "",
    "description": "# termrec\n\nRecord your terminal and play it\n\n## install\n\n### From PyPI\n\n`pip3 install pytermrec`\n\n### From GitHub\n\n`pip3 install git+https://github.com/donno2048/termrec`\n\n## Usage\n\nJust type the command in the terminal:\n\n### Record to a file\n\n```sh\ntermrec -p <filepath> # record without default command\ntermrec -p <filepath> -c <command to record> # record with custom command\n```\n\nTo stop recording use the `exit` command or just <kbd>ctrl</kbd> + <kbd>D</kbs>\n\n### Play a file\n\n```sh\ntermplay -p <filepath>\n# or with a prompt\ntermplay -P\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Record your terminal and play it",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/donno2048/termrec"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25ad9095eb723c8953b0a7598b14b256cd1255e703e099e924722e44564a5d41",
                "md5": "07f7d41f57e800dbf67cd45a4aa39f2f",
                "sha256": "9cfa54a70e6ac795ced27986d166f022c9ac84a3dde88473c2913ec465d330b9"
            },
            "downloads": -1,
            "filename": "pytermrec-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07f7d41f57e800dbf67cd45a4aa39f2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5646,
            "upload_time": "2022-01-07T02:19:56",
            "upload_time_iso_8601": "2022-01-07T02:19:56.993610Z",
            "url": "https://files.pythonhosted.org/packages/25/ad/9095eb723c8953b0a7598b14b256cd1255e703e099e924722e44564a5d41/pytermrec-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f5c7eee0e6bee9f911ac686862512bb2ce7e1b35c5941f8935123c0fee22d95",
                "md5": "ac7eef351ea496c655c08a3dc9458224",
                "sha256": "373b81a5cdc399b93f857840d880d5f7034b283809109250dd67207f231472e0"
            },
            "downloads": -1,
            "filename": "pytermrec-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ac7eef351ea496c655c08a3dc9458224",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5006,
            "upload_time": "2022-01-07T02:19:58",
            "upload_time_iso_8601": "2022-01-07T02:19:58.618649Z",
            "url": "https://files.pythonhosted.org/packages/0f/5c/7eee0e6bee9f911ac686862512bb2ce7e1b35c5941f8935123c0fee22d95/pytermrec-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-07 02:19:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "termrec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytermrec"
}
        
Elapsed time: 0.13779s