aliae
Cross shell and platform alias management
File Explorer
Download Latest Version (.zip)- devcontainer.json
- Dockerfile
- bug.yml
- config.yml
- feat.yml
- bluesky.yml
- code.yml
- commits.yml
- contributors.yml
- dependabot.yml
- discord.yml
- docs.yml
- edit_rights.yml
- gomod.yml
- homebrew.yml
- markdown.yml
- merge_contributions_pr.yml
- release.yml
- dependabot.yml
- holopin.yml
- PULL_REQUEST_TEMPLATE.md
- extensions.json
- launch.json
- settings.json
- pre.ps1
- 44.png
- icon.png
- appxmanifest.xml
- build.ps1
- mapping.txt
- README.md
- args.go
- get.go
- init.go
- root.go
- version.go
- aliases.yaml
- aliases2.yaml
- env.yaml
- test.yaml
- test2.yaml
- aliae.invalid.yaml
- aliae.valid.yaml
- aliae.valid_generic.yaml
- config.go
- config_test.go
- init.go
- unmarshal.go
- unmarshal_strings.go
- unmarshal_strings_test.go
- unmarshal_test.go
- os.go
- path.go
- runtime.go
- registry.go
- registry_windows.go
- aliae.go
- aliae_test.go
- cdpath.go
- cdpath_test.go
- cmd.go
- echo.go
- echo_test.go
- env.go
- env_test.go
- filesystem.go
- filesystem_other.go
- filesystem_test.go
- filesystem_windows.go
- fish.go
- git.go
- git_test.go
- if.go
- if_test.go
- link.go
- link_test.go
- name.go
- nu.go
- path.go
- path_test.go
- pwsh.go
- pwsh_test.go
- script.go
- script_test.go
- tcsh.go
- template.go
- template_accessible_unix.go
- template_accessible_windows.go
- template_test.go
- xonsh.go
- zsh.go
- icon.png
- icon16.png
- icon32.png
- icon48.png
- icon64.png
- winres.json
- .golangci.yml
- .goreleaser.yml
- go.mod
- go.sum
- main.go
- metadata.json
- git.mdx
- started.mdx
- homebrew.mdx
- linux.mdx
- macos.mdx
- windows.mdx
- alias.mdx
- configuration.mdx
- env.mdx
- if.mdx
- include.mdx
- link.mdx
- path.mdx
- script.mdx
- shell.mdx
- templates.mdx
- contributors.md
- faq.mdx
- introduction.mdx
- analytics.js
- index.js
- custom.css
- prism-rose-pine-moon.css
- index.js
- privacy.mdx
- styles.module.css
- VictorMono.ttf
- .keep
- favicon.ico
- .nojekyll
- install.ps1
- install.sh
- schema.json
- .gitignore
- docusaurus.config.js
- package-lock.json
- package.json
- README.md
- sidebars.js
- staticwebapp.config.json
- .all-contributorsrc
- .commitlintrc.yml
- .gitignore
- .markdownlint.yaml
- .markdownlintignore
- AGENTS.md
- apm.lock.yaml
- apm.yml
- CONTRIBUTING.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/JanDeDobbeleer/aliae
Downloads the entire project code from GitHub to your computer.
cd aliae
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
cd src
This project's files live in a subfolder, so move into it first.
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
