Linux history without line numbers

I use my history to track what commands I have executed for a given project.  As often as I try to keep my project notes up to date, I often fall behind in the heat of the moment.  I will often refer back to my history to remind me what commands, and in what order I ran them.  Using this command, I can dump my history without line numbers so I can copy/paste into my notes:

history | cut -c 8-