Blog/Software tools I like (Jan 2025)

From ~esantoro
Revision as of 09:56, 23 September 2025 by Esantoro (talk | contribs) (Configuration snippets)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It just occurred to me that there are software tools I like that either aren't well known (to others) or aren't known enough so that I can easily find them.

In this page I want to list a few of those, along with links, mainly so I can get back at this list later in the future.

The software

Configuration snippets

As those sofwares are not all very widespread, I'll be saving some commented configurations. The main objective is to not lose configuration files across re-installations, and to have a quickly reachable page from where i can copy-paste configurations ;)

Ghostty

# I use bash from homebrew
command = /opt/homebrew/bin/bash

# terminal capabilities, back/fore-ground colors
term = xterm-256color
background = #000000
foreground = #FFFFFF

# configuring drop-down terminal
keybind = global:f11=toggle_quick_terminal
quick-terminal-position = top
quick-terminal-animation-duration = 0
quick-terminal-size = 75%

# Making Ghostty work well with gnu emacs:

## useful for keybindings
macos-option-as-alt = true

## for some reason emacs over ssh does not work without this
keybind = Backspace=text:\x7f

(but why?)

I used to use a small utility written in go called goto that allowed me to associate a name with a local path and just type "goto <directoryname>" to change the current directory to that path. I can't find that utility anymore. It might be golang-goto or goto (or maybe iridakos/goto ... I have to check)