Skip to content

xupeng/findcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findcmd is a simple command line tool for searching through PATHs to find out commands contain certian keywords.

To install using pip:

pip install findcmd

To install using easy_install:

easy_install findcmd

Usage:

Usage: findcmd [options] cmd

Options:
  -h, --help            show this help message and exit
  -c, --case-sensitive
  -e, --match-all
  --no-color

For example:

xupeng@hopes ~ $ findcmd disk
/sbin/autodiskmount
/sbin/disklabel
/usr/bin/diskhits
/usr/sbin/diskarbitrationd
/usr/sbin/diskmanagementd
/usr/sbin/disktool
/usr/sbin/diskutil
/usr/sbin/fdisk
/usr/sbin/pdisk

About

A command line tool for searching commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages