Mac Tip : Recent applications folder in doc.
Super useful little trick. The command below will add a folder to your doc that will contain the last 10 apps you loaded.
1. Open Terminal
2. Paste this text : defaults write com.apple.dock persistent-others -array-add '{
"tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
3. Hit enter