{"id":16123539,"url":"https://github.com/jlchntoz/essh","last_synced_at":"2026-01-31T15:33:35.565Z","repository":{"id":44973220,"uuid":"228000514","full_name":"JLChnToZ/essh","owner":"JLChnToZ","description":"Yet another shell attempts to be written on and with JavaScript.","archived":false,"fork":false,"pushed_at":"2022-01-15T05:52:32.000Z","size":96,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T07:02:18.046Z","etag":null,"topics":["javascript","nodejs","shell","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/JLChnToZ.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}},"created_at":"2019-12-14T09:54:50.000Z","updated_at":"2019-12-15T17:48:30.000Z","dependencies_parsed_at":"2022-09-14T05:40:22.085Z","dependency_job_id":null,"html_url":"https://github.com/JLChnToZ/essh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JLChnToZ/essh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLChnToZ%2Fessh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLChnToZ%2Fessh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLChnToZ%2Fessh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLChnToZ%2Fessh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JLChnToZ","download_url":"https://codeload.github.com/JLChnToZ/essh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JLChnToZ%2Fessh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"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":["javascript","nodejs","shell","typescript"],"created_at":"2024-10-09T21:17:08.226Z","updated_at":"2026-01-31T15:33:35.549Z","avatar_url":"https://github.com/JLChnToZ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESSH (Temporary Name)\n\nAn attempt on writting a shell based on Node.js REPL.\n\nThis is just a prototype, but you may try out.\n\n## Usage\n\nEverything inside this shell is written in JavaScript.\nYou may extend/use it just like you are using javascript.\nBut there has some extensions built-in this shell:\n\nNavigating through files and getting its contents:\n```javascript\n// Print out the contents Something.txt at the parent directory.\nconsole.log(_['..']['Something.txt'][$data].toString('utf8'))\n```\n\nWriting contents into file:\n```javascript\n_.newfile[$data] = 'The text that overrites this file.'\n```\n\nExecuting an executable:\n```javascript\n// Launch cmd on Windows. (Does not work on *nix)\n_C.Windows.System32['cmd.exe']('/c', 'help') // This will return everything output (as buffers), you may use a variable to store it.\n```\n\nMoving a file:\n```javascript\n// Move a file inside Subdir to user's home driectory.\n_home.NewFile = _.SubDir.OldFile\n```\n\nDelete a file:\n```javascript\n// Delete Rubbish.tmp at *nix root directory. (_root does not work on windows)\ndelete _root['Rubbish.tmp']\n```\n\nChange current working directory:\n```javascript\n// Change current working directory to root.\n_ = _root;\n```\n\nWIP\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlchntoz%2Fessh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlchntoz%2Fessh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlchntoz%2Fessh/lists"}