Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

pptxgrep

Have you ever wanted to find a particular slide somewhere in your pile of PowerPoint files? This script lets you search for text in .pptx files.

Usage

Search for a Perl-style regular expression pattern:

pptxgrep pattern *.pptx

# case insensitive
pptxgrep -i pattern *.pptx

# more context
pptxgrep --context 200 pattern *.pptx

Output

The script shows the matching filename and slide number, along with up to 100 characters of context before and after the match. You can increase the context window via --context.

About

Grep for text in PowerPoint

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages