Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clipboard-macos-amd64.zip | 2022-12-31 | 37.7 kB | |
clipboard-windows-amd64.zip | 2022-12-31 | 87.0 kB | |
clipboard-linux-amd64.zip | 2022-12-31 | 32.3 kB | |
0.2.0.tar.gz | 2022-12-31 | 96.6 kB | |
0.2.0.zip | 2022-12-31 | 96.6 kB | |
README.md | 2022-12-31 | 1.5 kB | |
Totals: 6 Items | 351.8 kB | 0 |
New:
- Spanish and Turkish locales
- Infinite multi-clip: Select any clipboard you want from 0 to 99999999999+
- Display helpful cancellation message when Ctrl+C is pressed
- Optimize piping in for fewer branch misses
- Perma-clip: Select a clipboard with _ or : or ; or / to save data persistently
- Progress bar while performing an action
- Compatibility with traditional flag systems, so you can use --copy
instead of copy
- Wiki pages showing GUI clipboard compatibility and how to link clipboards across two systems
- The Clear action which lets you clear any clipboard
- User prompt when overwriting an item while pasting
- Man page
- Read and write compatibility with the Windows clipboard
- Add capability to use hard links for pasting
- Change default behavior from hard links to regular copying, use hard links with --fast-copy
or -fc
- Optimized data storage
- Sexy readme
- Something special! :)
Fixed: - "Not enough storage" error would give the size in MB and not kB - Pasting in an empty directory would fail on Windows - Copying duplicate files would give an erroneous error - Tests would fail on GitHub Actions due to https://github.com/actions/runner/issues/241 - Locale check would crash Clipboard on systems with buggy implementations
Changed:
- The build instructions now include cd Clipboard
and CMakeLists.txt has been moved to the project's root directory
Special thanks to @Davipb who added the awesome Windows clipboard compatibility, and @Zaryob for the Turkish translation!