{"id":16488979,"url":"https://github.com/trygveaa/kitty-hints-mouse-click","last_synced_at":"2025-07-13T06:37:46.063Z","repository":{"id":148013507,"uuid":"255129009","full_name":"trygveaa/kitty-hints-mouse-click","owner":"trygveaa","description":"Kitty hints processor for mouse clicking","archived":false,"fork":false,"pushed_at":"2023-06-28T22:02:03.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T18:49:31.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trygveaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-12T16:55:32.000Z","updated_at":"2023-06-28T21:57:28.000Z","dependencies_parsed_at":"2024-10-11T13:40:41.773Z","dependency_job_id":"0fe51d6b-973f-4fea-a9f4-f06098f1283d","html_url":"https://github.com/trygveaa/kitty-hints-mouse-click","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trygveaa%2Fkitty-hints-mouse-click","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trygveaa%2Fkitty-hints-mouse-click/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trygveaa%2Fkitty-hints-mouse-click/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trygveaa%2Fkitty-hints-mouse-click/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trygveaa","download_url":"https://codeload.github.com/trygveaa/kitty-hints-mouse-click/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241314987,"owners_count":19942761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:40:32.895Z","updated_at":"2025-03-01T04:22:05.849Z","avatar_url":"https://github.com/trygveaa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kitty hints processor for mouse clicking\n\nThis is a [custom\nprocessor](https://sw.kovidgoyal.net/kitty/kittens/hints.html#completely-customizing-the-matching-and-actions-of-the-kitten)\nfor the [hints kitten](https://sw.kovidgoyal.net/kitty/kittens/hints.html) in\nthe [kitty terminal emulator](https://sw.kovidgoyal.net/kitty/) which allows\nyou to send mouse click events to the program running in the terminal emulator.\n\n## Installation\n\nPlace the `hints_mouse_click.py` file in the same directory as `kitty.conf`.\n\nIf you want to match against emojis, you have to install the\n[emoji](https://pypi.org/project/emoji/) package.\n\nMap a key to launch the hints kitten with this processor. E.g. for using\n`kitty_mod+y` to right click on emojis add this to `kitty.conf`:\n\n```\nmap kitty_mod+y kitten hints --type emoji --customize-processing hints_mouse_click.py right\n```\n\n## Usage\n\nThis is used just like the standard hints kitten, except for these differences:\n\n- You can specify the mouse button you want to use as the last argument. This\n  can be `left`, `middle`, `right`, `scroll_up`, `scroll_down`, `scroll_left`,\n  `scroll_right`, `back` or `forward`. Defaults to `left` if not specified.\n- The `--type` option supports `emoji` and `emoji_char_and_name` in addition to\n  the standard types. `emoji` will match emoji characters.\n  `emoji_char_and_name` will in addition match the regex `:[a-z0-9_+-]+:` which\n  is typically how emojis are represented by name in ascii. These two types\n  force `--minimum-match-length` to `1` to be able to match emojis.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrygveaa%2Fkitty-hints-mouse-click","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrygveaa%2Fkitty-hints-mouse-click","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrygveaa%2Fkitty-hints-mouse-click/lists"}