Skip to content

Comments

Adds the command DIRECTORY-MODE-KILL-LINES.#1296

Merged
cxxxr merged 1 commit intolem-project:mainfrom
mychris:patch/directory-mode-kill-lines
Feb 16, 2024
Merged

Adds the command DIRECTORY-MODE-KILL-LINES.#1296
cxxxr merged 1 commit intolem-project:mainfrom
mychris:patch/directory-mode-kill-lines

Conversation

@mychris
Copy link
Contributor

@mychris mychris commented Feb 16, 2024

This command removes the marked lines from the directory-mode buffer:

Delete the marked lines from the directory-mode buffer.
This does not delete the marked entries, but only remove them from the buffer.

This function can be useful to narrow the directory buffer by first marking lines using a regex and then killing those lines.

I also added a helper method MARKED-LINES which returns a list of temporary points for each marked line.
MARKED-FILES is now implemented using this helper.

This command removes the marked lines from the directory-mode buffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants