Jump to content

nikivi

Member
  • Posts

    985
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by nikivi

  1. I am curious where you store your backups at? If you don't mind sharing it. I've been thinking of using a cloud backup solution in combination with Time Machine and so far it seems Arq with BackBlaze as cloud provider is a good solution.
  2. Selfless plug. But I made a workflow to solve this and other pains I had with native web searches. I use it and Searchio exclusively now and love it. Can also adjust it to open in different browsers.
  3. Released new version that now caches the lists for 6 hours.
  4. Double clicking I'm feeling lucky for .. achieves nothing for me. I can't see what URL it actually uses. I tried to double click on this: Did I do something wrong? EDIT: I did find the URL after all. http://www.google.com/search?hl=en&q={query}&btnI=I In case anyone wants it too. I added it it in my Search Selection workflow.
  5. Yeah that makes it a bit faster indeed. However I call my workflow with an External trigger it doesn't seem to have this option. In any way, I think the speed of it is fine, I just had to get used to it coming from Hammerspoon.
  6. Do you mean this: If yes, I did have it set. The delay it turns out is not that bad after some time using it. I was just used to instant feedback of my Hammerspoon displaying. Large Type is nearly instant but there is still a bit of a delay that you see (~ 1 second) vs 0 seconds of Hammerspoon.
  7. TODO Task This small workflow lets you write tasks in Alfred and then with another action display them in the middle of the screen. For more information on how to use it read the README.
  8. I updated this workflow and published it on GitHub. Now it works for everyone as it uses Alfred Data Dir to save the TODO & temp file.
  9. Thank you @vitor, this works. Let me know if I can improve it in any way. I do hope @Andrew looks into this when he gets time.
  10. As I was creating this thread to ask for help on Large Type object. I had another issue with this Large Type object that is the way Large Type activates. Right now activating Large Type takes some delay before it actually shows on the screen. I want this to be instant. For example currently I use Hammerspoon to display things onscreen and it is instant however it lacked border background that Alfred has so I want to move it from HS to Alfred instead. Only thing is that it is quite annoying to see the ~ 1 second delay until Large Type actually shows up. As I will be running the above action many times a day. It would be great to allow users to set the time it takes to have Large Type activate on the screen where 0 value will be instant. Or have it be default to be instant. Oh and I did check it where by I call the Large Type as the first and only thing after a trigger and it takes the same amount of time (~ 1/2 seconds) which is not instant. I would really appreciate this change. Thank you.
  11. I have this workflow that writes some text to a file as a bash script. This text is essentially a TODO task of mine that I can prefill from Alfred keyword or select some text and change the file. My issue however is with displaying the task briefly on the screen with Large Type object. I want to make it so that if I activate this hotkey: The task shows up on the screen as it does currently. I then want to make it so that if I press the hotkey again whilst the Large Type is still showing, it will dismiss it and NOT show it up again on the screen. Furthermore I want to make the Large Type disappear after 1 second if I don't actually dismiss it in the time that it is still up. My workflow is that I want to quickly see the active task on screen, dismiss it immediately once I read the task by pressing the same hotkey or running the external trigger or have it be shown for a bit and let it dismiss on its own. Can I do this? Thank you for any help.
  12. I would also strongly advise making and automating making of backups. Data that is not backed up is lost data. Here is how I do it. There is also a funny take on backups here I quite liked.
  13. It really does have quite a lot of bugs. Even now, I got a notification on the bottom that @deanishe wrote a reply, I clicked on it but the bell in top right corner still has a badge. I am forced to update it too.
  14. I searched this forum and didn't find any thread on this but I wanted to propose it for a long time now. I very often use Discourse based forums like KM forum or Swift forum. And the experience in there is in many ways so much better than here. The interface is much cleaner, there is native markdown support, the search is better and more intuitive. I can't find anything this forum does better than Discourse can. I also have been reading this forum for a long time and lack of markdown in writing things is a very obvious paint point. There was a thread made 2 hours ago that mentions this very problem. I myself am quite annoyed too by the fact that I am forced to use an external tool like MarkdownTransform just so I can in some comfort markup my text in this forum and run it through the tool later. Also Discourse supports night theme which is a small cosmetic change but with Mojawe coming soon would be quite appreciated. It seems the big reason why this change can't be made is that you can't translate the content that is written on this forum to Discourse. Which if true, while sad, makes complete sense why we still use this forum software. But if that is not the case and there is a way to import all content into a new Discourse instance. I think this change would be really nice for the users.
  15. I also dislike how with writing Alfred workflows in Python, you are 'forced' to write them in Python 2 (which is soon to die) if you want to publish them to other people. With Go I get a nice binary I can just ship with the workflow.
  16. This can be solved by reading more on things and googling though. I also found that Go enforces a style in how you can write code which I feel is great for newcomers. Also the tooling you get, since Go is a statically typed language is amazing. Python has a lot more freedom but freedom means you are not sure what the 'best' way to do things is.
  17. I meant that it doesn't set query from passed in argument. So it had no os.Args[0] in it.
  18. I usually just send a message/email with what I want to share to that specific person or persons. But Dropbox file sharing works too.
  19. Hey @Neberheim. I also had and still have difficulty in writing Alfred workflows to solve my own problems but I got a little better at it over time. I wrote an article on how you can start writing workflows using Go language and AwGo library. I find Go language really nice to work with and the amount of libraries you can use with Go is immense. The article goes step by step how you can use AwGo with some Go code to make Web Searches workflow as well my process in creating Alfred workflows. See if you like it. ?
  20. That's what confused me as the workflow didn't have arg catching in Alfred My Mind. Thank you @deanishe. It works great now.
  21. I am trying to modify my web searches workflow and got rid of Kingpin library as it was unnecessary. I tried to keep main.go as minimal as possible and make a call to doSearch() func in search.go file. Here is the workflow I am using that is built from that code. One thing I don't understand is why when I make a search, the results don't get filtered. I checked and I do assign UID to all the items. I have nearly the same workflow here that I also removed Kingpin from and that works perfectly well. Would love any help on this. Thank you.
  22. I used the workflow @deanishe linked above but switched to a different solution all together for all my note taking. Now I just write all my notes as markdown files in Sublime Text. I put all the notes in one directory called knowledge that I put in Dropbox for syncing. And I can open any file in this directory with Alfred scoped to the path where the directory lies. I made a workflow for it too. On iOS, I use Ulysses app to edit the notes as Ulysses can consume directories of markdown files that are stored on Dropbox. The bonus point of it all is that I can then render all these markdown files to the web with GitBook so anyone can read them. If you want to keep private notes in this setup, I would create a directory in the main repo and git ignore it so it won't be pushed online for all to see. This setup works for me and I am super happy with it. Maybe you like it too. I am just not fond of keeping all my notes in a database that only Notes or Bear or any one app can read. Markdown files are super portable. Oh and Sublime Text has vim mode which neither Notes nor Bear nor Ulysses have.
  23. Updating and creating workflows is really easy for me. I use this workflow to search for the workflow I want to release/update to ~/Desktop. For example pressing enter on this: Will copy the workflow to desktop but also copy the version number to my clipboard `v.1.4`. I then modified @deanishe Repos workflow. Here is my modification. It searches across my repositories and on modifier press will open a new release on GitHub so I can instantly insert the version number I already have in my clipboard. Then write what changes I made to the workflow and attach the workflow. And it's released. ? For releasing the workflows in this forum, I have a small Typinator snippet I use: Which prefills all the required information I need. I don't bother duplicating the README in the forum as the README changes often and I don't want to keep two copies of it both in this forum and on GitHub. This forum is mostly for letting other Alfred users know about the workflow. I also don't bother changing the workflow's internal README too and just use this template: I only change the Website to link to the actual workflow when I release it. So yeah, you can automate most tiresome things if you wish.
  24. I am curious if you had any time yet to look at this. I would really appreciate this feature as I use Contacts Filter a lot during my day and getting values from fields like `GitHub`, `Twitter`.. with modifiers would save me a lot of time. Thank you.
  25. I have this workflow and inside it in a red Bash Run Script I want to send an HTTP request that needs as OAuth my GitHub username and password. I want to be able to share this workflow with other people and thus I don't want to put my GitHub credentials in the workflow. The request I need to send is this: https://developer.github.com/v3/repos/#delete-a-repository Actually I think I can get a GitHub OAuth token and save it in Alfred dirs somewhere and then use that but those Alfred directories always confused me. ?
×
×
  • Create New...