clipboard-rs

Cross-platform clipboard API (text | image | rich text | html | files | monitoring changes) | 跨平台剪贴板 API(文本|图片|富文本|html|文件|监听变化) Windows,MacOS,Linux

MIT License

Downloads
13.1K
Stars
56

Bot releases are hidden (Show)

clipboard-rs - v0.1.11 Latest Release

Published by ChurchTao 3 months ago

What's Changed

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.10...v0.1.11

clipboard-rs - v0.1.10

Published by ChurchTao 3 months ago

What's Changed

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.9...v0.1.10

clipboard-rs - v0.1.9

Published by ChurchTao 3 months ago

What's Changed

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.8...v0.1.9

clipboard-rs - v0.1.8

Published by ChurchTao 3 months ago

What's Changed

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.7...v0.1.8

clipboard-rs - v0.1.7 release 🎉

Published by ChurchTao 6 months ago

What's Changed

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.6...v0.1.7

clipboard-rs - v0.1.6 release 🎉

Published by ChurchTao 6 months ago

What's Changed

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.5...v0.1.6

clipboard-rs - v0.1.5 release 🎉

Published by ChurchTao 6 months ago

clipboard-rs - v0.1.4 release 🎉

Published by ChurchTao 7 months ago

clipboard-rs - v0.1.3 release 🎉

Published by ChurchTao 7 months ago

What's Changed

  • Fix: Fix the bug on Windows can't read DIBV5 format image from clipboard issues#8
  • Fix: Fix the bug on Windows can't move WatcherContext to another thread issues#4
  • Change: Demo watch_change.rs The callback function for monitoring changes in the clipboard is changed to implement a trait. pr#6

Full Changelog: https://github.com/ChurchTao/clipboard-rs/compare/v0.1.2...v0.1.3

clipboard-rs - v0.1.2 release 🎉

Published by ChurchTao 8 months ago

ChangeLog

  • Change rust-version = "1.75.0" to rust-version = "1.63.0" pr#3
  • Clean up the code and add some comments
clipboard-rs - v0.1.1 release 🎉

Published by ChurchTao 8 months ago

Function Support

  • Plain text
  • Html
  • Rich text
  • Image (In PNG format)
  • File (In file-uri-list format)
  • Any type (by specifying the type identifier) can be obtained through the available_formats method
Package Rankings
Badges
Extracted from project README
Latest version Documentation
Related Projects