Jump to content

Alfred Edit Files


Recommended Posts

Posted (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 by nikivi
Posted

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.

 

  • 1 month 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...