2
1
Derivar 0
pathman/npm
AJ ONeal 571d639092 bugfix console.error 2019-08-10 01:17:32 -06:00
..
bin publish pathman to npm 2019-08-09 02:35:26 -06:00
lib bugfix console.error 2019-08-10 01:17:32 -06:00
scripts refactor a little 2019-08-09 03:39:18 -06:00
.gitignore publish pathman to npm 2019-08-09 02:35:26 -06:00
README.md publish pathman to npm 2019-08-09 02:35:26 -06:00
index.js refactor a little 2019-08-09 03:39:18 -06:00
package-lock.json publish pathman to npm 2019-08-09 02:35:26 -06:00
package.json use correct bin path 2019-08-09 03:45:29 -06:00

README.md

pathman

A cross-platform PATH manager

Manage PATH on Windows, Mac, and Linux with various Shells

pathman list
pathman add ~/.local/bin
pathman remove ~/.local/bin
pathman version
pathman help

Windows: stores PATH in the registry.

Mac & Linux: stores PATH in ~/.config/envman/PATH.sh

Meta Package

This is a meta-package to fetch and install the correction version of go-pathman for your architecture and platform.

npm install -g @root/pathman

Supported Shells

In theory, anything with bourne-compatible exports. Specifically:

  • bash
  • zsh
  • fish

On Windows, all shells inherit from the registry.

  • cmd.exe
  • PowerShell
  • Git Bash