Terminal cheat

so found this and thought this might be helpfull.
i just used the snap install ( easiest for me )

sudo snap install cheat

hope someone finds this helpfull :upside_down_face:

1 Like

You can also use regex for searching. This example searches for IP addresses.

cheat -r -s '(?:[0-9]{1,3}\.){3}[0-9]{1,3}'

Is there a cheatsheet for using cheat?