Skip to content

Instantly share code, notes, and snippets.

@Kouzuka
Kouzuka / mdfind-dired.el
Created April 3, 2011 14:33
Provides an interface to `mdfind' and a functionality to open Smart Folders in Dired.
;;; mdfind-dired.el --- run a `mdfind' command and dired the output
;; Copyright (C) 1992, 1994, 1995, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
;; Copyright (C) 2011 Kouzuka
;; Author: Roland McGrath <roland@gnu.org>,
;; Sebastian Kremer <sk@thp.uni-koeln.de>
;; Kouzuka
;; Keywords: unix
@Kouzuka
Kouzuka / spotlight-comment.el
Created March 26, 2011 09:11
Manipulate Spotlight comments in Dired.
;;; spotlight-comment.el --- Manipulate Spotlight comments in Dired
;; Copyright (C) 2011 Kouzuka
;; Version: 0.1
;; Author: Kouzuka
;; Keywords: dired, files
;; Compatibility: GNU Emacs 22 and 23, Mac OS X 10.4 or above
;; Created: 2011-03-26
;; Last-Updated: 2011-03-27