Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alshdavid-labs/alshx
Command Line Utilities
https://github.com/alshdavid-labs/alshx
cli-tools shell shell-scripts
Last synced: 27 days ago
JSON representation
Command Line Utilities
- Host: GitHub
- URL: https://github.com/alshdavid-labs/alshx
- Owner: alshdavid-labs
- License: mit
- Created: 2018-12-03T06:51:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T23:57:46.000Z (10 months ago)
- Last Synced: 2024-11-24T19:19:17.062Z (about 1 month ago)
- Topics: cli-tools, shell, shell-scripts
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Utils
## Installation
### MacOS or Linux
```bash
curl -s "https://raw.githubusercontent.com/alshdavid/alshx/main/install.sh" | sh
```### Windows 10 / 11
Run the following command in PowerShell:
_Note: you will need to restart your terminal to see changes_
```powershell
(New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/alshdavid/alshx/main/install.ps1") | powershell -command -
```## Updating
Once you have the utils installed, to update to the latest version just run
```bash
alshx update
```or simply re-run the install script for your platform