Explore >> Select a destination


You are here

tonsky.me
| | stuartsierra.com
10.3 parsecs away

Travel
| |
| | takeonrules.com
9.7 parsecs away

Travel
| | Last month I wrote Creating an Emacs Command to Rename Files per Denote File Naming Schema. Ive been using it in a one-off situation. And yesterday I wrote a wrapping function to call in dired. The source code for jf/dired-rename-files-to-denote-schema. (defun jf/dired-rename-files-to-denote-schema () "Rename marked files in `dired-mode'." (interactive) (when (seq-find (lambda (file) (member (file-name-nondirectory file) '("." ".."))) (dired-get-marked-files)) (user-error "Can't rename "." or ".." files"...
| | quanttype.net
10.1 parsecs away

Travel
| | A well-placed macro can improve your code a lot.
| | drewsing.com
47.0 parsecs away

Travel
| Iterating on a new project:dayspace.co. Dayspace is a shared economy play that allows people to rent out their empty homes as office space during the day. Also using this project to work on my responsive html/css skills. Just put the site up, so will be adding more forms and features soon as long as the...