Skip to content

edemaine/pptxgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages