Tagging useful commands in terminal

June, 2020

Use this comments to "tag" commands in terminal so it's easier to find it later.

df -h #disk #useful
git reset HEAD~ #git #undo #undocommit #useful

Than you can use:

history | grep "# useful"

or reverse search with CTRL+R