{"id":31541106,"url":"https://github.com/maledorak/dmenu-hotkeys","last_synced_at":"2025-10-04T10:55:36.269Z","repository":{"id":46084201,"uuid":"174610349","full_name":"maledorak/dmenu-hotkeys","owner":"maledorak","description":"View for your hotkeys in rofi/dmenu style","archived":false,"fork":false,"pushed_at":"2022-12-26T20:47:09.000Z","size":193,"stargazers_count":62,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T07:37:06.986Z","etag":null,"topics":["bspwm","dmenu","hotkeys","i3","openbox","python","rofi","tiling-window-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","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/maledorak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-08T21:12:37.000Z","updated_at":"2025-04-08T11:47:18.000Z","dependencies_parsed_at":"2023-01-31T01:31:03.295Z","dependency_job_id":null,"html_url":"https://github.com/maledorak/dmenu-hotkeys","commit_stats":null,"previous_names":["maledorak/dmenu_hotkeys"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/maledorak/dmenu-hotkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maledorak%2Fdmenu-hotkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maledorak%2Fdmenu-hotkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maledorak%2Fdmenu-hotkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maledorak%2Fdmenu-hotkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maledorak","download_url":"https://codeload.github.com/maledorak/dmenu-hotkeys/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maledorak%2Fdmenu-hotkeys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302565,"owners_count":25964520,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bspwm","dmenu","hotkeys","i3","openbox","python","rofi","tiling-window-manager"],"created_at":"2025-10-04T10:55:31.556Z","updated_at":"2025-10-04T10:55:36.261Z","avatar_url":"https://github.com/maledorak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"dmenu-hotkeys\n=============\n[![pypi](https://img.shields.io/pypi/v/dmenu_hotkeys.svg)](https://pypi.python.org/pypi/dmenu_hotkeys)\n[![travis](https://travis-ci.org/maledorak/dmenu-hotkeys.svg?branch=master)](https://travis-ci.org/maledorak/dmenu-hotkeys)\n[![codecov](https://codecov.io/gh/maledorak/dmenu-hotkeys/branch/master/graph/badge.svg)](https://codecov.io/gh/maledorak/dmenu-hotkeys)\n[![docs](https://readthedocs.org/projects/dmenu-hotkeys/badge/?version=latest)](https://dmenu-hotkeys.readthedocs.io/en/latest/?badge=latest)\n\nYour hotkeys for various apps in 'dmenu' style.\n\nFeatures\n--------\nThis app allows you to prepare cheat sheet of hotkeys from your apps in simple menu with search.\n\n![screenshot](docs/shot.png)\n\nSupported\n---------\n\n### Menus\n* [dmenu](https://tools.suckless.org/dmenu/)\n* [rofi](https://github.com/davatorium/rofi)\n\n### Apps\n* [bspwm](https://github.com/baskerville/bspwm)\n* [i3](https://i3wm.org/)\n* [openbox](http://openbox.org/wiki/Main_Page)\n\n\nRequirements\n------------\nThis app needs below apps as a GUI, so install one of these first.\n* dmenu\n* rofi\n\nInstall\n-------\n\n### From pip\nThis app works on Python 2.7, 3.4, 3.5, 3.6, 3.7, so the best choice is installation using pip\n\n```\npip install --user dmenu-hotkeys\n```\n\nthen you could run it by typing in console\n\n```\ndmenu_hotkeys\n```\n\n### From git repo\nClone repository\n```\ngit clone git@github.com:maledorak/dmenu-hotkeys.git .\n```\n\nand run script in bin dir like this\n```\n./dmenu-hotkeys/bin/dmenu_hotkeys\n```\n\n\n\nHow to use\n----------\n\n### Run menu with hotkeys\n1. Add the following comment line before hotkey line which you want to use in your app config file.\n\n    eg:\n\n    * bspwm: `# %%hotkey: Some description of the following hotkey %%`\n    * i3: `# %%hotkey: Some description of the following hotkey %%`\n    * openbox: `\u003c-- %%hotkey: Some description of the following hotkey %% --\u003e`\n    \n    Notice: For full configuration file examples check [test/fixtures](./tests/fixtures) directory\n\n2. Run the dmenu-hotkeys\n    ```\n    dmenu_hotkeys run --menu [dmenu|rofi] --app [bspwm|i3|openbox]\n    ```\n    \n3. Check help if you want to know more\n    ```\n    dmenu_hotkeys run --help\n    ```\n    \n### Override dmenu-hotkeys configuration file\nIf you want to change default configuration paths for apps (i3, openbox, etc) \nyou should override dmenu-hotkeys config file.\n\n```\ndmenu_hotkeys copy-config\n```\n\nThe default path for the overridden configuration file is\n```\n$HOME/.config/dmenu_hotkeys/config.cfg\n```\n\nYou could change it\n```\ndmenu_hotkeys copy-config --dest some/path/config.cfg\n```\n\n\nBut since then you always should run dmenu-hotkeys with this new path\n\n```\ndmenu_hotkeys run --menu [dmenu|rofi] --app [i3|openbox] --config-path some/path/config.cfg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaledorak%2Fdmenu-hotkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaledorak%2Fdmenu-hotkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaledorak%2Fdmenu-hotkeys/lists"}