crab icon indicating copy to clipboard operation
crab copied to clipboard

🦀 a simple unix toolkit for working with local development environments.

Results 7 crab issues
Sort by recently updated
recently updated
newest added

Before: ``` $ crab nvm Could not find "nvm" in your procfile or $PATH. ``` After: ``` $ crab nvm Node Version Manager (v0.35.3) ... ```

Rather than once all are enumerated. Enumerating processes is pretty fast anyway, but the faster we can make it the better! (Has a bit of an impact on #17, as...

``` $ DATABASE_URL="not a database url" crab env | grep DATABASE DATABASE_URL=postgres://localhost/db ``` `crab` should only set environment variables when they're not defined in the project itself. I think?

It'd be nice if this were output in the terminal, as currently it only states the default `http://127.0.0.1:8080/`, this way users can click-through to the app they're running.

Currently the environment variables that can be set to adjust how crab functions are spread all over the place. It'd be nice to have a small list of them with...

Replaces https://github.com/dabapps/crab/pull/5 ## Features: - Nicely logs the hostname the request is for - `asyncio`-based, so has higher throughput, and doesn't get locked down when more than 4 requests come...

Bumps [black](https://github.com/psf/black) from 19.3b0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies