Files
vim-ale/pathman
AJ ONeal 8f9cf8e487 fix: exclude known noise from cache comparison and configs
- Hugo: exclude Linux-64bit legacy filename alias
- Hugo-extended: exclude Linux-64bit legacy filename alias
- Gitea: exclude -src- and -docs- tarballs
- Pathman: exclude armv8 legacy alias
- UUID v7: exclude exotic architectures (thumb, armeb, loong, gnux32, risc)
- comparecache: filter bare executables and docs tarballs as noise,
  apply noise filter to both live and Go sides
- legacy.go: add .tar.bz2 to legacyFormats

Match count: 69/106 (up from 58)
2026-03-10 18:18:38 -06:00
..
2026-03-08 19:38:49 -06:00

title, homepage, tagline
title homepage tagline
Pathman https://git.rootprojects.org/root/pathman Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.

To update or switch versions, run webi pathman@stable (or @v0.5, @beta, etc).

Cheat Sheet

Manages PATH on various OSes and shells

  • Mac, Windows, Linux
  • POSIX Shell, Bash, Zsh, Fish
  • Command, Powershell
pathman add ~/bin/
Saved changes to ~/.config/envman/PATH.env

Copy, paste, and run the following command:

    PATH="$HOME/bin:$PATH"

(newly opened terminal windows will have the updated PATH)

Windows Users: use POSIX-style / (for paths) and ~ (for %USERPROFILE%) - they'll be adjusted automatically.

Table of Contents

  • Files
  • Add, Remove, List, etc

Files

These are the files / directories that are created and/or modified with this install:

~/.config/envman/PATH.env
~/.local/bin/pathman

# 'source ~/.config/envman/PATH.env' will be added to
~/.profile
~/.bashrc
~/.zshrc
~/.config/fish/config.fish

Usage

pathman help
pathman add ~/.local/bin
pathman remove ~/.local/bin
pathman list
pathman-managed PATH entries:

	$HOME/.local/bin
	$HOME/.local/opt/go/bin
	$HOME/go/bin
	$HOME/.local/opt/node/bin

other PATH entries:

	/usr/local/bin
	/usr/bin
	/bin
	/usr/sbin
	/sbin