https://github.com/pizzapanther/gondor-untracked-files
Updates your .gondor/.config to include a directory of untracked files easily
https://github.com/pizzapanther/gondor-untracked-files
Last synced: 3 months ago
JSON representation
Updates your .gondor/.config to include a directory of untracked files easily
- Host: GitHub
- URL: https://github.com/pizzapanther/gondor-untracked-files
- Owner: pizzapanther
- Created: 2011-12-19T21:34:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-20T15:53:30.000Z (over 13 years ago)
- Last Synced: 2023-04-10T20:01:43.066Z (about 2 years ago)
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Updates your Gondor config to include multiple files in a directory easily.
Usage:
untracked [-h] [--config CONFIG] [--configold CONFIGOLD] [--exclude EXCLUDE]
[--excludedir EXCLUDEDIR] DIR [DIR ...]Update Gondor config with multiple untracked files
positional arguments:
DIR Directory to recurseoptional arguments:
-h, --help Show this help message and exit
--config CONFIG Path to config file, Default: .gondor/config
--configold CONFIGOLD Path to copy old config file, Default: .gondor/config.old
--exclude EXCLUDE Exclude files. Default: *.pyc., .*
--excludedir EXCLUDEDIR Exclude directories. Default: .gitBefore using:
cd django_project_dir/Example Usage:
untracked plugins/cool-plugin1Multiple Directories:
untracked plugins/cool-plugin1 plugins/cool-plugin2Exclude Files:
untracked --exclude "*.pyc" --exclude "*.bak" plugins/cool-plugin1Exclude Directory:
untracked --exclude "*.pyc" --excludedir .git --excludedir bak build plugins/cool-plugin1