implementation of copy_file and paste

This commit is contained in:
nova
2026-06-08 22:05:40 +02:00
parent 5a31f452ea
commit 9bdf677a56
4 changed files with 112 additions and 12 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ void order_by(unsigned long passes, int index);
void cmd_on_selected(unsigned long passes, int index);
void yank_file_name();
void yank_file_path();
void yank_file(unsigned long passes, int index);
void copy_file();
void paste();
void search();
void search_next();