Added non-interactive processing allowing scripts to be written for `daudin` (with support for `!/usr/bin/env daudin` hashbang lines). Add reading from standard in via a regular shell pipe. Added some tests for the new non-interactive processing. Added `--noPtys` command-line option to prevent pseudo-ttys from ever being used. Added to README.md.
0.0.15
Added example function for setting a colored prompt showing the current working directory and git branch. This is extremely simplistic!
0.0.14
Added `--shell` command line option to control the underlying shell used for UNIX commands.
0.0.13
Added readline completion of Python symbols following [suggestion from reckoner](https://github.com/terrycojones/daudin/issues/7). Documented this in `README.md`.
0.0.12
Improved `README.md`. Use `shlex.split` to extract argument in `%cd` command, to allow quoting, spaces in dir names, etc.