marlowe Posted January 15, 2018 Share Posted January 15, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now