- default to stdin mode if connected (isatty), previously pyxargs would also require stdin not be empty - add short forms for input mode, can just supply f, p, a, or s for file, path, abspath, or stdin respectively
2.0.0
- changed and removed a number of features in order to simplify both the code and user experience
I'm not sure how useful this will be, or how much more maintenance it will receive. I was just inspired to clean it up a bit after seeing some modern-unix tools and thought the core features here might be useful after removing some cruft and stuff done better by other tools. A lot of the features were just written for fun and experimentation, but never actually used here.