{"id":29295519,"url":"https://github.com/NerdyPepper/xcursorlocate","last_synced_at":"2025-07-06T14:03:40.538Z","repository":{"id":57672468,"uuid":"224488948","full_name":"oppiliappan/xcursorlocate","owner":"oppiliappan","description":"cursor location indicator for x11","archived":false,"fork":false,"pushed_at":"2020-08-18T05:54:21.000Z","size":255,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T04:03:55.337Z","etag":null,"topics":["rust","utility","x11"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/oppiliappan.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}},"created_at":"2019-11-27T18:02:00.000Z","updated_at":"2024-10-29T18:25:04.000Z","dependencies_parsed_at":"2022-08-31T11:13:34.305Z","dependency_job_id":null,"html_url":"https://github.com/oppiliappan/xcursorlocate","commit_stats":null,"previous_names":["oppiliappan/xcursorlocate","nerdypepper/xcursorlocate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oppiliappan/xcursorlocate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fxcursorlocate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fxcursorlocate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fxcursorlocate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fxcursorlocate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oppiliappan","download_url":"https://codeload.github.com/oppiliappan/xcursorlocate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oppiliappan%2Fxcursorlocate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263914030,"owners_count":23529074,"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":["rust","utility","x11"],"created_at":"2025-07-06T14:02:39.366Z","updated_at":"2025-07-06T14:03:40.532Z","avatar_url":"https://github.com/oppiliappan.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# xcursorlocate\n\n\u003e cursor location indicator for x11 \n\n![preview.gif](screencap.gif)\n\n### install\n\nto build `xcursorlocate`, you require the `libxcb-devel`\npackage (please follow [these](https://www.rust-lang.org/tools/install) instructions to install `cargo` and `rust`).  \n\n```shell\n# from crates.io\n$ cargo install xcursorlocate\n\n# from github\n$ git clone https://github.com/nerdypepper/xcursorlocate\n$ cd xcursorlocate\n$ cargo install --force --path ./\n\n# make sure to add ~/.cargo/bin to your $PATH\n```\n\n### usage\n\nhave your window manager trigger `xcursorlocate` on a key\npress, i use `sxhkd` to handle key bindings:  \n```shell\n# ~/.config/sxhkd/sxhkdrc\nctrl + Escape:\n    xcursorlocate\n```\n\n### configuration\n\n`xcursorlocate` is configured via a `.toml` file, which is\npresent in `$XDG_CONFIG_HOME/xcursorlocate`. a basic config\nis generated on first run, a sample config can be found in\nthe [`examples`](./examples/sample_config.toml) directory\n(may not always be up to date).\n\n### uninstall\n\n:(\n\n```\n# using cargo\n$ cargo uninstall xcursorlocate\n\n# manually\n$ rm -rf xcursorlocate/\n$ rm -rf ~/.config/xcursorlocate/\n$ rm -f $HOME/.cargo/bin/xcursorlocate\n```\n\n### todo:\n\n - use `xrender` for smooth circles\n - use opengl for fancy fx maybe?\n - add interface\n - ~~toml config~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNerdyPepper%2Fxcursorlocate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNerdyPepper%2Fxcursorlocate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNerdyPepper%2Fxcursorlocate/lists"}