fortunes icon indicating copy to clipboard operation
fortunes copied to clipboard

― character is not on keyboard

Open phanirithvij2000 opened this issue 3 years ago • 1 comments

I use this fortune file for practicing typing using https://github.com/bunyk/gokeybr

Just wanted to open this issue as it could be useful for anyone.

I replace all the ― characters with --

sed -i 's/―/--/g' fortunes.txt

phanirithvij2000 avatar Nov 06 '21 16:11 phanirithvij2000

Fun project, though I think it makes more sense to sed on your side?

AbelLykens avatar Nov 06 '21 19:11 AbelLykens