https://github.com/brandonmfong/xpro
xml Shell Profile
https://github.com/brandonmfong/xpro
bash linux powershell unix xml xpro zsh
Last synced: 8 months ago
JSON representation
xml Shell Profile
- Host: GitHub
- URL: https://github.com/brandonmfong/xpro
- Owner: BrandonMFong
- Created: 2020-01-23T04:05:08.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-21T01:28:55.000Z (over 3 years ago)
- Last Synced: 2023-03-10T10:48:22.142Z (about 3 years ago)
- Topics: bash, linux, powershell, unix, xml, xpro, zsh
- Language: Makefile
- Homepage:
- Size: 107 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/BrandonMFong/xPro/actions/workflows/main.yml)
# xPro
XML Profile (xPro) is a project I started to allow me to use an xml file to define my shell profile. Like previous iterations of xPro, the core functionality allows the user to define shell variables and aliases.
An additional feature allows the user to define key/value pairs where the values are paths to a directory in the system and using a utility shell function `goto` would `cd` you directly into the keyed value directory.
Version 5+ supports cross platform usage (Linux, MacOS, & Windows). Previous versions (all of which reached end of life) only supports windows platforms using powershell.
## Building
- Setup your development environment:
- Unix/Linux: `sudo devenv.py create`
- Windows:
- Run as administrator: `devenv.py create`
- `build.py`
## Testing
- `run-tests.py`
## Authors
- Brando