{"id":26140052,"url":"https://github.com/tobiasbu/useful-sh","last_synced_at":"2026-04-13T04:02:42.548Z","repository":{"id":41108006,"uuid":"508340383","full_name":"tobiasbu/useful-sh","owner":"tobiasbu","description":"My useful 'copy-paste' Shell scripts to help making automated tasks","archived":false,"fork":false,"pushed_at":"2023-07-23T00:38:52.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-23T01:26:06.923Z","etag":null,"topics":["automated","bash-script","shell","shell-script"],"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/tobiasbu.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-06-28T14:46:53.000Z","updated_at":"2023-07-23T01:26:06.923Z","dependencies_parsed_at":"2023-01-17T21:02:07.231Z","dependency_job_id":null,"html_url":"https://github.com/tobiasbu/useful-sh","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbu%2Fuseful-sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbu%2Fuseful-sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbu%2Fuseful-sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbu%2Fuseful-sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobiasbu","download_url":"https://codeload.github.com/tobiasbu/useful-sh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242961757,"owners_count":20213315,"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":["automated","bash-script","shell","shell-script"],"created_at":"2025-03-11T02:44:54.701Z","updated_at":"2025-12-25T04:07:15.521Z","avatar_url":"https://github.com/tobiasbu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# useful-sh\n\nMy useful Shell scripts to help making automated tasks\n\n## Instructions\n\nThere are two kinds of scripts:\n\n- command-like: works like a comand-line tool\n- helpers scripts: utilities to be imported in your own Bash scripts\n\n### Using helpers scripts\n\n- Copy the desired files to your project\n- Then in your script import it:\n\n```sh\n#!/bin/bash\n\nsource \"helpers/logger.sh\"\nsource \"helpers/git-utils.sh\"\n\n# Or you want to use absolute paths:\n\n# Get current directory\nSCRIPT_DIR_NAME=`dirname \"$0\"`\n\nsource \"$SCRIPT_DIR_NAME/helpers/logger.sh\"\nsource \"$SCRIPT_DIR_NAME/helpers/git-utils.sh\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobiasbu%2Fuseful-sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobiasbu%2Fuseful-sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobiasbu%2Fuseful-sh/lists"}