pptxgrep

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2019 License: MIT Imports: 12 Imported by: 0

README

pptxgrep

Search pattern from .pptx (Microsoft Power Point format) files like grep command.

Usage

Usage:
  pptxgrep [options] pattern pptx1 [pptx2 ... pptxN]

Version:
  0.0.2

Options:
  -color
        colorize matched pattern
  -i
        ignore case when matching pattern
  -version
        print version
Example
$ pptxgrep 'Sample' sample.pptx
sample.pptx:1:Sample PowerPoint file.
sample.pptx:2:This is Sample.

result format is

target_file_path:slide_page_number:matched string

Installation

$ go get github.com/noissefnoc/pptxgrep

License

MIT

Author

Kota Saito

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL