{"id":24320048,"url":"https://github.com/satharus/bash-snippets","last_synced_at":"2026-05-08T19:33:53.488Z","repository":{"id":121151305,"uuid":"183596161","full_name":"Satharus/Bash-Snippets","owner":"Satharus","description":"A collection of random scripts I wrote in BASH for whatever reason.","archived":false,"fork":false,"pushed_at":"2020-09-12T21:38:06.000Z","size":573,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T14:35:07.046Z","etag":null,"topics":["bash","bash-script","bash-scripting","gnu","gnu-linux","imagemagick","linux","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Satharus.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":"2019-04-26T09:07:02.000Z","updated_at":"2021-09-30T01:09:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7add7c5-4d2c-4c0c-9371-19c0be7e039e","html_url":"https://github.com/Satharus/Bash-Snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Satharus/Bash-Snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satharus%2FBash-Snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satharus%2FBash-Snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satharus%2FBash-Snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satharus%2FBash-Snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Satharus","download_url":"https://codeload.github.com/Satharus/Bash-Snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satharus%2FBash-Snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","bash-scripting","gnu","gnu-linux","imagemagick","linux","scripting-language"],"created_at":"2025-01-17T15:47:34.982Z","updated_at":"2026-05-08T19:33:53.472Z","avatar_url":"https://github.com/Satharus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash-Snipets\nA collection of random scripts I wrote in BASH for whatever reason.\n\n## OSC's Put-Logo Script's GUI (PutlogoGUI.sh)\n\nGives a logo and a directory full of images, it adds the logo to the the images.\n\nYou can also set which corner to put the logo on and the size of the logo.\n\n\n####  Usage:\n`./PutlogoGUI.sh`\n\nand then follow the instructions on the screen.\n\n[Link to the repo](https://github.com/Satharus/Put-Logo-Script)\n\n[Link to the script](https://github.com/Satharus/Put-Logo-Script/blob/master/PutlogoGUI.sh)\n\n## DownloadCourses.sh\n\nMakes it easier to download edX and Coursera courses automatically.\n\nIt uses the utilities \"edx-dl\" and \"coursera-dl\".\n####  Usage:\n`./DownloadCourses.sh`\n\nand then follow the instructions on the screen.\n\n[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/DownloadCourses.sh)\n\n\n## SetAlbums.sh\n\nConverts audio files to .mp3 320Kbps and then sets the album name, cover, and artist name.\n\nIt uses the utilities \"tageditor\" and \"ffmpeg\".\n\n#### Usage:\n`./SetAlbums.sh [Tracklist]`\n\nWhere Tracklist is a file that contains the paths of the tracks to be edited, one per line.\n\n[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/SetAlbums.sh)\n\n\n## DivideImages.sh\n\nGiven a width and height, it divides the image into files of equal width and height.\n\nIt uses imagemagick.\n\n![Demonstration of what it does](https://github.com/Satharus/Bash-Snipets/blob/master/Demonstrations/Crop.png)\n\n#### Usage:\n`./DivideImages.sh [Width] [Height] [Image] [IncludeName]`\n\nWhere Width and Height are the size of the partitions you want.\n\nSet IncludeName to 1 if you want the output to be X_Y_name.png instead of X_Y.png. Otherwise, leave it empty.\n\n[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/DivideImages.sh)\n\n\n## ReconstructImage.sh\n\nThis reconstructs the image that was divided by DivideImage.sh.\n\nIt also uses imagemagick.\n\n#### Usage:\n`./ReconstructImage.sh`\n\nJust run it from the directory where the divided images are. The final image will be output.png.\n\n[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/ReconstructImage.sh)\n\n\n\n## decodefile.sh\n\nGiven a list of files that are encoded in base64, it decodes them.\n\n#### Usage:\n`./decodefile.sh [File]`\n\nWhere File is a file that containts the paths of the files to be decoded, one per line.\n\n[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/decodefile.sh)\n\n\n## decodename.sh\n\nGiven a list of files that have their names encoded in base64, it decodes their names and renames the files to their new names.\n\n#### Usage:\n`./decodename.sh [File]`\n\nWhere File is a file that containts the paths of the files whos names are to be decoded, one per line.\n\n[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/decodename.sh)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatharus%2Fbash-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatharus%2Fbash-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatharus%2Fbash-snippets/lists"}