{"id":18123265,"url":"https://github.com/puutaro/cmdclick","last_synced_at":"2025-10-11T15:40:06.097Z","repository":{"id":62644824,"uuid":"561109237","full_name":"puutaro/cmdclick","owner":"puutaro","description":"Shellscript plarform (your shellscript turn to gui application, very easily and fastly )","archived":false,"fork":false,"pushed_at":"2025-03-26T06:18:25.000Z","size":713,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T07:25:42.155Z","etag":null,"topics":["cmdclick","commandclick","debian","fzf","gui","shellscript","ubuntu","windows10","wsl2","yad"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puutaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-03T00:58:37.000Z","updated_at":"2025-03-26T06:18:29.000Z","dependencies_parsed_at":"2024-06-19T20:56:41.295Z","dependency_job_id":"c1f143d9-9c41-45aa-81ce-c358ce331b14","html_url":"https://github.com/puutaro/cmdclick","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/puutaro%2Fcmdclick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2Fcmdclick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2Fcmdclick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puutaro%2Fcmdclick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puutaro","download_url":"https://codeload.github.com/puutaro/cmdclick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975316,"owners_count":21192208,"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":["cmdclick","commandclick","debian","fzf","gui","shellscript","ubuntu","windows10","wsl2","yad"],"created_at":"2024-11-01T07:08:51.243Z","updated_at":"2025-10-11T15:40:01.061Z","avatar_url":"https://github.com/puutaro.png","language":"Shell","readme":"![cmdclick_image](https://user-images.githubusercontent.com/55217593/199425521-3f088fcc-93b0-4a84-a9fd-c75418f40654.png)  \n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)]((https://opensource.org/licenses/MIT))\n# Command Click\nShellscript gui platform made with 100% shell script (fzf, yad, etc)\n\n![範囲を選択_032](https://user-images.githubusercontent.com/55217593/199426265-5e62eea3-5a19-4129-9e66-c7f898328f20.png)\n\nIt's a shellscript manager app from gui that have execution, edit, delete, and create as feature.\n\nPros\n----\n- Easily turn shellscript into a GUI application.\n- Versatile usage for Terminal, Crome, OS setting, etc.\n- Ritch key bind.\n- List shellscript.\n\nTable of Contents\n-----------------\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Installation](#installation)\n  * [For windows 10](#for-windows-10)\n  * [For Ubuntu or Debian](#for-ubuntu-or-debian)\n  * [For other Linux](#for-other-linux)\n* [Upgrading](#upgrading)\n  * [Upgrading for windows 10](#upgrading-for-windows10)\n  * [Upgrading for Ubuntu or Debian](#upgrading-for-ubuntu-or-debian)\n* [Demo](#demo)\n* [Usage](#usage)\n  * [Launch](#launch)\n  * [Add](#add)\n  * [Run](#run)\n  * [Edit](#edit)\n  \t* [by gui](#by-gui)\n  \t* [by editor](#by-editor)\n  \t* [description by gui](#description-by-gui)\n  * [Exit](#exit)\n  * [Move](#move)\n  * [Install](#install)\n  * [Setting](#setting)\n  * [Delete](#delete)\n  * [App directory manager](#app-directory-manager)\n      * [Launch](#launch)\n      * [Add](#add)\n      * [Change directory](#change-directory)\n      * [Edit](#edit)\n      * [Exit](#exit)\n      * [Delete](#delete)\n  * [Shell to Gui](#shell-to-gui)\n  * [Shortcut table](#shortcut-table)\n  * [Trouble Shouting](#trouble-shouting)\n  \t * [Not Startup](#not-startup)\n  * [Android version](#android-version)\n\n\nInstallation\n-----\n### For windows 10\n1. Downlaod [installer.bat](https://drive.google.com/file/d/1XqA2EhTeLQnFtFSh87D1oWIh96Hna1w_/view?usp=share_link) from google drive\n2. Double click installer.bat\n\n  \t- Support Ubuntu20.04+\n\t- for windows 11, disable wayland, but it's unconfirmed operation\n\n### For Ubuntu or Debian\n\n- Only X11 support (wayland not support)\n- Support Ubuntu20.04+\n\n```\ngit clone https://github.com/kitamura-take/cmdclick.git ~/.cmdclick\ncd ~/.cmdclick/linux/install\nbash installer.sh\n```\n\n### For other Linux\n\n\n- Only X11 support (wayland not support)\n- It's unconfirmed operation\n\n```\ngit clone https://github.com/kitamura-take/cmdclick.git ~/.cmdclick\ncd ~/.cmdclick/linux/install\nvi installer.sh\n# please replace apt with your package system cmd, which is yum\nbash installer.sh\n```\n\n\nUpgrading.\n-----\n### Upgrading for windows10\n1. delete $HOME/cmdclick directory\n2. same as installation.\n\n\n### Upgrading for Ubuntu or Debian\n1. delete $HOME/.cmdclick directory\n2. same as installation.\n\n\nDemo\n-----\n![show_cmdclick_from_execute_to_always_edit_execute](https://user-images.githubusercontent.com/55217593/201512545-d2134cd4-8490-41ce-b004-84b5a99ac4fe.gif)\n\ndemo flow\n1. add -\u003e run -\u003e edit by gui -\u003e run -\u003e edit by editor -\u003e run\n2. edit by gui -\u003e set `editExecute`(`ONCE`) -\u003e run -\u003e `setVariableType`(`CB`) -\u003e run\n3. edit by gui -\u003e set `editExecute`(`ALWAYS`) -\u003e run -\u003e `setVariableType`(`NUM`) -\u003e run\n4. Install shellscript -\u003e run -\u003e add -\u003e run\n5. edit by gui -\u003e set `editExecute`(`ALWAYS`) -\u003e run \n6. edit by gui -\u003e set `TerminalDo`(`OFF`) -\u003e run \n\nUsage\n-----\nCommandClick will launch shellscript platform, read shellscript from $HOME/cmdclick/default or etc.\n\n### Launch\n\n##### for windows\nFirst, type windows key and \"cmdclick\", then click `cmdclick` icon   \nOr key down ctrl+alt+c as shrotcut key. (if your shortcut key is this, change by right click at cmdclick_shortcut.link in desktop)\n\n##### for Linux\nType `cmdclick` for search in menu.\n(It's easier to make a keybind)\n\n### Add\n\nAdd file to command click\n\n1. Type alt+a, that way, open source file.\n2. Write the file name you want to set at shellFileName between `SETTING_SECTION_START` and `SETTING_SECTION_END.\n    - Set the various settingVriables below as necessary\n\n    | settingVariable| set value | description  |\n    | --------- | --------- | ------------ |\n    | `terminalDo` | `ON`/`OFF` | whether to run in terminal   |\n    | `openWhere`  | `CW`/`NT` | when runing in terminal, whether to run current tab  or new tab  |\n    | `terminalFocus` | `ON`/`OFF`  | whether to forcus to terminal    |\n    | `editExecute`  | `N`/`C`/`E` | before running shellscript, you can edit settingVriable(NO: no, ONCE: one time edit ALWAYS:always edit)          |\n    | `setVariableType` | string  | when edit, whether to set variable type to commandVariable. You also have multiple specifing this. In detail, follow bellow. |\n    | `afterCommand` | command | before run shellscript, run command |\n    | `afterCommand` | command | before run shellscript, run command |\n    | `ExecBeforeCtrlCmd` | command | before run shellscript, run cmdclik crtl command (prefix NO: only apply when editExecute is NO, prefix `ONCE`: only apply when editExecute is `ONCE`, prefix `ALWAYS`: only apply when editExecute is ALWAYS. no prefix is apply to all editExecute value), prefix `#`: escape ctrl cmd execute|\n    | `execAfterCtrlCmd` | command | after run shellscript, run command, detail above same |\n    | `shellFileName`  | string | shellscript file name  |\n    | `appIconPath`  | string | icon file path for `Shell2Gui`  |\n3. Insert the variables you want to set in the gui between. `CMD_VARIABLE_SECTION_START` and `CMD_VARIABLE_SECTION_END.\n    - Set the various commandriables below as optional\n| settingVariable| set value | description  |\n    | --------- | --------- | ------------ |\n    | `shellArgs` | string | shellscript args.  You also have multiple specifing this. |\n\n4. after `Please write bellow with shell script`, write shellscript.\n5. come back Command Click screen, and if it correct, type ctrl+enter if not, esc.\n\n  - setVariableType option\n    | option| description | example  |\n    | --------- | --------- | ------------ |\n    | `CB` | checkbox | {variablebName}:CB=value1!value2!|..   |\n    | `CB` | editable checkbox | {variablebName}:CBE=value1!value2!|..   |\n    | `H` | hidden input | {variablebName}:H={password ..etc}   |\n    | `NUM` | increment or decrement number | {variablebName}:NUM={init_value}!{min}..{max}!{step}(!{number of decimal places}) |\n    | `FL` | file select button | {variablebName}:FL={default file path}   |\n    | `SFL`  | create file button | {variablebName}:SFL={default file path}  |\n    | `DIR`  | directory select button | {variablebName}:SFL={default directory path}  |\n    | `CDIR`  | create directory button | {variablebName}:CDIR={default file path}  |\n    | `DT`  | create file button | {variablebName}:SFL={default file path}  |\n    | `SCL`  | scale | {variablebName}:SCL={default number}  |\n    | `CLR` | select color  | {variablebName}:SCL={default value}    |\n    | `LBL` | text label  | {variablebName}:LBL={label text}    |\n    | `BTN` | botton  | {variablebName}:BTN={command}    |\n    | `FBTN` | botton  | {variablebName}:BTN={command}    |\n\n### Run\nRun shellscript\n\n1. Cursor move to script file name you wonts run by mouse or up or down\n2. Enter or double click this.\n\t* When inputExecute is C or E, before runninig, you will edit the script.\n\n### Edit\n\nCmdclick can edit shellscript by gui or editor\n\n#### by gui\n1. Move cursor to script file name you wonts edit by up or down.\n2. Type Alt+e or run shellscript when inputExecute in seting secttion is C.\n3. Soon cmdclick open the edit's gui, then set each variable you wont to change.\n4. When you wont to set the setting variable, type alt+e.\n\t(when not setting cmd variable, cmdclck automaticaly display setting variable's edit screen)\n4. When finishing editing, type ctrl+enter.\n5. Soon apear confirm screen, if it correct, type ctrl+enter if not, esc.\n\n\n#### by editor\n1. Move cursor to script file name you wonts edit by up or down.\n2. Yype Alt+w or run shellscript when inputExecute in seting secttion is E.\n3. Soon editor open the target script , then edit.\n4. Come back cmdclick gui screen, and, type ctrl+enter.\n\n\n#### description by gui\n1. Move cursor to script file name you wonts edit by up or down.\n2. Type Alt+W.\n3. Soon cmdclick open description edit screen , then edit.\n4. When finishing editing, type ctrl+enter.\n5. Soon apear confirm screen, if it correct, type ctrl+enter if not, esc.\n\n### Delete\ndelete shellscript file\n\n1. Move cursor to script file name you wonts edit by up or down.\n2. Type Alt+d.\n3. Soon cmdclick open delete screen , if it correct, type ctrl+enter if not, esc.\n\n\n### Exit\nExit cmdclick\n\n1. Type esc.\n\t- Besides this, esc can exit all process (add, run, edit, delete)\n\n\n### Move\nMove shellscript file to other app directory\n\n1. Move cursor to script file name you wont to move by up or down.\n2. Type Alt+m.\n3. Soon cmdclick open app directory list.\n4. Move cursor to app direcotry path name you wont to move by up or down.\n \t(if selecting current app directory, target file is copied)\n5. Type enter.\n\n### Install\n\nInstall mean copy selected shellscript\n\n1. Type Alt+i.\n2. Soon cmdclick open file manager.\n3. Select file you wont to install.\n4. Soon cmdclick open app directory list.\n5. Move cursor to app direcotry path name you wont to insert by up or down.\n5. Type enter.\n\n\n### Setting\nchange setting in cmdclick\n\n1. Type Alt+C.\n2. Soon cmdclick open the setting gui, then set each column you wont to change.\n\n\t- bellow setting column detail\n\n\t    | settingVariable| set value | description  |\n        | --------- | --------- | ------------ |\n        | `pasteAfterEnter` | `ON`/`OFF` | after pasting cmd to terminal, whether to type enter   |\n        | `pasteTargetTerminalName`  | terminal name | past target terminal app name  |\n        | `openEditorCmd` | editor cmd  | editor command |\n        | `shiban`  | shell shiban | running shellscript's shiban |\n        | `runShell` | shell name  | run shell name |\n\t- `pasteTargetTerminalName`'s example  \n\twindows) `WindowsTerminal`, `ubuntu2004`, `ubuntu`(cmdclick installing one) etc.  \n\tubuntu) `xfce4-terminal`, `gnome-terminal` etc.\n3. When you wont to set the column, ctrl+enter.\n4. Soon apear confirm screen, if it correct, type ctrl+enter if not, esc.\n5. Restart cmdclick in order to reflect the settings\n\n\n### App directory manager\n\nCmdclick have app directory manager, which is Directory containing shellscript.\nApp directory manager is used in order to add, edit, and delete app directory.\n- When exitting app directory manager, type esc.\n\n\n#### Launch\n1. Type Alt+c.\n\n#### Add\n1. Type alt+a, that way, open gui to set app directory path.\n2. specify app directory path.\n3. If it correct, type ctrl+enter if not, esc.\n\n\n#### Change directory\n1. Move cursor to change direcotry script file name you wont to run by mouse or up or down.\n2. Enter or double click this.\n\n\n### Shell to Gui\n`Cmdclick` can convert shellscript to Gui app.\n\nc [your shellscript make from `Cmdclick`]\n  - c is shortcut for cmdclck\n\n\n### Shortcut Table\n\nCmdclick's essence is shortcut usage.\n\n| keybind| description | support `app directory manager` |\n| --------- | --------- | ------------ |\n| `alt`+`q` | add | o   |\n| `alt`+`e`  | edit | o  |\n| `alt`+`k`  | description edit | o  |\n| `alt`+`w`  | edit by editor | o  |\n| `alt`+`r`  | reload list | x  |\n| `alt`+`s`  | change app directory | x  |\n| `alt`+`a`  | conversely　change app directory | x  |\n| `alt`+`d`  | delete | o  |\n| `alt`+`c`  | launch app directory manager | x |\n| `alt`+`p`  | setting | x  |\n| `alt`+`v`  | copy highlited shellscript file path | x  |\n| `alt`+`m`  | move | o  |\n| `alt`+`i`  | install | o  |\n| `alt`+`g`  | descriptoin scroll up | o |\n| `alt`+`b`  | descriptoin scroll down | o |\n\n\n### Trouble Shouting\n#### Not startup\n\nKill like bellow command, because leftover cmdclick process is getting in the way  \n(When starting, cmdclick check current process, and  start with nothing)\n```\nc -k\n```\n\n### Android version\n\n-\u003e [CommandClick](https://github.com/puutaro/CommandClick)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuutaro%2Fcmdclick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuutaro%2Fcmdclick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuutaro%2Fcmdclick/lists"}