Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
56.92k stars 3.29k forks source link

Tabby does not preserve tabs in terminal output #9692

Open et304383 opened 3 weeks ago

et304383 commented 3 weeks ago

Describe the problem: If I putput tabs from a script (as I want to copy/paste the output into a spreadsheet) tabby replaces the tabs with spaces. iterm2 does not do this.

If I gobble the output from the script into a copy to clipboard command, the tabs are preserved, so this is definitely related to output going to the terminal that I then select and copy.

To Reproduce: echo -e 'Field1\tField2'

Tabby outputs:

Field1    Field2

The tab is replaced with spaces.