I often put work away for later, then other stuff comes along, and a few weeks later, I want to inspect the stash, and find out what changes it would make if I applied it to
yes the best way to see what is modified is to save in file like that:
git stash show -p stash@{0} > stash.txt