├── ACKNOWLEDGMENTS.md ├── CHANGELOG.md ├── LICENSE ├── README.md ├── dmg-builder.sh ├── docs └── Credits.html ├── img ├── chug-click.gif ├── chug-header.png ├── chug-header.psd ├── chug-install-example.png ├── chug-install.gif ├── chug-quiet.gif ├── chug-text-settings.png ├── chug-verbose.gif ├── chug.png ├── chug@2x.png ├── chug@3x.png ├── dmg-installer-bg.png └── platypus.png ├── installer ├── Chug-Installer-checksum.txt └── Chug-Installer.dmg ├── profile └── Chug.platypus └── src └── chug.sh /ACKNOWLEDGMENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/ACKNOWLEDGMENTS.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/README.md -------------------------------------------------------------------------------- /dmg-builder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/dmg-builder.sh -------------------------------------------------------------------------------- /docs/Credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/docs/Credits.html -------------------------------------------------------------------------------- /img/chug-click.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-click.gif -------------------------------------------------------------------------------- /img/chug-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-header.png -------------------------------------------------------------------------------- /img/chug-header.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-header.psd -------------------------------------------------------------------------------- /img/chug-install-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-install-example.png -------------------------------------------------------------------------------- /img/chug-install.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-install.gif -------------------------------------------------------------------------------- /img/chug-quiet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-quiet.gif -------------------------------------------------------------------------------- /img/chug-text-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-text-settings.png -------------------------------------------------------------------------------- /img/chug-verbose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug-verbose.gif -------------------------------------------------------------------------------- /img/chug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug.png -------------------------------------------------------------------------------- /img/chug@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug@2x.png -------------------------------------------------------------------------------- /img/chug@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/chug@3x.png -------------------------------------------------------------------------------- /img/dmg-installer-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/dmg-installer-bg.png -------------------------------------------------------------------------------- /img/platypus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/img/platypus.png -------------------------------------------------------------------------------- /installer/Chug-Installer-checksum.txt: -------------------------------------------------------------------------------- 1 | 11a8a896d9862c5b6d3e1c41c51bf3c043f5e902 Chug-Installer.dmg 2 | -------------------------------------------------------------------------------- /installer/Chug-Installer.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/installer/Chug-Installer.dmg -------------------------------------------------------------------------------- /profile/Chug.platypus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/profile/Chug.platypus -------------------------------------------------------------------------------- /src/chug.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrissimpkins/chug/HEAD/src/chug.sh --------------------------------------------------------------------------------