{"id":31628180,"url":"https://github.com/rishan22/revolver","last_synced_at":"2026-04-19T15:02:36.269Z","repository":{"id":317730876,"uuid":"1068609286","full_name":"Rishan22/revolver","owner":"Rishan22","description":"Revolver is a terminal tool. Run scripts with gamified commands, bullet in script and shell casing .","archived":false,"fork":false,"pushed_at":"2025-10-02T16:55:17.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T12:21:23.622Z","etag":null,"topics":["shell","shell-script","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rishan22.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T16:31:45.000Z","updated_at":"2025-10-02T17:07:06.000Z","dependencies_parsed_at":"2025-10-02T18:33:08.504Z","dependency_job_id":null,"html_url":"https://github.com/Rishan22/revolver","commit_stats":null,"previous_names":["rishan22/revolver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rishan22/revolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishan22%2Frevolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishan22%2Frevolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishan22%2Frevolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishan22%2Frevolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rishan22","download_url":"https://codeload.github.com/Rishan22/revolver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishan22%2Frevolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["shell","shell-script","terminal"],"created_at":"2025-10-06T20:19:27.465Z","updated_at":"2026-04-19T15:02:36.264Z","avatar_url":"https://github.com/Rishan22.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# REVOLVER\n```\n╔════════════════════════════╗  \n║  R E V O L V E R           \n║  shell script tool     \n╚════════════════════════════╝  \n▄▄ ▄▄▄▄ ▄▄▄▄▄▄▄▄\n████▄▄▄▄████ \n▀▀ ▀▀ \n```\n**Revolver** turns your shell into a six-shooter.  \nScripts are bullets. The barrel is your HUD.  \nPull the trigger, hear a *[BANG]*, or just a lonely *[CLIK]*.  \n\n---\n\n## ⚡ Why?\n\n- Stop typing `chmod +x \u0026\u0026 ./script.sh`.  \n- Load scripts like ammo, cycle chambers, and fire.  \n- Errors are *[DUD]*. Missing files are *[CLIK]*.  \n- Supports macros (“catchphrases”) for quick-draw routines.  \n\n---\n\n## 🔧 Install\n\n```bash\ngit clone https://github.com/\u003cyour-handle\u003e/revolver\ncd revolver\n./install.sh\n````\n\nNow type `revolver help` to see the commands.\n\n---\n\n## Commands\n\n```\nload \u003cfile\u003e       put a script into the barrel\nbarrel            show HUD\nfire              pull trigger on current chamber\nshoot \u003cfile\u003e      run ./file in cwd (or [CLIK] if missing)\nburst             fire through all chambers in sequence\nspin              randomise pointer (roulette)\nchamber \u003cn\u003e       rotate cylinder to chamber n\nreload            eject all bullets\nclick             create click.sh (empty trigger)\nset-phrase \u003cp\u003e \u003ccmds\u003e   save macro catchphrase\ntrigger \u003cp\u003e       execute saved macro\n```\n\n---\n\n## HUD\n\n```\n╔═ REVOLVER ═══════════════════════╗\n [ ● ● ○ ○ ○ ○ ]  slot:2/6\n      ^ pointer\n╚═════════════════════════════════╝\n```\n\n- **●** = loaded script\n    \n- **○** = empty chamber\n    \n- **^** = current pointer\n    \n\n---\n\n## Recoil\n\n- `[BANG]` — script executed cleanly\n    \n- `[DUD]` — script errored (non-zero exit)\n    \n- `[CLIK]` — empty trigger\n    \n\n---\n\n## Playbook\n\n- **Quick-draw**\n    \n    ```bash\n    revolver shoot test.sh\n    ```\n    \n- **Russian roulette**\n    \n    ```bash\n    revolver spin\n    revolver fire\n    ```\n    \n- **Fan the hammer**\n    \n    ```bash\n    revolver burst\n    ```\n    \n- **Catchphrases**\n    \n    ```bash\n    revolver set-phrase duel \"load build.sh; load test.sh; burst\"\n    revolver trigger duel\n    ```\n    \n\n---\n\n## Licence\n\nThis project is released under **The Unlicense**.\n\n```\nThis is free and unencumbered software released into the public domain.\nDo whatever you want, recklessly.\n...\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishan22%2Frevolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishan22%2Frevolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishan22%2Frevolver/lists"}