feat(actions): add add_to_qflist action #284

Merged
barrettruth merged 1 commit from feat/add-to-qflist into canola 2026-03-30 22:52:14 +00:00
barrettruth commented 2026-03-30 22:51:59 +00:00

Problem

send_to_qflist sends every file in the directory to the quickfix list. There is no way to add individual files or a visual selection without a custom action. Requested in #281, where a user provided a working custom implementation.

Solution

Add add_to_qflist action that appends the cursor entry (or visual selection) to the quickfix list. Supports target parameter for loclist. Does not auto-open the quickfix window — the user runs :copen when ready.

Closes #281

## Problem `send_to_qflist` sends every file in the directory to the quickfix list. There is no way to add individual files or a visual selection without a custom action. Requested in #281, where a user provided a working custom implementation. ## Solution Add `add_to_qflist` action that appends the cursor entry (or visual selection) to the quickfix list. Supports `target` parameter for loclist. Does not auto-open the quickfix window — the user runs `:copen` when ready. Closes #281
Sign in to join this conversation.
No description provided.