Skip to content

kaityo256/pptxgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grep keyword in Microsoft Powerpoint (pptx) files

MIT License

Summary

Find keywords in pptx files. It will search pptx files recursively from the current working directory.

Descriptions in Japanese are available here.

Build

dmd pptxgrep.d
alias pptxgrep=$PWD/pptxgrep # or put them somewhere in $PATH

Usage

$ pptxgrep keyword
Found "keyword" in hoge/hoge.pptx at slide 4
Found "keyword" in hoge/hoge.pptx at slide 1
Found "keyword" in test.pptx at slide 3

About

Find keywords in pptx files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages