Jump to content

nikivi

Member
  • Posts

    985
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by nikivi

  1. -- NORMAL -- How can I give my tex files an image in Alfred prompt? It shows as blank files : And in Finder it shows with normal icon of app that opens these files :
  2. -- NORMAL -- Thank you, that solved it.
  3. -- NORMAL -- No unfortunately it didn't I am also kind of worried now whether that reset affected anything on my system. Perhaps it is irrational, I just don't fully understand what that command did.
  4. Yeah, it is found with open command : ('o' is for open here) Here is the log for one of the tex files : /Users/nikivi/Documents/text/LaTeX/uni_latex/data_structures_latex/ExampleHomework.tex Internal File Metadata ====================== Display Name: ExampleHomework.tex Alt Names: File Type: public.tex Comments: Keywords: Last Used: Raw mdls File Metadata ====================== _kMDItemOwnerUserID = 501 kMDItemContentCreationDate = 2014-02-03 16:01:06 +0000 kMDItemContentModificationDate = 2014-02-03 16:01:06 +0000 kMDItemContentType = "public.tex" kMDItemContentTypeTree = ( "public.tex", "public.text", "public.data", "public.item", "public.content" ) kMDItemDateAdded = 2016-07-01 19:18:32 +0000 kMDItemDisplayName = "ExampleHomework.tex" kMDItemFSContentChangeDate = 2014-02-03 16:01:06 +0000 kMDItemFSCreationDate = 2014-02-03 16:01:06 +0000 kMDItemFSCreatorCode = "" kMDItemFSFinderFlags = 0 kMDItemFSHasCustomIcon = (null) kMDItemFSInvisible = 0 kMDItemFSIsExtensionHidden = 0 kMDItemFSIsStationery = (null) kMDItemFSLabel = 0 kMDItemFSName = "ExampleHomework.tex" kMDItemFSNodeCount = (null) kMDItemFSOwnerGroupID = 20 kMDItemFSOwnerUserID = 501 kMDItemFSSize = 2466 kMDItemFSTypeCode = "" kMDItemKind = "TeX File" kMDItemLogicalSize = 2466 kMDItemPhysicalSize = 4096
  5. Yes there are in the default search scope. They are in my ~/Documents folder and that is index by Alfred.
  6. When I try and create a filter for .tex files, it defaults to something strange and just doesn't work. Here is a screencast to show better what I mean : http://quick.as/oxjmIlvJR Thank you for any help.
  7. Hey Andrew, I am also using BusyContacts and am trying to make it so that Alfred will search for BusyContacts contacts instead of OS X contacts. There are two different databases and they are not synced. Can I just search for BusyContacts database and show results in Alfred? I have this url handler set up as per instructions : But this does not work. Is there a way to make Alfred work with BusyContacts? Thank you.
  8. No I haven't. I tried to make sense of why it didn't work by looking at the code but couldn't really make it work, maybe because of my lack of go knowledge or programming in general. Didn't want to ask again for your help as you've helped me a lot already. Sad to see you not add this feature, it's not really that big of an issue, just sometimes I really wish I could quickly continue reading something that I was reading on my phone. Another feature I would love is to 'close all tabs' from some alfred command. Most of my iPhone links are temporary, it would be nice to reset all of them quickly.
  9. Just one feature request. Could you add a way to look through currently active iPhone / iPad iCloud tabs? Essentially look through these in Alfred : Thank you.
  10. You can use applescript to get url of current active window. Look here : http://www.alfredforum.com/topic/2013-how-to-get-frontmost-tab%E2%80%99s-url-and-title-of-various-browsers/
  11. I run the script and got the binary in the builds. I then replaced the binary I had in my actual workflow directory. This didn't seem to work. On pressing cmd + return, it does nothing. This is what I changed in the file : Maybe I need to add something else or I have done something wrong? This build script is really handy though. Thank you.
  12. Hey Dean, I didn't want to bother you again but I really wish I could make this work as it would be really great. I am not really sure what you mean by the fact that I use the wrong 'go build' command. What other command could I use? I just did 'go build aslf.go' and I still get the error of : './alsf.go:177: undefined: Actionable' Thank you for any help.
  13. I mentioned the reason why I bind app opening to a hotkey here : In short, karabiner only allows you to open the app. I want to both open the app, and switch to previous all in the same hotkey.
  14. I have made a very simple workflow that uses a script by another person to download an imgur album (https://github.com/alexgisby/imgur-album-downloader). The script is very simple. It gets the current url of safari tab with the imgur album and passes it as argument to the script. My question is how can I stop a running workflow? Perhaps it would great to make a 'stop' action that when triggered will stop all alfred currently running processes. How can I do something like this? Here is the simple workflow if anyone want to take a look : https://infinit.io/_/qHP7MCA In the case of this workflow, I would love to have it so that when I trigger the workflow and my active safari tab is not an imgur album, it will stop running the command. That way I can easily use the workflow and dismiss it if I think I no longer need the album or I just need the first few images of it. Thank you for any help.
  15. This is a really great setup. I thought I was alone in making best use of my keyboard and disliking traditional hotkey combinations. I've been thinking actually of getting a mechanical keyboard like the one you have in the above photo (which keyboard is that?). But one thing I am worried is that I have perfected my current setup down to memory and it would be quite difficult to transition between the two keyboards, I would need to map both of them every time I want to change something and it just seems like quite a hassle. Also, would you mind sharing your private.xml, I think it would be quite interesting to see. Thank you.
  16. And this space after the comma thing is really neat, thank you for sharing. I am thinking of the cases though where it might backfire and where I don't actually need the space there but for now this is really great. Thank you again.
  17. Speaking of double tapping a key after a sticky key is pressed, how do you do it?
  18. Yeah it does save hotkey space this way. But the reason why assign open apps to hotkeys is because I want to have the hotkey two different actions whether the app is open or not. I can do this with KM like so :
  19. This is not necessarily a workflow I am sharing but something I use that I love and would really love to share with you. It allows me to use and manipulate all the great workflows you kind people have created and share and use them seamlessly. It also allows me to spike up my usage stats by some pretty wild numbers : The reason is that I don't ever really activate anything using hotkeys any more. I use something called 'sticky keys' and I have achieved using Karabiner. [Here](https://github.com/nikitavoloboev/dotfiles/tree/master/karabiner) is my repository with my config file for Karabiner. I have also put a readme in there to show how I use it and what for. You can just clone the repository and use the settings and change them to what you consider best for you. I hope you will like it too. Tell me what you think of it and if you managed to get it to work. You can ask any question you have about the config file I have as it is pretty lengthy.
  20. Oh yeah, I remember having this option on for a while, I turned it off as I found a lot of the suggestions were spot on and I didn't want the hassle of going down with down arrow every time to get the suggestion. More often than not I go with suggestion rather than a query I have made specifically thus it would be great to have a default 'own query' as the last result of every query. I think that would be wonderful.
  21. Can I request a 'fallback' feature for the workflow. For example, a query like that : I can't search for query directly. I can only choose one of the options provided. For example GitHub search workflow : https://github.com/gharlan/alfred-github-workflow gives you fallback search for your exact search query as the last result always so if you don't like any of the options provided, you can just arrow up and search for the exact query you made. This would be really nice to have, I hope you can agree with me.
  22. I don't think there is anything wrong with the bash script rather something broke when uncommented the code. Here is what I get when I run the script : http://hastebin.com/odarojewec
  23. All right, sorry. The build-workflow script did not work either. I'll try figure out what is the problem.
  24. This is the error I get, I have only uncommented the lines you have showed : ('oo' is alias for 'go build') I am not really sure what should I change, this is what is on line 177 : http://hastebin.com/zihavimovo
  25. I tried to go get all the needed imports however the last one doesn't work for me :
×
×
  • Create New...