Skip to content

Commit

Permalink
Added system.clipboard.copy
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan authored May 23, 2024
1 parent 6b6f69f commit 0fdd801
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tiger/tools/system/clipboard.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import pyperclip


def copy(text):
pyperclip.copy(text)



tool_name = "system.clipboard.copy"
tool_obj = copy
tool_requirements = ["pyperclip==1.8.2"]

0 comments on commit 0fdd801

Please sign in to comment.