/tcd

Primary LanguageShellMIT LicenseMIT

Stands for Terminal in Current Directory.

A bash script for simple terminal that uses xdotool as a makeshift way to open another terminal in the same directory as the terminal it is executed from. Works in i3. Requires super+t to be mapped as a key binding for opening a terminal window.

Currently only works for directory names not separated by whitespace.

Thanks to this answer by dawg for an awk snippet present in this script.