{"id":20051668,"url":"https://github.com/softgeekro/sgs.bash-tweaks","last_synced_at":"2026-04-12T11:46:35.983Z","repository":{"id":148691192,"uuid":"185124969","full_name":"SoftGeekRO/sgs.bash-tweaks","owner":"SoftGeekRO","description":"Bash Toys for easy life","archived":false,"fork":false,"pushed_at":"2024-06-06T06:08:20.000Z","size":464,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T08:44:43.565Z","etag":null,"topics":["bash","bashrc","cli","linux","lscolors","nano","nanorc","script","shell"],"latest_commit_sha":null,"homepage":"https://www.sgsolar.ro","language":"Shell","has_issues":false,"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/SoftGeekRO.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-05-06T04:44:08.000Z","updated_at":"2024-06-06T06:08:23.000Z","dependencies_parsed_at":"2024-06-06T07:31:19.557Z","dependency_job_id":"1871aaf0-fdda-46b9-8a09-ede613ea3a88","html_url":"https://github.com/SoftGeekRO/sgs.bash-tweaks","commit_stats":null,"previous_names":["softgeekro/sgs.bash-tweaks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SoftGeekRO/sgs.bash-tweaks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftGeekRO%2Fsgs.bash-tweaks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftGeekRO%2Fsgs.bash-tweaks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftGeekRO%2Fsgs.bash-tweaks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftGeekRO%2Fsgs.bash-tweaks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftGeekRO","download_url":"https://codeload.github.com/SoftGeekRO/sgs.bash-tweaks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftGeekRO%2Fsgs.bash-tweaks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007142,"owners_count":26084246,"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-10-11T02:00:06.511Z","response_time":55,"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","bashrc","cli","linux","lscolors","nano","nanorc","script","shell"],"created_at":"2024-11-13T12:05:19.265Z","updated_at":"2025-10-11T12:16:30.807Z","avatar_url":"https://github.com/SoftGeekRO.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash tweaks commands\n\nSome tweaks that will make work more easy for any bash purist or geeks\n\nAn `alias` means as the name suggests, we call something instead of something else.\n\n# Contents :\n\n- [Instalation](#-installation)\n- [General purpose aliases](#general_purpose)\n\n### 🔧 Installation\nThe installation is very simple. \n```bash\ngit clone https://github.com/SoftGeekRO/sgs.bash-tweaks.git\ncd sgs.bash-tweaks\n\nsudo ./install.sh install\n\n```\nThe installation will create a *sgs/sgs.bash-tweaks* folder inside the */user/share/* folder.\nThe **sgs** folder is used to keep all the SoftGeek applications contain in a single folder.\n\n### general_purpose\n\n```shell\n# clear screen in terminal\nalias c='clear'\n```\n\n```shell\n# change directory aliases\nalias home='cd ~'\nalias ..='cd ..'\nalias ...='cd ../..'\nalias ....='cd ../../..'\nalias .....='cd ../../../..'\n```\n\n```shell\n# shutdown aliases\nalias off=\"sudo shutdown now\"\nalias ss=\"sudo shutdown -r now\"\nalias sf=\"sudo shutdown -r -n now\"\n```\nMore alias and commands are available inside the lib files.\n\n### 🌍 Contributions\n\nContributions of all forms are welcome :)\n\n## 🗒 License\n\nThis Ansible role is licensed under the GNU General Public License, version 3 (GPLv3).\n\n## 👀 Author\n\n**Zaharia Constantin**\n\n[View my GitHub profile 💡](https://github.com/soulraven)\n\n[SoftGeek Company Profile](https://github.com/SoftGeekRO)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftgeekro%2Fsgs.bash-tweaks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftgeekro%2Fsgs.bash-tweaks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftgeekro%2Fsgs.bash-tweaks/lists"}