Skip to content

CMDLookup 1.1.0

Latest

Choose a tag to compare

@Pixeleyesd Pixeleyesd released this 03 Jul 09:46
7f59de8

CMD Lookup

A smart Linux command lookup and package manager wrapper tool. It checks your local system for utilities, fetches detailed syntax/usage guides from cheat.sh, and matches the exact upstream package names across multiple package managers using command-not-found.com.

Installation

Debian / Ubuntu / Mint / Zorin
Add the repository and install natively via apt:

curl -1sLf \
  'https://dl.cloudsmith.io/public/pixeleyesd/cmdlookup/setup.deb.sh' \
  | sudo -E bash
sudo apt-get install cmdlookup=1.1.0

Note for Downstream Distros (e.g., Zorin OS): If the setup script fails to detect your specific release, force it to use the upstream Ubuntu base by running:

curl -1sLf \
  'https://dl.cloudsmith.io/public/pixeleyesd/cmdlookup/setup.deb.sh' \
  | distro=ubuntu version=24.04 codename=noble sudo -E bash
sudo apt-get install cmdlookup=1.1.0

RedHat / Fedora / CentOS

Add the repository and install natively via dnf:

Sorry, RedHat support is broken right now, as cloudsmith isn't working properly, you can still install the binary through this release.

Usage

Simply run cmdlookup followed by the command or binary name you want to explore:

cmdlookup [command] [options]