eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

Added support for a simple configuration file. #34

Closed vsajip closed 9 years ago

vsajip commented 9 years ago

I've added a very simple configuration mechanism: if a file named .pss is found in the current directory, its contents are read in, treated as a list of command line arguments and inserted at the appropriate point in argv before passing to the command-line parser. This allows the addition of any project-specific command line flags (e.g. --ignore-dir for virtualenv subdirectories in project directories, custom file types, etc).