Jump to content

Script to create Unclutter notes through Alfred


Recommended Posts

Small script that works in an Alfred workflow to create notes for Unclutter, in case it is useful for anyone. I use a keyword ("u") and then run the following shell script.

 

DATENOW=$(date '+%Y-%m-%d')
DATETIME=$(date '+%H.%M.%S')

echo "{query}" > "/Users/USERNAME/LOCATION/Unclutter/Notes/Unclutter Note $DATENOW $DATETIME.txt"

 

 

 

 

Link to comment
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...