Skip to content

Displays the manual page of a command with only the specified flags and options

License

Notifications You must be signed in to change notification settings

Spikatrix/QuickMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickMan   License: MIT

Displays a subset of the man page output with information on the specified flags and options. Requires python3 to run.

Example

$ ./qm.py tar -vf -c --get
NAME
     tar — The GNU version of the tar archiving utility

SYNOPSIS
     tar [-] A --catenate --concatenate | c --create | d --diff --compare | --delete | r --append | t --list | --test-label | u --update | x --extract --get [options] [pathname ...]

DESCRIPTION
     Tar stores and extracts files from a tape or disk archive.

SPECIFIED FLAGS AND OPTIONS
     -v, --verbose
            verbosely list files processed

     -f, --file ARCHIVE
            use archive file or device ARCHIVE

     -c, --create
            create a new archive

     -x, --extract, --get
            extract files from an archive

About

Displays the manual page of a command with only the specified flags and options

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages