function seesv
column -s, -t < $argv[1] | less -#2 -N -S
end
I used this a lot when I had to deal with CSV files — it simply shows the data in a nice format. It’s an alias for the fish shell by the way.
function seesv
column -s, -t < $argv[1] | less -#2 -N -S
end
I used this a lot when I had to deal with CSV files — it simply shows the data in a nice format. It’s an alias for the fish shell by the way.
This is so annoying. Whenever I want to use page search my muscle memory clicks some random button instead. It would’ve been acceptable if this accomodated new features but it doesn’t add anything at all and only makes it stick out from the other UI elements in the app.