GitHub - edemaine/pptxgrep: Grep for text in PowerPoint

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Grep for text in PowerPoint

3 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

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

Readme

Activity

Stars

3 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages