thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

don't resolve symbolic links in path #727

Closed erzoe closed 3 years ago

erzoe commented 4 years ago

When opening a new window with termite -d /some/path symbolic links in /some/path are resolved.

I would prefer it if termite -d /some/path would open a new window with the current working directory /some/path and not some other path.

egmontkob commented 4 years ago

This requires termite to set $PWD, or (beginning with VTE 0.52) to pass the directory to vte_terminal_spawn_sync() (which takes care of setting $PWD then).

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.