{"id":25065804,"url":"https://github.com/dubniczky/shell-utilities","last_synced_at":"2026-04-05T21:05:37.790Z","repository":{"id":62387978,"uuid":"529372705","full_name":"dubniczky/Shell-Utilities","owner":"dubniczky","description":"Collection of shell utilities for bash and zsh terminals to automate tedious tasks","archived":false,"fork":false,"pushed_at":"2023-02-18T12:06:57.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T19:49:11.174Z","etag":null,"topics":["automation","bash","linux","macos","script","utility"],"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/dubniczky.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}},"created_at":"2022-08-26T18:53:18.000Z","updated_at":"2023-08-27T10:26:27.000Z","dependencies_parsed_at":"2025-02-06T19:45:11.722Z","dependency_job_id":"96287f2f-4614-4c40-ab0c-33b3254ec5bd","html_url":"https://github.com/dubniczky/Shell-Utilities","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FShell-Utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FShell-Utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FShell-Utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FShell-Utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubniczky","download_url":"https://codeload.github.com/dubniczky/Shell-Utilities/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473351,"owners_count":20783257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automation","bash","linux","macos","script","utility"],"created_at":"2025-02-06T19:45:06.236Z","updated_at":"2025-12-30T22:47:01.971Z","avatar_url":"https://github.com/dubniczky.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Utilities\n\nCollection of utility shell scripts to automate often-used command combinations.\n\n## Details\n\nThe basic Linux environment comes with a wide arsenal of utility applications and commands to use. They are usually made for a specific task with a lot of options. This makes them versatile, but sometimes uncomfortable to use repeatedly if you are looking for a simple interface.\n\nThis project expands on the built-in functionalities of these modern Linux (and mac) systems to provide a bit more complex functionalities in a simple format.\n\n### Considerations\n\n- **Independent**: scripts must be compatible with modern Linux and Mac systems with the use of `bash`,\n- **Standalone**: scripts can run without any others in this library,\n- **Autonomous**: scripts must be non-interactable, meaning the only settings are passed with the use parameters and don't require any stdin,\n- **Concise**: scripts must produce minimal output text, if the command is only successful or unsuccessful, it must be communicated with an error code,\n- **Focused**: scripts must be focused on a single purpose instead of being highly customizable\n\n## Install\n\nInstall the scripts with this one-liner command.\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/dubniczky/Shell-Utilities/main/setup.sh | sh -\n```\n\nOr manually\n\n1. Clone repository\n\n```bash\ngit clone https://github.com/dubniczky/Shell-Utilities\n```\n\n2. Move to repository\n\n```\ncd Shell-Utilities\n```\n\n3. Run the installer\n\n```\nmake install\nor\nchmod +x install.sh \u0026\u0026 ./install.sh\n```\n\n## Commands\n\n|Command|Script|Tags|Description|\n|---|---|---|---|\n|`embark`|[source](./scripts/embark.sh)|`docker`|Build the local Dockerfile and quick run it with customizable parameters|\n|`gitid`|[source](./scripts/gitid.sh)|`git`|Change the commit identity of the current git repository|\n|`mop`|[source](./scripts/mop.sh)|`files`|Clean up common temporary files and folders in the current directory|\n|`origin`|[source](./scripts/origin.sh)|`git`|Quick download a git repository to a local projects folder by name|\n|`packup`|[source](./scripts/packup.sh)|`package`|Update various packages and applications from multiple sources|\n|`pubs`|[source](./scripts/pubs.sh)|`ssh`|An utility that prints the public ssh key of the current user or the specified user|\n|`pull`|[source](./scripts/pull.sh)|`git`|Search for each git repository in current folder and pull the changes and tags|\n|`push`|[source](./scripts/push.sh)|`git`|Search for each git repository in current folder and push the commits and tags|\n|`bash16`|[source](./scripts/bash16.sh)|`random`|Generate cryptographically secure random base16 strings|\n|`bash64`|[source](./scripts/bash64.sh)|`random`|Generate cryptographically secure random base64 strings|\n|`sail`|[source](./scripts/sail.sh)|`docker`|Manage docker daemon|\n|`shtart`|[source](./scripts/shtart.sh)|`bash`|List bash startup scripts|\n|`sink`|[source](./scripts/sink.sh)|`docker`|Kill all currently running docker containers|\n|`snek`|[source](./scripts/snek.sh)|`python`|Activate given python version as the python command|\n|`venv`|[source](./scripts/venv.sh)|`python`|Initialize a python virtual environment and install packages|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fshell-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubniczky%2Fshell-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fshell-utilities/lists"}