Implement possibility to copy output of commands to paste buffers.

This commit is contained in:
Oleksandr Kozachuk
2022-12-17 14:54:16 +01:00
parent 6286ce4238
commit 9347bc3972
5 changed files with 48 additions and 5 deletions
+1
View File
@@ -26,6 +26,7 @@ pub enum Command<'a> {
Rm(Name),
Enc(Name),
Pass(Name),
PasteBuffer(String),
Comment(Name, Comment),
Error(LKErr<'a>),
Noop,