{"id":17383604,"url":"https://github.com/th92rodr/gosh","last_synced_at":"2026-05-04T06:31:14.671Z","repository":{"id":119267956,"uuid":"317532285","full_name":"th92rodr/gosh","owner":"th92rodr","description":"UNIX Shell","archived":false,"fork":false,"pushed_at":"2021-02-18T18:39:18.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-03-06T21:41:56.415Z","etag":null,"topics":["shell","unix"],"latest_commit_sha":null,"homepage":"","language":"Go","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/th92rodr.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":"2020-12-01T12:21:17.000Z","updated_at":"2024-06-19T11:13:27.752Z","dependencies_parsed_at":null,"dependency_job_id":"409b1b57-2de4-4f9d-82ca-73210b84ce62","html_url":"https://github.com/th92rodr/gosh","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/th92rodr%2Fgosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/th92rodr%2Fgosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/th92rodr%2Fgosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/th92rodr%2Fgosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/th92rodr","download_url":"https://codeload.github.com/th92rodr/gosh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924517,"owners_count":20694730,"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":["shell","unix"],"created_at":"2024-10-16T07:43:13.301Z","updated_at":"2026-05-04T06:31:14.645Z","avatar_url":"https://github.com/th92rodr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GOSH\n\nThe following line operators are supported:\n\n| Operator | Action                                                                           |\n| -------- | -------------------------------------------------------------------------------- |\n| \u0026\u0026       | AND Operator (executes the following command if the previous one was successful) |\n| \\|\\|     | OR Operator (executes the following command if the previous one failed)          |\n| ;        | Semicolon Operator (always executes the following command)                       |\n| \u0026        | Execute command in background                                                    |\n| $?       | Get last process' exit code                                                      |\n\n--\n\nThe following line editing commands are supported:\n\n| Keystroke             | Action                                              |\n| --------------------- | --------------------------------------------------- |\n| Ctrl-A, Home          | Move cursor to beginning of line                    |\n| Ctrl-E, End           | Move cursor to end of line                          |\n| Ctrl-B, Left          | Move cursor one character left                      |\n| Ctrl-F, Right         | Move cursor one character right                     |\n| Ctrl-Left, Alt-B      | Move cursor to previous word                        |\n| Ctrl-Right, Alt-F     | Move cursor to following word                       |\n| Ctrl-T                | Transpose previous character with current character |\n| Delete                | Delete current character                            |\n| Alt-D                 | Delete next word                                    |\n| Ctrl-W, Alt-BackSpace | Delete current word                                 |\n| Ctrl-U                | Delete from start of line to cursor                 |\n| Ctrl-K                | Delete from cursor to end of line                   |\n| Ctrl-H, BackSpace     | Delete character before cursor                      |\n| Ctrl-L                | Clear screen                                        |\n| Ctrl-D                | End of File - if line is empty quits application    |\n| Ctrl-C                | Reset input (create new empty prompt)               |\n| Ctrl-P, Up            | Previous command from history                       |\n| Ctrl-N, Down          | Next command from history                           |\n| Ctrl-R                | Reverse search in history                           |\n| Tab                   | Word completion                                     |\n| Winch Signal          | Window change                                       |\n\n--\n\nAdditional commands also supported:\n\n| Command                | Action                                          |\n| ---------------------- | ----------------------------------------------- |\n| cd                     | Go to system root directory                     |\n| cd \\\u003cpath\\\u003e            | Go to required directory                        |\n| cd -                   | Go to last registered directory                 |\n| echo $\\\u003cenv variable\\\u003e | Print environment variable value                |\n| fg                     | Bring the last background process to foreground |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth92rodr%2Fgosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fth92rodr%2Fgosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fth92rodr%2Fgosh/lists"}