Skip to content

Instantly share code, notes, and snippets.

@wilkerlucio
Created August 15, 2014 17:47
Show Gist options
  • Select an option

  • Save wilkerlucio/b8dd500c9629747aa4db to your computer and use it in GitHub Desktop.

Select an option

Save wilkerlucio/b8dd500c9629747aa4db to your computer and use it in GitHub Desktop.
(defn show-lookup [path]
(->> (scandir path)
(r/filter is-file?)
(r/filter has-video-extension?)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment