X-CMD v0.5.10
Changelog
Date | |
Source Code | x-cmd/x-cmd/v0.5.10 |
Code Diff | x-cmd/x-cmd/v0.5.1...0.5.10 |
Version Hashsum | sh e1c775a4d0c665c06bf9e04e659d84449813d267bd492c5162b6930afeb7d65cdd88116c172331e64e2a8a2950e837dab66128b1b6b2e6af99f9efde9a5a323d |
Upgrade Guide
sh
x upgrade
uninstall
- Added the
uninstall
module, providing cross-platform software uninstallation capabilities. Users can quickly search for and remove installed software.
This module supports multiple system package managers (such asapt
,brew
,dnf
, etc.) as well as third-party package managers, simplifying the uninstallation process with an interactive selection option.
Examples:
sh
# List installed software interactively and uninstall selected applications
x uninstall
# Uninstall `bat` installed via brew
x uninstall rm brew bat
# Uninstall x-cmd itself
x uninstall self