{"id":26916981,"url":"https://github.com/iagodahlem/scripts","last_synced_at":"2026-05-01T13:33:04.895Z","repository":{"id":70928592,"uuid":"117686732","full_name":"iagodahlem/scripts","owner":"iagodahlem","description":":package: Utilities scripts to re-use in some setups.","archived":false,"fork":false,"pushed_at":"2018-02-05T17:42:34.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T19:57:44.181Z","etag":null,"topics":["bash","bash-script","shell","shell-script","utilities"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iagodahlem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-01-16T13:24:45.000Z","updated_at":"2018-01-16T16:12:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8d8ff73-ddd4-4595-85ac-90a49e09c591","html_url":"https://github.com/iagodahlem/scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iagodahlem/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iagodahlem","download_url":"https://codeload.github.com/iagodahlem/scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["bash","bash-script","shell","shell-script","utilities"],"created_at":"2025-04-01T19:50:23.253Z","updated_at":"2026-05-01T13:33:04.877Z","avatar_url":"https://github.com/iagodahlem.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scripts\n\nUtilities scripts to re-use in some setups.\n\n## Install\n\n**1.** Get this project somehow and execute [index.sh](index.sh) with your scripts.\n\n```sh\nDIR=$(dirname $0)\n\ngit clone git@github.com:iagodahlem/scripts.git \u0026\u003e /dev/null\nsource $DIR/scripts/index.sh\n```\n\n**2.** Now you can use any function or constant available.\n\n```sh\nlog \"logging\"\nbold \"bolding\"\narrow \"some arror\"\ncheck \"some success\"\nerror \"some error\"\nheart\n```\n\n**3.** In the end of your script, is a good idea to remove scripts folder and always get a fresh clone in the next runnings.\n\n```sh\nrm -rf scripts\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\n[MIT License](http://iagodahlem.mit-license.org/) © Iago Dahlem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagodahlem%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiagodahlem%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagodahlem%2Fscripts/lists"}