Skip to content

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 29 Nov 06:58
· 2 commits to master since this release

πŸŽ‰ Onyx CLI v0.5.5

πŸ“¦ Downloads

  • Windows portable: onyx-windows.exe β€” run from PowerShell or Command Prompt
  • Windows installer: onyx-setup.exe β€” guided install with optional PATH integration

πŸš€ 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

  1. Download onyx-windows.exe from the Assets section below.
  2. Optionally move it to a directory that is on your PATH.
  3. 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