{"id":25526135,"url":"https://github.com/ad4ndi/vsh","last_synced_at":"2026-03-02T08:02:30.199Z","repository":{"id":275003679,"uuid":"924766946","full_name":"Ad4ndi/vsh","owner":"Ad4ndi","description":"Shell in C for Unix-like systems","archived":false,"fork":false,"pushed_at":"2025-03-20T21:07:33.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T04:51:42.381Z","etag":null,"topics":["assembly","c","cli","shell"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ad4ndi.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,"zenodo":null}},"created_at":"2025-01-30T16:08:19.000Z","updated_at":"2025-04-10T18:56:38.000Z","dependencies_parsed_at":"2025-01-30T17:24:09.003Z","dependency_job_id":"c5c6220c-4bb4-4f9b-9449-473a5ed765ba","html_url":"https://github.com/Ad4ndi/vsh","commit_stats":null,"previous_names":["ad4ndi/vsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ad4ndi/vsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ad4ndi%2Fvsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ad4ndi%2Fvsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ad4ndi%2Fvsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ad4ndi%2Fvsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ad4ndi","download_url":"https://codeload.github.com/Ad4ndi/vsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ad4ndi%2Fvsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["assembly","c","cli","shell"],"created_at":"2025-02-19T21:16:45.348Z","updated_at":"2026-03-02T08:02:25.171Z","avatar_url":"https://github.com/Ad4ndi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VivaShell v2.2 Recoded\n\nVsh is a minimalist shell written in C. It supports basic command-line functionality, custom modules and unicode. There is no command history or auto-completion yet, but it will be soon...\n\n### Dependencies\n\n- clang\n- guile\n- nasm\n\n### Installation Steps\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/Ad4ndi/vsh\n   cd vsh\n   ```\n   \n2. **Run the installation script:**\n\n   ```bash\n   guile build.scm\n   ```\n\n### Configuration\n\nThe configuration file is located in **config.asm**, where you can configure only the prompt and the path to the binary files for now.\n\n### Custom modules\n\nCustom modules are located in the **\"lib\"** directory. To create your own, you can follow the example of the ready-made **\"hello.c\"** module\n\nTo compile ours together with our module, you need to add the **\"-l\"** option, and then specify the directory to your .c file:\n\n   ```bash\n   guile build.scm -l lib/hello.c\n   ```\n\nYou can call module using **\"call\"** command in the shell:\n\n   ```bash\n   call hello Ad4ndi\n   ```\n\n### Screenshots\n\n![image](https://github.com/user-attachments/assets/866589b9-de36-4a98-b9d3-6aba428551b4)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad4ndi%2Fvsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad4ndi%2Fvsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad4ndi%2Fvsh/lists"}