/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.n16f.net
| | camdez.com
2.7 parsecs away

Travel
| |
| | laihoconsulting.com
3.7 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | takeonrules.com
2.8 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"...
| | taonaw.com
20.4 parsecs away

Travel
| Turns out I didn't know and forgot about all sorts of built-in fucntions in Emacs that help you navigate windows better. A bit of help from System's Crafters video and I wised up quite a bit.