bpwd-0.2.1 is not a library.

bpwd

A better pwd with clipboard support and targeting.

Installation

Homebrew (macOS/Linux)

brew install CodeTease/tap/bpwd

Cargo

cargo install bpwd

Installer Script

In Linux:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodeTease/bpwd/releases/latest/download/bpwd-installer.sh | sh

In Windows (PowerShell)

powershell -ExecutionPolicy Bypass -c "irm https://github.com/CodeTease/bpwd/releases/latest/download/bpwd-installer.ps1 | iex"

Release

You can also download the binary from the Release page.

Usage

bwd [target] [-c] [-s] [-r]
  • target: Optional path to resolve relative to current directory. Use -- to separate flags from arguments (e.g., bwd -- -my-dir).
  • -c: Copy the result to clipboard.
  • -s: Use forward slashes (/) instead of backslashes (\).
  • -r: Print path relative to project root (searches for .git or .bwd-root).