Command line utility which excecutes commands in multiple folders
Project description
Fire In Folders
From usage you will see all this CLI tool does:
$ ls test $ ls test/ foobar foobar2 $ ls test/foobar/ changes.txt huhu.txt $ ls test/foobar2/ stuff.txt $ fire_in_folders -s test ls changes.txt huhu.txt stuff.txt $ fire_in_folders -s test rm * $ fire_in_folders -s test touch foo.txt $ fire_in_folders -s test ls foo.txt foo.txt
NOTES
This tool was created for use with buildout and svn externals. Buildout populates src/ folder with products that need svn management (and we hate svn externals). Makes it easier to do: “fire_in_folders svn up”
CHANGELOG
22.12.2009
fix: bug when main() function will not accept arguments
feature: display information in which folder is output coming from
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
FireInFolders-0.2.tar.gz
(2.2 kB
view hashes)
Built Distribution
FireInFolders-0.2-py2.6.egg
(3.4 kB
view hashes)