├── .gitignore ├── Default.sublime-commands ├── README.md └── ReadmePlease.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roadhump/ReadmePlease/HEAD/.gitignore -------------------------------------------------------------------------------- /Default.sublime-commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roadhump/ReadmePlease/HEAD/Default.sublime-commands -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roadhump/ReadmePlease/HEAD/README.md -------------------------------------------------------------------------------- /ReadmePlease.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roadhump/ReadmePlease/HEAD/ReadmePlease.py --------------------------------------------------------------------------------