canola.nvim/doc
Barrett Ruth c29f75ce42
docs: add paste-file-from-clipboard recipe (#156) (#153)
docs: add paste-file-from-clipboard recipe (stevearc/oil.nvim#156)

Problem: users on macOS want to copy a file in Finder and paste it
into an oil directory. The parser rejects absolute paths, but a
recipe-level solution avoids touching the mutation pipeline entirely.

Solution: add `oil-recipe-paste-file-from-clipboard` recipe that reads
the system clipboard, resolves it as a file path, and copies it into
the current oil directory via `vim.uv.fs_copyfile`.
2026-03-16 18:30:08 -04:00
..
oil.txt docs: add paste-file-from-clipboard recipe (#156) (#153) 2026-03-16 18:30:08 -04:00
upstream.md docs: add paste-file-from-clipboard recipe (#156) (#153) 2026-03-16 18:30:08 -04:00