github x-cmd/x-cmd v0.4.13

latest releases: v0.6.13, beta, alpha...
10 months ago

👉 View X-CMD demo for more information about this version
👉 Version compare: v0.4.12...v0.4.13

📃 Changelog

advise

  • Added support for multiple modes of command completion loading, with auto mode as the default.
  • auto: Automatic loading (default). Before loading x-cmd/advise and bash/zsh-completion, it checks if bash/zsh-completion and caraspace are already loaded to avoid overwriting by x-cmd completions.
  • all: Loads all completions, including x-cmd commands, as well as x-cmd/advise and bash/zsh-completion.
  • x: Only loads x-cmd command completions without loading x-cmd/advise and bash/zsh-completion.
  • never: Disables all x-cmd command completion functionalities.

ping

  • Adjust the output of '--csv' and '--tsv' parameters in non-interactive mode.
  • Fixed the issue where 'x ping' still used '/usr/bin/awk' when mawk was present in macOS, resulting in parameter mismatch.

mac

  • A new "disk" command has been added, which includes the ability to view a list of disks, disk information, and the file system capabilities supported by the system.

Example:

# Show me the list of disks
x mac disk ls

# Check the information of the specified disk
x mac disk info /dev/disk0
  • New "trash" and "dock" commands have been added, allowing you to manage the trash bin and the dock, respectively.

Example:

# Empty the trash can
x mac trash empty

# Hide the Dock
x mac dock autohide enable

Don't miss a new x-cmd release

NewReleases is sending notifications on new releases.