linux-mouse-record


Namelinux-mouse-record JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummarySimple CLI to record and replay mouse events
upload_time2025-01-25 11:30:14
maintainerNone
docs_urlNone
authorRead with ai
requires_pythonNone
licenseMIT
keywords mouse linux record
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Linux mouse record
<a href="https://x.com/readwithai">@readwithai</a> - <a href="https://x.com/readwith">X</a> - <a href="https://readwithai.substack.com">substack</a> - <a href="https://www.youtube.com/@readerai">YouTube</a>

A *simple* command-line tool to record and replay mouse *clicks* on Linux.

# Using
```
pipx install linux-mouse-record
linux-mouse-record  > recording.jsonl
linux-mouse-replay < recording.jsonl
```

The recording file is a stream of JSON lines and can be edited by hand.

# Motivation
I wanted to record a click and replay it. I found a lot of apps, but a lot of them were complicated-to-use GUIs, two didn't work, and a bunch weren't really documented.

This tool will probably never support additional features you want - unless I need them.

# Alternatives and prior work
This is mostly a wrapper about `pynput`. There are a variety of tools that do this - but I could not find a nice CLI that worked for linux and worked - though perhaps one exists.

# About me
I am <a href="https://x.com/readwithai">@readwithai</a>. I make <a href="https://readwithai.substack.com/">tools</a> for and <a href="https://readwithai.substack.com/">write about</a> <a href="https://readwithai.substack.com/p/reading-and-agency">agency</a> and <a href="https://readwithai.substack.com/p/obsidian-plugin-repl">productivity</a>, particularly related to <a href="https://readwithai.substack.com/p/what-is-reading-broadly-defined">deep reading</a> and for <a href="https://readwithai.substack.com/p/what-exactly-is-obsidian">Obsidian</a>.

If you found this tool useful, perhaps pay me 2 dollars on <a href="https://ko-fi.com/readwithai">kofi</a>.

If that sounds interesting, you can follow me on <a href="https://x.com/readwithai">X</a> or <a href="https://readwithai.substack.com">substack</a>.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "linux-mouse-record",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "mouse, LINUX, record",
    "author": "Read with ai",
    "author_email": "talwrii@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/1c/e434c691b3ad882d36a225332227b315d409284adb2cf3dfb9d516c806dc/linux-mouse-record-0.1.tar.gz",
    "platform": null,
    "description": "# Linux mouse record\n<a href=\"https://x.com/readwithai\">@readwithai</a> - <a href=\"https://x.com/readwith\">X</a> - <a href=\"https://readwithai.substack.com\">substack</a> - <a href=\"https://www.youtube.com/@readerai\">YouTube</a>\n\nA *simple* command-line tool to record and replay mouse *clicks* on Linux.\n\n# Using\n```\npipx install linux-mouse-record\nlinux-mouse-record  > recording.jsonl\nlinux-mouse-replay < recording.jsonl\n```\n\nThe recording file is a stream of JSON lines and can be edited by hand.\n\n# Motivation\nI wanted to record a click and replay it. I found a lot of apps, but a lot of them were complicated-to-use GUIs, two didn't work, and a bunch weren't really documented.\n\nThis tool will probably never support additional features you want - unless I need them.\n\n# Alternatives and prior work\nThis is mostly a wrapper about `pynput`. There are a variety of tools that do this - but I could not find a nice CLI that worked for linux and worked - though perhaps one exists.\n\n# About me\nI am <a href=\"https://x.com/readwithai\">@readwithai</a>. I make <a href=\"https://readwithai.substack.com/\">tools</a> for and <a href=\"https://readwithai.substack.com/\">write about</a> <a href=\"https://readwithai.substack.com/p/reading-and-agency\">agency</a> and <a href=\"https://readwithai.substack.com/p/obsidian-plugin-repl\">productivity</a>, particularly related to <a href=\"https://readwithai.substack.com/p/what-is-reading-broadly-defined\">deep reading</a> and for <a href=\"https://readwithai.substack.com/p/what-exactly-is-obsidian\">Obsidian</a>.\n\nIf you found this tool useful, perhaps pay me 2 dollars on <a href=\"https://ko-fi.com/readwithai\">kofi</a>.\n\nIf that sounds interesting, you can follow me on <a href=\"https://x.com/readwithai\">X</a> or <a href=\"https://readwithai.substack.com\">substack</a>.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple CLI to record and replay mouse events",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "mouse",
        " linux",
        " record"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "381ce434c691b3ad882d36a225332227b315d409284adb2cf3dfb9d516c806dc",
                "md5": "0668a5e76ebb3a02bae9489f91dedc0e",
                "sha256": "721b9a1ea13c346c00f63686875d9d925c6effa3435941e3ded51cb619d91f28"
            },
            "downloads": -1,
            "filename": "linux-mouse-record-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0668a5e76ebb3a02bae9489f91dedc0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2783,
            "upload_time": "2025-01-25T11:30:14",
            "upload_time_iso_8601": "2025-01-25T11:30:14.303240Z",
            "url": "https://files.pythonhosted.org/packages/38/1c/e434c691b3ad882d36a225332227b315d409284adb2cf3dfb9d516c806dc/linux-mouse-record-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 11:30:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "linux-mouse-record"
}
        
Elapsed time: 1.49233s