Logo
Explore Help
Sign In
TheCloud/v
1
0
Fork 0
You've already forked v
mirror of https://github.com/vlang/v.git synced 2025-08-03 09:47:15 -04:00
Code Issues Packages Projects Releases Wiki Activity
v/vlib/clipboard
History
Delyan Angelov 3725576729
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
2025-07-19 11:51:01 +03:00
..
dummy
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
2025-07-19 11:51:01 +03:00
x11
checker: do not allow &u8(0), force nil like we do with &Type(0)
2025-05-03 22:37:51 +03:00
clipboard_android.c.v
clipboard: add doc strings to all implementations (#13932)
2022-04-05 13:06:32 +03:00
clipboard_darwin.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
2025-07-19 11:51:01 +03:00
clipboard_darwin.m
…
clipboard_default.c.v
clipboard: add doc strings to all implementations (#13932)
2022-04-05 13:06:32 +03:00
clipboard_solaris.c.v
clipboard: add doc strings to all implementations (#13932)
2022-04-05 13:06:32 +03:00
clipboard_test.v
…
clipboard_windows.c.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
2025-07-19 11:51:01 +03:00
clipboard.v
checker: require unsafe for free()
2022-08-20 08:03:07 +03:00
README.md
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
2024-02-12 12:38:47 +02:00

README.md

Description

clipboard provides access to the platform's clipboard mechanism. You can use it to read from the system clipboard, and write to it from your applications.

Examples

import clipboard

fn main() {
	mut c := clipboard.new()
	println(c.get_text())
}
Powered by Gitea Version: Page: 1151ms Template: 61ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API