{"id":49331413,"url":"https://github.com/psygreg/sloth-bash","last_synced_at":"2026-04-26T22:30:53.228Z","repository":{"id":346918598,"uuid":"1192163620","full_name":"psygreg/sloth-bash","owner":"psygreg","description":"Use bash like a sloth. Veeeery lazy.","archived":false,"fork":false,"pushed_at":"2026-04-21T00:10:28.000Z","size":152,"stargazers_count":15,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T02:26:44.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/psygreg.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-26T00:28:52.000Z","updated_at":"2026-04-21T00:10:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/psygreg/sloth-bash","commit_stats":null,"previous_names":["psygreg/sloth-bash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psygreg/sloth-bash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygreg%2Fsloth-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygreg%2Fsloth-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygreg%2Fsloth-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygreg%2Fsloth-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psygreg","download_url":"https://codeload.github.com/psygreg/sloth-bash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psygreg%2Fsloth-bash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: 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":[],"created_at":"2026-04-26T22:30:51.857Z","updated_at":"2026-04-26T22:30:53.223Z","avatar_url":"https://github.com/psygreg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sloth-bash\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"icon.svg\" alt=\"sloth-bash\" width=\"450\" height=\"450\" /\u003e\n  \n  Use bash like a sloth. Veeeery lazy.\n\u003c/div\u003e\n\n## One-liner install\n`curl -fsSL https://raw.githubusercontent.com/psygreg/sloth-bash/main/install.sh | bash`\n\n## Features\n- **Intuitive response:** just the file name will run it if executable; load a venv if there's any and wrap it in `python3` if it's a *.py* file; or trigger `xdg-open` for other cases.\n- **Flatpak redirection:** simplifies running flatpak applications from terminal by making `flatpak run` obsolete through smart command handling. No more `io.github.kolunmi.Bazaar`, just `bazaar` will do the trick!\n- **Easily open apps from terminal automatically detaching them** with `detach appname`. Perfect for usage with something like Quake Terminal for Gnome or `yakuake` Also works with *flatpak redirection*, local executables, and *distrobox passthrough*. \n- **`cp` and `mv` redirection to `rsync`:** make your file operations more efficient with `rsync`'s delta copies, while also getting it to smartly display progress on larger tasks.\n- **Simple file management in your shell:** automatic `ls` after `cd` so you never get lost in your files, and enabled *autocd* shell option so you can navigate your subdirectories more intuitively.\n- **Most used zsh shortcuts**: `md`, `rd`, `mkcd`, `take`, `~` and `..` work exactly like zsh, while you can use `cd ...`, `cd ....` and `cd .....` for the other upwards navigation commands. \n- **`all`**: selects all files and subdirectories at its location as targets for `rd`, `rm`, `cp` and `mv`.\n- **Better autocompletion** with *Tab* key cycling through all options instead of just displaying them.\n- **FZF shell bindings:** if *fzf* is installed, `sloth-bash` enables the standard Bash integration, including fuzzy history search on `Ctrl+R`.\n- **Basic command colors:** enables colored output for `ls`, `dir`, `vdir` and `grep`, plus familiar aliases like `ll`, `la` and `l`.\n- **Case-insensitive command parsing:**, `ls`, `Ls`, `lS` or `LS`, your command will always work.\n- **Distrobox passthrough:** enter your distrobox shell with `distroboxname` and pass commands to your distroboxes running `distroboxname command` (and any additional arguments if needed after). As distroboxes follow the user's *`~/.bashrc`* file, sloth-bash also works from within them!\n\n## Recommended usage\n- Install *[Starship](https://starship.rs)* for the complete experience.\n- Install *[fzf](https://github.com/junegunn/fzf)* if you want the full fuzzy shell bindings.\n- Copy **sloth-bash** to **`~/.sloth-bash`**\n- Copy **alias-list** to **`~/.alias-list`**\n- Copy **starship.toml** to **`~/.config/starship.toml`** (not required if you don't wanna use *Starship*)\n- Add **`source ~/.sloth-bash`** to the end of your `~/.bashrc` file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsygreg%2Fsloth-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsygreg%2Fsloth-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsygreg%2Fsloth-bash/lists"}