This page lists icicles-ized commands made by users.
Icicles-ized ‘locate’. – rubikitch
(require 'locate) (icicle-define-command icicle-locate ; Command name "Run the program `locate', then visit files. Unlike `icicle-locate-file' this command is a wrapper for the program `locate'." ; Doc string find-file ; Function to perform the action "File: " (mapcar #'list (split-string (shell-command-to-string (format "%s '%s'" locate-command query)) "\n" t)) nil t nil 'locate-history-list nil nil ((query (read-string "Locate: "))))