{"id":16780505,"url":"https://github.com/papanito/shell-helper-library","last_synced_at":"2026-02-10T08:31:07.606Z","repository":{"id":59307868,"uuid":"536418443","full_name":"papanito/shell-helper-library","owner":"papanito","description":"[MIRROR] A library with useful helper functions to improve your day-to-day work on your shell","archived":false,"fork":false,"pushed_at":"2024-09-05T16:57:28.000Z","size":127,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T09:12:01.013Z","etag":null,"topics":["shell","zsh"],"latest_commit_sha":null,"homepage":"https://gitlab.com/papanito/shell-helper-library","language":"Shell","has_issues":false,"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/papanito.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":"security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-14T04:53:53.000Z","updated_at":"2024-09-05T16:57:33.000Z","dependencies_parsed_at":"2025-07-14T09:08:04.112Z","dependency_job_id":null,"html_url":"https://github.com/papanito/shell-helper-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/papanito/shell-helper-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/papanito%2Fshell-helper-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/papanito%2Fshell-helper-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/papanito%2Fshell-helper-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/papanito%2Fshell-helper-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/papanito","download_url":"https://codeload.github.com/papanito/shell-helper-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/papanito%2Fshell-helper-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272659284,"owners_count":24971607,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"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","zsh"],"created_at":"2024-10-13T07:35:18.467Z","updated_at":"2026-02-10T08:31:07.579Z","avatar_url":"https://github.com/papanito.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shell-helper-library\n\n[![Gitlab issues](https://img.shields.io/gitlab/issues/open-raw/papanito/shell-helper-library)](https://gitlab.com/papanito/shell-helper-library/-/issues) [![Gitlab merge requests](https://img.shields.io/gitlab/merge-requests/open/papanito/shell-helper-library)](https://gitlab.com/papanito/shell-helper-library/-/merge_requests) [![GitLab contributors](https://img.shields.io/gitlab/contributors/papanito/shell-helper-library)](https://img.shields.io/gitlab/contributors/papanito/shell-helper-library) [![GitLab](https://img.shields.io/gitlab/license/papanito/shell-helper-library)](https://img.shields.io/gitlab/license/papanito/shell-helper-library)\n\nContains a collection for useful functions and aliases.\n\n## Usage\n\n### zsh\n\nUse a plugin-manager and load the plugin. I use [zinit], hence I have this in my `.zshrc`\n\n```bash\nzi ice from\"gitlab\"\nzi light papanito/shell-helper-library\n```\n\n### bash\n\n1. Declare `SHELL_HELPER_LIBRARY` somewhere in your `.bashrc` or `.zshrc`\n\n   ```bash\n   export SHELL_HELPER_LIBRARY=\"$HOME\\.shell-helper-library\n   ```\n\n2. Clone this repo to `$SHELL_HELPER_LIBRARY`\n\n   ```bash\n   git clone https://gitlab.com/papanito/shell-helper-library $SHELL_HELPER_LIBRARY\n   ```\n\n3. Load functions by adding this to `.bashrc`\n\n    ```bash\n    shell_helper=$SHELL_HELPER_LIBRARY/shell-helpers.plugin.bash\n    if [ -f $shell_helper ]; then . $shell_helper ; fi\n    ```\n\n[zinit]: https://github.com/zdharma-continuum/zinit\n\n## Content\n\n* [archiving.sh](./archiving.md)\n* [checksum.sh](./checksum.md)\n* [conversion.sh](./conversion.md)\n* [datetime.sh](./datetime.md)\n* [debian.sh](./debian.md)\n* [filesfolders.sh](./filesfolders.md)\n* [find.sh](./find.md)\n* [fun.sh](./fun.md)\n* [math.sh](./math.md)\n* [media.sh](./media.md)\n* [networking.sh](./networking.md)\n* [processes.sh](./processes.md)\n* [python.sh](./python.md)\n* [security.sh](./security.md)\n* [shell.sh](./shell.md)\n* [strings.sh](./strings.md)\n* [system.sh](./system.md)\n* [timer_stopwatch.sh](./timer_stopwatch.md)\n* [translate.sh](./translate.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpapanito%2Fshell-helper-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpapanito%2Fshell-helper-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpapanito%2Fshell-helper-library/lists"}