🍺 BREW Explorer

← all formulae

fw

brew install fw v2.21.0 WTFPL

Workspace productivity booster

7
30-day installs · #9755
16
90-day · #10421
156
365-day · #8000
564
★ GitHub stars · updated 2mo ago

Runtime dependencies

Build dependencies

GitHub topics

automation cli developer-tools emacs-support git productivity projectmanager projects workspace

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Workspace productivity booster",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:52+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "fw",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-10T11:03:22Z",
  "github_readme_excerpt": "![](./logo/fw_rgb.png)\n\n# fw\n\n[![](https://img.shields.io/crates/v/fw.svg)](https://crates.io/crates/fw)\n\n[![](https://asciinema.org/a/222856.png)](https://asciinema.org/a/222856)\n\n## Why fw?\n\nWith `fw` you have a configuration describing your workspace. It takes\ncare of cloning projects and can run commands across your entire\nworkspace. You can start working on any project quickly, even if it\\\u0027s\nnot in your flat structured workspace (better than `CDPATH`!). It also\n\\\"sets up\\\" your environment when you start working on a project\n(compile stuff, run `make`, activate `virtualenv` or `nvm`, fire up\n`sbt` shell, etc.)\n\n[*Here\\\u0027s*]{.spurious-link target=\"doc/example_config\"} an example\nconfiguration that should be easy to grasp.\n\nThe default configuration location is located under your system\\\u0027s\nconfig directory as described\n[here](https://docs.rs/dirs/3.0.2/dirs/fn.config_dir.html). That is :\n\n-   Linux: `~/.config/fw`\n-   MacOS: `$HOME/Library/Application Support/fw`\n-   Windows: `{FOLDERID_RoamingAppData}\\fw`\n\nThe location and can be overridden by setting `FW_CONFIG_DIR`.\n\nPer default projects are cloned into\n`${settings.workspace}/${project.name}` but you can override that by\nsetting an `override_path` attribute as seen in the example\nconfiguration.\n\n## What this is, and isn\\\u0027t\n\n`fw` is a tool I wrote to do my bidding. It might not work for you if\nyour workflow differs a lot from mine or might require adjustments. Here\nare the assumptions:\n\n-   only git repositories\n-   only ssh clone (easily resolveable by putting more work in the git2\n    bindings usage)\n-   `ssh-agent` based authentication\n\n### If you can live with all of the above, you get:\n\n-   workspace persistence (I can `rm -rf` my entire workspace and have\n    it back in a few minutes)\n-   ZERO overhead project switching with the `workon` function (need to\n    activate `nvm`? Run `sbt`? Set LCD brightness to 100%? `fw` will do\n    all that for you)\n-   zsh completions on the project names for `workon`\n-   g",
  "github_repo": "brocode/fw",
  "github_stars": 564,
  "github_topics": [
    "automation",
    "cli",
    "developer-tools",
    "emacs-support",
    "git",
    "productivity",
    "projectmanager",
    "projects",
    "workspace"
  ],
  "homepage": "https://github.com/brocode/fw",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 7,
  "installs_365d": 156,
  "installs_90d": 16,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "WTFPL",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "fw",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 9755,
  "rank_365d": 8000,
  "rank_90d": 10421,
  "raw_hash": "c8a9f0ca0425b0b6",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/f/fw.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "2.21.0",
  "versioned_formulae": [],
  "why_use_this": null
}