Skip to content

Instantly share code, notes, and snippets.

@letoh
Created May 12, 2013 14:55
Show Gist options
  • Save letoh/5563823 to your computer and use it in GitHub Desktop.
Save letoh/5563823 to your computer and use it in GitHub Desktop.
(defun dired-show-only (regexp)
(interactive "sFiles to show (regexp): ")
(dired-mark-files-regexp regexp)
(dired-toggle-marks)
(dired-do-kill-lines))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment