{"id":22085114,"url":"https://github.com/d7omdev/keyvis","last_synced_at":"2025-07-24T17:31:21.463Z","repository":{"id":258791426,"uuid":"875407864","full_name":"d7omdev/keyvis","owner":"d7omdev","description":"A simple and lightweight keystroke visualisation tool","archived":false,"fork":false,"pushed_at":"2024-10-26T19:18:12.000Z","size":45,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-26T21:30:35.907Z","etag":null,"topics":["input-visualizer","key-visualization","keyboard-input","linux-tools","real-time-key-display","typescript"],"latest_commit_sha":null,"homepage":"https://aur.archlinux.org/packages/keyvis","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d7omdev.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":"2024-10-19T22:23:59.000Z","updated_at":"2024-10-26T19:18:16.000Z","dependencies_parsed_at":"2024-10-26T20:46:10.399Z","dependency_job_id":"cde2c0af-5991-4e99-9cd0-6d50a8877cea","html_url":"https://github.com/d7omdev/keyvis","commit_stats":null,"previous_names":["d7omdev/keyvis"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fkeyvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fkeyvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fkeyvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fkeyvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d7omdev","download_url":"https://codeload.github.com/d7omdev/keyvis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227463844,"owners_count":17778465,"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":["input-visualizer","key-visualization","keyboard-input","linux-tools","real-time-key-display","typescript"],"created_at":"2024-12-01T01:11:40.584Z","updated_at":"2024-12-01T01:11:41.205Z","avatar_url":"https://github.com/d7omdev.png","language":"TypeScript","readme":"# KeyVis\n\nA lightweight tool for visualizing keystrokes in a clean GTK window. Built using GJS with GObject and Gtk libraries, it provides a simple, responsive way to display keyboard inputs in real-time.\n\n![KeyVis Screenshot](./keyvis.png)\n\n## Features\n\n- Monitors key events and displays them in a window\n- Supports visualizing multiple simultaneous key presses\n- Automatically hides the window after a configurable timeout\n\n## Installation\n\n### Prerequisites\n\n- [GJS](https://gjs.guide/) (GObject JavaScript) runtime environment\n- [GTK 4](https://archlinux.org/packages/extra/x86_64/gtk4/) library\n- The [keyd](https://github.com/rvaiya/keyd) utility for capturing keyboard events\n- [Bun](https://bun.sh/) for building the application\n\n### Install from AUR \n\nKeyVis is available in the Arch User Repository (AUR). You can install it using an AUR helper like yay or paru:\n\n```sh\nyay -S keyvis\n```\n\n### Manual Installation\n\nIf you prefer to install KeyVis manually, follow these steps:\n\nStep 1: Clone the Repository\n\n```sh\ngit clone https://github.com/d7omdev/keyvis\ncd keyvis\n```\n\nStep 2: Make the Installation Script Executable\n\nBefore running the installation script, ensure it is executable:\n\n```\nchmod +x install.sh\n```\n\n\nStep 3: Run the Installation script\n\n```sh\n./install.sh\n```\n\nThis script will:\n\n- Create necessary directories.\n- Build the application.\n- Copy the compiled JavaScript file to the appropriate location.\n- Create an executable script for running KeyVis.\n\n## Usage\n\nRunning KeyVis\n\nYou can run KeyVis using the following command:\n```sh\nkeyvis\n```\n\nKilling KeyVis\n\nTo kill an existing instance of KeyVis, you can use:\n\n```sh\nkeyvis --kill # or -k\n```\n\nThis command will find and terminate any running instance of KeyVis.\n\nCommand-Line Options\n\nUse --help to display the available command-line options:\n\n```sh\nkeyvis --help\n```\n\n## Uninstallation\n\nTo uninstall KeyVis, run the uninstall script\n\n```sh\n./uninstall.sh\n```\n\n\n## Contributions\n\nContributions and feedback are welcome! If you encounter any issues or have suggestions for improvements, please [submit an issue](https://github.com/d7omdev/keyvis/issues) or create a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd7omdev%2Fkeyvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd7omdev%2Fkeyvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd7omdev%2Fkeyvis/lists"}