Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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