fioncat / otree

A command line tool to view objects (JSON/YAML/TOML) in TUI tree widget.
MIT License
142 stars 4 forks source link

feat: support clipboard copy action #24

Closed fioncat closed 1 week ago

fioncat commented 1 week ago

Now we can use key 'y' and 'Y' to copy selected item's name or value to system clipboard.

This is based on external clipboard helper program in system:

The other system does not support clipboard currently.