tide/functions/_tide_decolor.fish

3 lines
102 B
Fish

function _tide_decolor -a text
string replace --all --regex '\e(\[[\d;]*|\(B\e\[)m' '' "$text"
end