rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

searching with special characters fails to return results #209

Closed balupton closed 2 years ago

balupton commented 2 years ago

if I have a download in transmission that has a apostrophe ' or a amplisand & then stig fails to find it in the stig ls search

rndusr commented 2 years ago

You need to escape special characters with a backslash.

balupton commented 2 years ago

You need to escape special characters with a backslash.

okay thank you, I'll give that a go, give me an hour

balupton commented 2 years ago

great, that works, cheers