I want to create folder but it's name date of current day. I know how to make it in terminal by this command:
mkdir $(date -I)
How to add this to right click to be easy?
I want to create folder but it's name date of current day. I know how to make it in terminal by this command:
mkdir $(date -I)
How to add this to right click to be easy?