Walker executes the same command on multiple directories.
Project description
Walker executes the same command on multiple directories.
Free software: BSD license
Documentation: https://walker.readthedocs.org.
Installation
Walker can be installed from PyPI.
$ pip install walker
Usage
Walker only gets the immediate children of the current directory.
Here is an example of it showing showing the status of different git repositories:
$ walker git status walker: in /home/dyu/src/couchdb-lucene # On branch master nothing to commit (working directory clean) walker: in /home/dyu/src/dotfiles # On branch master # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: gitignore_global # no changes added to commit (use "git add" and/or "git commit -a") walker: in /home/dyu/src/es fatal: Not a git repository (or any of the parent directories): .git
Here is another example of it showing disk usage:
$ walker du -cksh walker: in /home/dyu/src/cookiecutter 2.1M . 2.1M total walker: in /home/dyu/src/couchdb-lucene 145M . 145M total walker: in /home/dyu/src/dotfiles 588K . 588K total walker: in /home/dyu/src/es 245M . 245M total
History
0.0.2 (2014-09-13)
Some clean up and half-hearted docs.
0.0.1 (2014-09-13)
First release on PyPI.
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
walker-0.0.2.tar.gz
(11.7 kB
view details)
File details
Details for the file walker-0.0.2.tar.gz
.
File metadata
- Download URL: walker-0.0.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50d3e3fac38d88383a471e27eff2740ac77a838d577c795997434c597eee333d |
|
MD5 | f3b7db22d943df8b47e5516c11ba1234 |
|
BLAKE2b-256 | d66027737c77b9447b08baa7796f3ab210e22d4d4bfbdfd4f49a7d932be27efb |