An open API service indexing awesome lists of open source software.

https://github.com/cdriehuys/useful-scripts

Collection of useful bash scripts.
https://github.com/cdriehuys/useful-scripts

Last synced: 4 months ago
JSON representation

Collection of useful bash scripts.

Awesome Lists containing this project

README

        

# Useful Scripts

Collection of useful bash scripts.

### autopytest

Used for continuously running pytest tests while monitoring the project for changes.

Requires:
* ack-grep
* entr

### create-python-project

Create a new python project with a virtualenv, and set up a sublime project for it.

Requires:
* virtualenv