dschwen / switch-header-source

Quick switching between C/C++ header and source files
MIT License
13 stars 49 forks source link

Optionally match entire path (not just the file name) #21

Open dschwen opened 6 years ago

dschwen commented 6 years ago

This will allow rules like

^(.*)\.d/[^/]+\.conf$

which would cycle then through all .conf files that are contained in the same .d directory (like Linux modular config sets).