Back to browse
GitHub Repository

simple PATH management command-line

4 starsRust

Pave – CLI for Managing Path

by cpendery·Apr 14, 2026·4 points·0 comments

AI Analysis

●●SolidSolve My ProblemSlick

Microsoft-built PATH manager handling Windows registry and Unix shells uniformly.

Strengths
  • Windows registry integration with WM_SETTINGCHANGE broadcast actually works
  • Supports six shells including niche ones like xonsh and nushell
Weaknesses
  • PATH managers already exist (asdf, direnv) with larger ecosystems
  • Requires shell config changes on Unix, adding setup friction
Target Audience

Developers working across multiple operating systems

Post Description

Made this small cli tool for making PATH actions easier across multiple platforms / shells

Similar Projects