π Onyx CLI v0.5.3
π¦ Downloads
- Windows:
onyx-windows.exe β run from PowerShell or Command Prompt
π Highlights
- Windows-first CLI toolbox (tree, find, backup, git, net, download, monitor, services, etc.).
- See
CHANGELOG.md in the repository for full release notes.
π Usage
onyx-windows.exe --help
onyx-windows.exe find --help
onyx-windows.exe services --help
π§ Installation
- Download
onyx-windows.exe from the Assets section below.
- Optionally move it to a directory that is on your
PATH.
- Run it from PowerShell or Command Prompt.
π Examples
# Show a directory tree with sizes
onyx-windows.exe tree --show-size
# Search for files containing 'resume' in the name (limit to 10 results)
onyx-windows.exe find resume -l 10
# List running Windows services
onyx-windows.exe services list --status Running