bevesce Posted January 17, 2013 Posted January 17, 2013 (edited) Tagging files with Alfred and Openmeta. Download: https://github.com/bevesce/Tags/raw/master/Tags.alfredworkflow Source: https://github.com/bevesce/Tags Usage Tagging Find file(s) with Alfred, run *Select files to tag* file action, type tags. Showing tags Find file, run *Show tags* file action. Searching Search for files tagged with given tag using tags keyword. Requirements - Openmeta cli is in /usr/bin Edited April 22, 2013 by bevesce sphardy and jiku 2
palobo Posted January 18, 2013 Posted January 18, 2013 Cool, I started something similar today. Had an Openmeta tagger for v1, was treino to go more mainstream with The v2 workflow.
Carlos-Sz Posted February 8, 2013 Posted February 8, 2013 Interesting ideas. I like the search tags within Alfred. I have just made a test Worflow that creates a text file (.txt) with clipboard content and adds the topmost app name as a tag. You can also add your own tags using Alfred of course. I like the idea to add tag to the current Finder selected file. Well, I’ll test your workflow a bit more tomorrow. Thank you for sharing it!
bevesce Posted February 23, 2013 Author Posted February 23, 2013 If somebody is interested I updated my workflow. It's no longer uses clipboard to store paths to selected files, shows selection in Alfred using script filter and better handles multiple files. Now, for me it's pretty reasonable way to tag items, especially using file selection hotkey (⌘⌥\). twinpeaks 1
caiman Posted April 22, 2013 Posted April 22, 2013 Hi bevesce, I use your workflow all the time... thanks! At the moment when you are typing tags to assign to a file, there is a lag of 1-2 seconds between what you type and what the workflow gets. So it is common to press enter too quickly and then you end up with missing tags or worse, half-typed tags. Is there a way to speed it up?
bevesce Posted April 22, 2013 Author Posted April 22, 2013 Hi bevesce, I use your workflow all the time... thanks! At the moment when you are typing tags to assign to a file, there is a lag of 1-2 seconds between what you type and what the workflow gets. So it is common to press enter too quickly and then you end up with missing tags or worse, half-typed tags. Is there a way to speed it up? It bothered me for some time too. I did some profiling and most of the time my scripts is spending on retrieving tags of selected files. I cutted some of not necessary calls to that function and it reduced time that scripts works by factor of two, but it was not fast enough. If you check out newest update I added atag keyword that have the same functionality that tag keyword has but it doesn't displays any tags of selected files at all, which reduces time approximately 300-500 times and it's really fast (0.002s on my MacBook) but still inserting tags isn't instantaneous and I don't think that I can do anything more, it's just how Alfred works. Let me know how it works for you after update, because I'm not sure myself.
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