Skip to content

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages