GitHub - cpendery/kaldo: cross shell aliases
kaldo
kaldo provides the ability to share aliases across all your shells. It supports Windows, Linux, & macOS along with bash, zsh, fish, pwsh, and powershell (Windows Powershell).
Installation
Windows
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb https://raw.githubusercontent.com/cpendery/kaldo/main/install.ps1 | iex
macOS / Linux
curl -sSfL https://raw.githubusercontent.com/cpendery/kaldo/main/install.sh | sh -s
Initialize Shell Plugin
ignore this section if yo...
Read more at github.com