{"id":16552951,"url":"https://github.com/tobybatch/bashdotdee","last_synced_at":"2025-10-28T19:30:26.555Z","repository":{"id":81521768,"uuid":"136462552","full_name":"tobybatch/bashdotdee","owner":"tobybatch","description":"Adds function to my bash shell.","archived":false,"fork":false,"pushed_at":"2024-11-20T11:16:52.000Z","size":65,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T17:35:12.064Z","etag":null,"topics":["bash"],"latest_commit_sha":null,"homepage":null,"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/tobybatch.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":"2018-06-07T10:41:12.000Z","updated_at":"2024-11-20T11:16:56.000Z","dependencies_parsed_at":"2024-11-16T18:02:05.223Z","dependency_job_id":null,"html_url":"https://github.com/tobybatch/bashdotdee","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fbashdotdee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fbashdotdee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fbashdotdee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fbashdotdee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobybatch","download_url":"https://codeload.github.com/tobybatch/bashdotdee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238700824,"owners_count":19516003,"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":["bash"],"created_at":"2024-10-11T19:46:37.761Z","updated_at":"2025-10-28T19:30:26.550Z","avatar_url":"https://github.com/tobybatch.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash dot Dee\n\n## TLDR;\n\n    curl -o - https://raw.githubusercontent.com/tobybatch/bashdotdee/refs/heads/main/install.sh | bash\n\n## Manual install\n\nAdds function to my bash shell.\n\n    git clone https://github.com/tobybatch/bashdotdee.git $HOME/.bash.d\n\n    cat \u003c\u003cEOF\u003e\u003e.bashrc\n    PATH=\\$PATH:\\$HOME/.bash.d/bin\n    for x in ~/.bash.d/enabled/*.bash\n    do\n        . \"\\$x\"\n    done\n    EOF\n\nNow use ```bash.d.sh -h``` to manage extensions.\n\nNew shells should now have added juice.\n\n## Usage\n\nAfter installing open an new shell.\n\n### Show usage\n\n    bash.d.sh -h\n\n### List modules\n\n    bash.d.sh -l\n\n### Enable a module\n\n    bash.d.sh -e \u003cMODULE_NAME\u003e\n\n### Disable a module\n\n    bash.d.sh -d \u003cMODULE_NAME\u003e\n\n### Examples\n\nEnable batcat\n\n    bash.d.sh -e 11_batcat.bash\n\nDisable python\n\n    bash.d.sh -d 14_python.bash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobybatch%2Fbashdotdee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobybatch%2Fbashdotdee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobybatch%2Fbashdotdee/lists"}