Search the Community
Showing results for tags 'txt'.
-
Hello everyone! I have a document with name link.csv, which is on the desktop, /Users/.../Desktop/links.csv There are some links in the document: https://www.google.com https://www.alexa.com https://www.facebook.com https://wikipedia.org https://www.youtube.com https://github.com etc 1.How can I open all links from csv. with Alfred? 2.How can I open first 5 links? 3. How can I delete first 5 links? Any help will be appreciated!
-
Hi, I've read several thread regarding this but I think I am still clueless as to how it works. What I am looking for: a workflow which will append any Clipboard inputs to my clipboard.txt document. What is the best way to do it? Any help would be appreciated.
-
Hello guys, my question is really simple: I have a folder containing 5 .txt files named 1,2,3,4,5. I need to create a workflow that gets the content of the file specified in the input and copy it to my clipboard (and possibly paste it to the front app). ex: "copy 1" and it copies the content of 1.txt to my clipboard I've been trying for hours but I didnt manage to make anything work. I can do that from the terminal but if I use the same code in alfred it doesn't work. I don't get what I am doing wrong. Thanks in advance!