0.1.3
New:
- Multi-clip: Use 10 clipboards at once
- Safe-cut: Clipboard won't delete anything that you cut until you paste
- Tests: Verify Clipboard code quality
- FORCE_COLOR support
- Progress indicators for piping and out data
- "Clear" action to clear the clipboard
- "Show" action to show the clipboard
Fixed:
- Cutting or copying a single item would sometimes leave extra text behind
- Check for stderr tty presence so that Clipboard doesn't break programs like vim
- Fix newlines for piping
- Fix Windows support
- Optimize several bloated code sections