79749624

Date: 2025-08-28 21:37:08
Score: 0.5
Natty:
Report link

Well go figure after fighting this all day... five minutes after posting here I tried a different control character removing idea, and this time it worked.

The working command was: tr -d '[:cntrl:]' added right after the fzf command.

Many others like tr -dc '[:alnum:]\n\r' and some using awk/sed/etc also did not work.

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Wisteso