Skip to content

0.1.3

Compare
Choose a tag to compare
@Slackadays Slackadays released this 17 Dec 15:32
· 1741 commits to main since this release

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