Explore >> Select a destination


You are here

rsdoiel.github.io
| | takeonrules.com
18.4 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"...
| | www.thedroneely.com
16.2 parsecs away

Travel
| | The Bourne Again Shell is ubiquitous among many unix-like systems. Here's a few tweaks that are applied to my bash configuration for improved interactivity.
| | howtolamp.com
17.4 parsecs away

Travel
| | Here we will learn the difference between a Login shell and Non login shell. The shell program, for example Bash, uses a collection of startup scripts ...
| | www.integralist.co.uk
101.5 parsecs away

Travel
| I see a lot of posts on Vim 'tips and tricks' and decided I'd have a go at putting together my own list of things that don't typically see the light of day, but are super powerful and useful to know about. IMPORTANT: I want people to realise that they don't need super complex Vim configurations with lots of third-party plugins, and this entire post is built on that motivation. This means you'll find nearly everything described here is just plain Vim (no plugins).