dynamo-browse/_site/data/scriptmods/pb.yaml
Leon Mika b4cee0e2e5
Some checks failed
ci / Build (push) Failing after 3m41s
Release / Build (push) Failing after 3m41s
Release / Site (push) Has been skipped
Release / Release (push) Has been skipped
Updated the documentation
2025-11-15 11:34:07 +11:00

14 lines
444 B
YAML

module: pb
docs: |
Provides access to the pasteboard.
symbols:
- name: 'paste'
syntax: pb:paste
docs: |
Returns the current text value of the paste board. If the paste board contains no text value,
or is unavailable, returns the empty string.
- name: 'copy'
syntax: pb:copy VALUE
docs: |
Sets the current text value of the paste board to VALUE. If the paste board is unavailable, this
command nops.