https://github.com/xy2z/setaliases
Sets your Windows Terminal (cmder.exe) aliases from a given URL.
https://github.com/xy2z/setaliases
aliases cmder linux terminal
Last synced: 9 months ago
JSON representation
Sets your Windows Terminal (cmder.exe) aliases from a given URL.
- Host: GitHub
- URL: https://github.com/xy2z/setaliases
- Owner: xy2z
- Created: 2020-09-28T18:19:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T15:11:49.000Z (over 3 years ago)
- Last Synced: 2025-02-27T05:02:55.780Z (over 1 year ago)
- Topics: aliases, cmder, linux, terminal
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setaliases
Sets your Windows Cmder aliases from a given URL.
This can be used to sync your aliases from a remote source (eg. Gist) to your all your devices running Cmder.
## Requirements
- Cmder
- PHP 7.1 or above (PHP 8 works).
---
⚠ This only works for [Cmder](https://cmder.net/) or other windows terminals that uses 'alias' and automatically saves the aliases.
You can read more about this project on my blog here: https://xy2z.io/posts/2020-syncing-aliases/