top | item 46139007

(no title)

alkh | 2 months ago

The only thing I am missing now from Ghostty is being able to open it in any open Finder folder with a keyboard shortcut(like standard Ubuntu terminal). Ghostty already provides Finder-specific GUI shortcut but you need to use a mouse. Otherwise, stellar work(especially the ease of configuring it) and congrats to everyone involved!

discuss

order

ubercow13|2 months ago

You can set a keyboard shortcut for that GUI menu entry (and most others) in macOS system settings.

presbyterian|2 months ago

I do this with an Alfred workflow, I hit command+space and then type “ft” and it opens the front most Finder window’s directory in Terminal (or iTerm, you can set it to whatever)

sdqali|2 months ago

This can be done through Nautilus scripts.

> cat ~/.local/share/nautilus/scripts/Ghostty

#!/usr/bin/env bash

ghostty --working-directory=$(pwd)

> cat ~/.config/nautilus/scripts-accels

<Ctrl><Shift>F4 Ghostty

alkh|2 months ago

Thanks, looks cool but not available for OSX (:

orbsa|2 months ago

Can you not bind the command "open ." to a keybind through Ghostty?

duskwuff|2 months ago

Wrong direction. OP wants to open Ghostty from a Finder window, not vice versa.

tomjakubowski|2 months ago

I think they are looking for the opposite: open a Ghostty window from Finder.