tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Tabby does not preserve tabs in terminal output

Open et304383 opened this issue 1 year ago • 1 comments

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.

et304383 avatar Jun 04 '24 14:06 et304383

Same issue!

Ox0400 avatar Aug 28 '24 11:08 Ox0400

@Eugeny any chance we can get a fix here? This is a problem for copy/pasting from the terminal.

et304383 avatar Mar 17 '25 11:03 et304383