Skip to content

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

License

Notifications You must be signed in to change notification settings

noissefnoc/pptxgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages