cmdshelf
brew install cmdshelf
v2.0.2
Apache-2.0 OR MIT
Better scripting life with cmdshelf
9
30-day installs · #8879
20
90-day · #9677
168
365-day · #7791
127
★ GitHub stars · updated 7y ago
Build dependencies
GitHub topics
rust
script-manager
Links
- https://github.com/toshi0383/cmdshelf
- GitHub: toshi0383/cmdshelf
- Brew formula source: Formula/c/cmdshelf.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Better scripting life with cmdshelf",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:29+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "cmdshelf",
"github_default_branch": "master",
"github_last_commit_at": "2019-05-28T07:30:28Z",
"github_readme_excerpt": "\u003cp align=\"center\"\u003e\n \u003ca href=\"https://github.com/toshi0383/cmdshelf\"\u003e\n \u003cimg src=\"https://github.com/toshi0383/assets/blob/master/cmdshelf/banner.png\" alt=\"cmdshelf\" /\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n# cmdshelf \u003ca href=\"https://github.com/toshi0383/cmdshelf/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/toshi0383/cmdshelf.svg\" alt=\"Git Version\" /\u003e\u003c/a\u003e\u003ca href=\"https://github.com/toshi0383/cmdshelf/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-lightgray.svg\" alt=\"license\" /\u003e\u003c/a\u003e\n\n`cmdshelf` is a new way of scripting.\ud83d\ude0e\n\n- \u2705 Seperate name space using directories (e.g. `swiftpm/install.sh` `your/tool/install.sh`)\n- \u2705 No more `$PATH` configurations\n- \u2705 bash-completion for all commands\n- \u2705 `stdout`, `stdin`, `stderr`\n- \u2705 No quoting required for arguments. (just like `swift run`)\n- \u2705 The coolest manual page\n- \u2705 Portable environment (`.cmdshelf.toml`)\n- \u2705 Execute any executables.\n\nYou can see detailed document [here](docs/getting-started.md), or type `man cmdshelf`.\n\n# Install\n\n## macOS\n\n```\nbrew install cmdshelf\n```\n\nIt\u0027s recommended to [upgrade your bash to version 4](https://troymccall.com/better-bash-4--completions-on-osx/), to use full feature of cmdshelf\u0027s bash-completion. \nSee: https://github.com/toshi0383/cmdshelf/pull/88\n\n## Build from source\nWith Rust\u0027s package manager [cargo](https://github.com/rust-lang/cargo), you can install cmdshelf via:\n\n```bash\ncargo install cmdshelf\n```\n\nNote that rust is required.\n\n### Install auto bash-completion\nPut this in your `~/.bashrc`,\n```shell\nsource /path-to/cmdshelf-completion.bash\n```\n\n# Contribute\nAny contribution is welcomed.\nFeel free to open issue for bug reports, questions, or feature requests.\n",
"github_repo": "toshi0383/cmdshelf",
"github_stars": 127,
"github_topics": [
"rust",
"script-manager"
],
"homepage": "https://github.com/toshi0383/cmdshelf",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 9,
"installs_365d": 168,
"installs_90d": 20,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0 OR MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "cmdshelf",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 8879,
"rank_365d": 7791,
"rank_90d": 9677,
"raw_hash": "1343be7f2565ed2f",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/cmdshelf.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "2.0.2",
"versioned_formulae": [],
"why_use_this": null
}