canola.nvim/tests
Steve Walker 4c9bdf0d83
feat: copy/paste to system clipboard (#559)
* feat: copy/paste to system clipboard on macOS

* stylua

* feat: copy/paste to system clipboard on linux

* force mime type

* fix string.gsub

* vim.uv or vim.loop

* fix stylua

* support gnome directly

* support wayland

* refactor: extract clipboard actions into separate file

* fix: copy/paste in KDE

* refactor: simplify file loading

* fix: copy/paste on x11

* fix: better error message when clipboard command not found

* fix: paste on mac

* fix: pasting in Gnome

* feat: support pasting multiple files

* feat: support copying multiple files to clipboard

---------

Co-authored-by: Steve Walker <65963536+etherswangel@users.noreply.github.com>
Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2025-03-20 08:19:18 -07:00
..
altbuf_spec.lua fix: set alternate when using floating windows (#526) 2024-12-20 23:18:49 -05:00
files_spec.lua test: refactor tests to use new helper methods 2025-01-24 15:41:27 -08:00
manual_progress.lua feat: can restore Oil progress window when minimized 2024-04-19 16:31:42 -04:00
minimal_init.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
move_rename_spec.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
mutator_spec.lua fix: process deletes in dir before moving dir 2024-08-25 20:46:46 -07:00
parser_spec.lua feat: highlight groups for hidden files (#459) 2024-11-22 08:55:55 -08:00
path_spec.lua feat: first draft 2023-01-02 01:34:53 -08:00
preview_spec.lua test: refactor tests to use new helper methods 2025-01-24 15:41:27 -08:00
regression_spec.lua lint: remove unused variable 2024-04-21 07:55:19 -07:00
select_spec.lua test: refactor tests to use new helper methods 2025-01-24 15:41:27 -08:00
test_util.lua test: refactor tests to use new helper methods 2025-01-24 15:41:27 -08:00
tmpdir.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
trash_spec.lua fix: bug copying file multiple times 2023-11-19 23:58:40 -08:00
url_spec.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
util_spec.lua feat: copy/paste to system clipboard (#559) 2025-03-20 08:19:18 -07:00
win_options_spec.lua test: refactor tests to use new helper methods 2025-01-24 15:41:27 -08:00