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.
- Host: GitHub
- URL: https://github.com/cdriehuys/useful-scripts
- Owner: cdriehuys
- License: mit
- Created: 2017-01-15T22:49:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T03:01:32.000Z (over 8 years ago)
- Last Synced: 2025-01-07T07:44:09.237Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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