nikivi Posted August 13, 2017 Posted August 13, 2017 (edited) Alfred Edit Files This is a simple workflow I use to quickly open files and directories I specify in a simple CSV file. You simply edit the CSV file specifying the argument you want to search for and the path to that file/folder and that's it. Download You can download the workflow from GitHub. And more information can be found in the README of the workflow. I hope you like it. ? Edited September 19, 2017 by nikivi
deanishe Posted August 13, 2017 Posted August 13, 2017 You can't save the CSV file in the workflow. Any changes the user makes will be overwritten by a workflow update. User data goes in the workflow's data directory. Also, don't set variables with names like PATH or HOME. They're critically important system variables. Overwriting PATH with a meaningless value, like you're doing, is a fantastic way to break the world. 40-02 1
nikivi Posted September 15, 2017 Author Posted September 15, 2017 Added auto update. Can grab it from GitHub. Will try and figure out how to use workflow's data directory and add that when I can.
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