Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (27 loc) · 655 Bytes

File metadata and controls

49 lines (27 loc) · 655 Bytes

wp-bin

A few WordPress scripts. Thrown together. For you.

wp

Searches all files for a regular expression.

fn

Searches all files for an exact function name.

fns

Searches all files for any function containing a given string.

blame

Allows you to easily blame repositories.

Currently includes:

  • wp – WordPress Core
  • p2 – P2 Theme

recmd.py

A python library used to search files with a pretty interface. Opens files to the appropriate line in TextMate.

Ignores files in .svn directories.

Still a bit slower than grep and friends...

color.py

A lightweight library for coloring terminal output.