From 8a76a031cb728b6437cc39e446c307a39b4fa373 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 10 Apr 2025 21:19:09 -0400 Subject: [PATCH] wip: copy/paste from system clipboard --- docs/command.md | 1 + docs/navigation.md | 2 ++ docs/visual.md | 4 ++-- src/ui/cmd.rs | 20 +++++++++++++++++++ src/ui/mod.rs | 48 ++++++++++++++++++++++++++++++++++++---------- 5 files changed, 63 insertions(+), 12 deletions(-) diff --git a/docs/command.md b/docs/command.md index 0f49d23..ef2db6f 100644 --- a/docs/command.md +++ b/docs/command.md @@ -18,6 +18,7 @@ The currently supported commands are: * `help [topic]` Display help for a given topic. * `export-csv ` Export the current sheet to a csv file at ``. * `quit` Quits the application. `q` is a shorthand alias for this command. +* `system-paste` Paste from the system clipboard