{"id":15932881,"url":"https://github.com/m-paternostro/shelltools","last_synced_at":"2026-04-20T10:33:24.221Z","repository":{"id":44937240,"uuid":"448674451","full_name":"m-paternostro/shelltools","owner":"m-paternostro","description":"A collection of shell tools I've created for fun and productivity.","archived":false,"fork":false,"pushed_at":"2022-01-17T17:14:33.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T03:07:43.032Z","etag":null,"topics":["docker","fzf","fzf-scripts","podman","shell","shell-script","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/m-paternostro.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":"2022-01-16T21:13:01.000Z","updated_at":"2025-09-27T12:51:06.000Z","dependencies_parsed_at":"2022-07-20T09:33:49.372Z","dependency_job_id":null,"html_url":"https://github.com/m-paternostro/shelltools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-paternostro/shelltools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-paternostro%2Fshelltools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-paternostro%2Fshelltools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-paternostro%2Fshelltools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-paternostro%2Fshelltools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-paternostro","download_url":"https://codeload.github.com/m-paternostro/shelltools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-paternostro%2Fshelltools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["docker","fzf","fzf-scripts","podman","shell","shell-script","zsh"],"created_at":"2024-10-07T02:04:11.525Z","updated_at":"2026-04-20T10:33:24.204Z","avatar_url":"https://github.com/m-paternostro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Tools\n\nA collection of shell tools I've created for fun and productivity.\n\n## fzfcontainer\n\n* Manages containers, images, networks, and volumes using FZF.\n* Requirements:\n  * [Z Shell](https://en.wikipedia.org/wiki/Z_shell)\n  * [Docker](https://www.docker.com/) or [Podman](https://podman.io/)\n  * [FZF](https://github.com/junegunn/fzf)\n  * [Bat](https://github.com/sharkdp/bat)\n* Tested Environments:\n  * Mac (Big Sur and Monterey)\n  * [Arch Linux](https://archlinux.org)\n\n* Instructions:\n  * Copy the contents of the [fzfcontainer directory](./fzfcontainer) into a directory.\n    * See [path.sh](#pathsh) if you intend to use all shell tools.\n  * Use it ;-)\n\n    ```bash\n    # Manages containers.\n    ./fzfcontainer\n\n    # Manages images.\n    ./fzfcontainer i\n\n    # Manages networks.\n    ./fzfcontainer n\n\n    # Manages volumes.\n    ./fzfcontainer v\n    ```\n\n## path.sh\n\n* Adds the shell tools to the path.\n* Tested Environments:\n  * Mac (Big Sur and Monterey)\n  * [Arch Linux](https://archlinux.org)\n* Instructions:\n  * Direct invocation to change the path of the current shell.\n\n    ```bash\n    # Clones the repository.\n    git clone https://github.com/m-paternostro/shelltools.git\n\n    # Adds the shell tools to the path.\n    source shelltools/path.sh\n    ```\n\n  * Adding it to `~/.zshrc`\n    * This is how I am using the script.\n    * It assumes the repository was cloned into `~/bin`.\n\n    ```bash\n    # Adds the shell tools to the path.\n    [[ -d ~/bin/shelltools ]] \u0026\u0026 source ~/bin/shelltools/path.sh\n    ```\n\n## License\n\nEverything we produced here is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-paternostro%2Fshelltools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-paternostro%2Fshelltools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-paternostro%2Fshelltools/lists"}