mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
New fetcher packages: - chromedist: Chrome for Testing API (googlechromelabs.github.io) - gpgdist: SourceForge RSS for GPG macOS - mariadbdist: MariaDB downloads REST API New releases.conf files for: - GitHub: aliasman, awless, duckdns.sh, hugo-extended, kubens, rg, postgres - gittag: vim-commentary, vim-zig - gitea: pathman - chromedist: chromedriver - gpgdist: gpg - mariadbdist: mariadb - nodedist: node Alias support (alias_of key): - golang → go, dashd → dashcore, psql → postgres, zig.vim → vim-zig - Aliases skip fetching and share cache with their target Every package with a releases.js now has a releases.conf (except the dead macos package). fetchraw dispatches to all 13 source types.
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.envCopy, 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