On Linux I’m using ipfs-cli to pin large files/folders using this command:
ipfs pin add -r --progress <hash>
When the pinning process is done, I give them a label using this command:
ipfs files cp /ipfs/<hash> /FolderName
The purpose is to have an addressable on the /webui (or IPFS Desktop) of course.
Can you share a way to automate these 2 steps so that the 2nd cmd is run right after the pinning process?