{"id":13782907,"url":"https://github.com/luqmaan/ghettocli","last_synced_at":"2026-01-18T10:36:24.435Z","repository":{"id":69930306,"uuid":"11002785","full_name":"luqmaan/ghettocli","owner":"luqmaan","description":"A ghetto command line interpreter.","archived":false,"fork":false,"pushed_at":"2013-07-21T03:42:09.000Z","size":432,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-11T16:41:14.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/luqmaan.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}},"created_at":"2013-06-27T17:02:22.000Z","updated_at":"2014-04-23T20:04:56.000Z","dependencies_parsed_at":"2023-02-26T01:45:53.652Z","dependency_job_id":null,"html_url":"https://github.com/luqmaan/ghettocli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luqmaan/ghettocli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luqmaan%2Fghettocli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luqmaan%2Fghettocli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luqmaan%2Fghettocli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luqmaan%2Fghettocli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luqmaan","download_url":"https://codeload.github.com/luqmaan/ghettocli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luqmaan%2Fghettocli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-03T18:01:47.741Z","updated_at":"2026-01-18T10:36:24.415Z","avatar_url":"https://github.com/luqmaan.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"![](https://raw.github.com/createch/ghettocli/master/gcli.png)\n\nghettocli\n=========\n\nA ghetto command line interpreter.\n\n\nUsage\n--\n\nTo compile, simply run `make`. Then execute gcli (or myshell, if you insist).\n\nUsage: `./gcli [-v] [-f batchfile]`\n\nInteractive mode: `./gcli`\n\nExecute a batch file: `./gcli batchfile.sh`\n\n\nCommands\n--\n\nThe following commands can be used in both batch and interactive modes.\n\nProvided commands:\n\n- `ls/dir [arg]` - print files in the current directory. If arg is provided, prints the files there.\n- `pwd` - print the path of the current directory.\n- `cd [arg]` - change the current directory.\n- `echo [arg]` - output the current text\n- `children` - output the number of child processes being executed by the shell\n\n    Spawn a child process: `sleep 300 \u0026`\n    Spawn another child process: `sleep 150 \u0026`\n    Display the children: `children` Children: 13839 13840 0 0 0\n\n- `pause` - pause the shell in addition to any child processes\n- `clear/clr` - clear the display\n- `help` - displays this file\n- `quit` - exits the shell and kills all child processes.\n\nUnmatched commands:\n\n- `[cmd]` - Accepts executable files by absolute path or will search through the PATH environment variable. Default execution is foreground.\n- `[cmd] \u0026` - execute a command in the background.\n\n\nTermination\n--\n\nTo terminate the shell and child processes.\n\n- Input `quit`.\n- Use `Ctl-D` to send the process SIGQUIT. Do not use `Ctl-C`. We chose to ignore `Ctl-C` in order to prevent improper termination when launching another shell within ghettocli, e.g. python.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluqmaan%2Fghettocli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluqmaan%2Fghettocli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluqmaan%2Fghettocli/lists"}