{"id":23057890,"url":"https://github.com/samwhelp/note-about-menu-applet","last_synced_at":"2025-04-03T06:15:38.699Z","repository":{"id":151008412,"uuid":"621098693","full_name":"samwhelp/note-about-menu-applet","owner":"samwhelp","description":"note-about-menu-applet","archived":false,"fork":false,"pushed_at":"2024-07-30T09:12:10.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-02-08T20:11:24.873Z","etag":null,"topics":["applet","dmenu","fzf","jgmenu","menu","menu-applet","rofi"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/note-about-menu-applet/","language":"Shell","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/samwhelp.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":"2023-03-30T01:44:54.000Z","updated_at":"2024-07-30T09:12:13.000Z","dependencies_parsed_at":"2024-02-10T06:24:32.210Z","dependency_job_id":"8747af4a-8069-4020-9a03-ebaf7324e5a2","html_url":"https://github.com/samwhelp/note-about-menu-applet","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/samwhelp%2Fnote-about-menu-applet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fnote-about-menu-applet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fnote-about-menu-applet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fnote-about-menu-applet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/note-about-menu-applet/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944384,"owners_count":20858772,"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":["applet","dmenu","fzf","jgmenu","menu","menu-applet","rofi"],"created_at":"2024-12-16T02:13:58.983Z","updated_at":"2025-04-03T06:15:38.671Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# 首頁\n\n| Link | GitHub |\n| ---- | ------ |\n| [Menu Applet 開發筆記](https://samwhelp.github.io/note-about-menu-applet/) | [GitHub](https://github.com/samwhelp/note-about-menu-applet) |\n\n\n\n\n## 主題\n\n* [相關討論](#相關討論)\n* [如何快速上手](#如何快速上手)\n* [模組化](#模組化)\n* [應用範例](#應用範例)\n* [相關筆記](#相關筆記)\n\n\n\n\n## 相關討論\n\n* [如何開發「Menu Applet」](https://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=364454#forumpost364454)\n\n\n\n\n## 如何快速上手\n\n| 如何快速上手 |\n| --- |\n| [Menu Content](https://samwhelp.github.io/note-about-menu-applet/read/start/menu-content.html) |\n| [Create Menu](https://samwhelp.github.io/note-about-menu-applet/read/start/create-menu.html) |\n| [Selected](https://samwhelp.github.io/note-about-menu-applet/read/start/selected.html)\n\n\n\n\n## 模組化\n\n| 模組化 |\n| --- |\n| [fzf](https://samwhelp.github.io/note-about-menu-applet/read/start/modularize/fzf.html) |\n| [dmenu](https://samwhelp.github.io/note-about-menu-applet/read/start/modularize/dmenu.html) |\n| [rofi](https://samwhelp.github.io/note-about-menu-applet/read/start/modularize/rofi.html) |\n| [jgmenu](https://samwhelp.github.io/note-about-menu-applet/read/start/modularize/jgmenu.html) |\n\n\n\n\n## 應用範例\n\n| Demo | Project |\n| --- | --- |\n| [demo-source](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-source.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-source) |\n| [demo-style-select](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-style-select.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-style-select) |\n| [demo-wallpaper-select](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-wallpaper-select.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-wallpaper-select) |\n| [demo-template-select](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-template-select.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-template-select) |\n| [demo-media-player](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-media-player.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-media-player) |\n| [demo-im-select](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-im-select.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-im-select) |\n| [demo-tint2-launcher](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-tint2-launcher.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-tint2-launcher) |\n| [demo-preferred-terminal](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-preferred-terminal.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-preferred-terminal) |\n| [demo-mouse-button-modifier](https://samwhelp.github.io/note-about-menu-applet/read/demo/demo-mouse-button-modifier.html) | [project](https://github.com/samwhelp/note-about-menu-applet/tree/gh-pages/_demo/prototype/menu-applet/demo-application/demo-mouse-button-modifier) |\n\n\n\n\n## 相關筆記\n\n| Link | GitHub |\n| ---- | ------ |\n| [Fzf 探索筆記](https://samwhelp.github.io/note-about-fzf/) | [GitHub](https://github.com/samwhelp/note-about-fzf) |\n| [Rofi 探索筆記](https://samwhelp.github.io/note-about-rofi/) | [GitHub](https://github.com/samwhelp/note-about-rofi) |\n\n\n\n\n## Samwhelp\n\n* [個人筆記](https://samwhelp.github.io/book/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fnote-about-menu-applet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Fnote-about-menu-applet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fnote-about-menu-applet/lists"}