Jump to content

nikivi

Member
  • Posts

    985
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by nikivi

  1. Tried that. Didn't help. I don't have LaunchServices.framework in Frameworks so I can't run the mentioned in that article command. I can try run: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user But I want to make sure that it would do the same thing. Is it safe to run?
  2. I got this (rg is ripgrep). /Applications ❯ rg com.netscape.javascript-source Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/Resources/StandardFileTypes.xcspec 381: UTI = "com.netscape.javascript-source"; Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreServices.framework/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/System/Library/Frameworks/CoreServices.framework/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreServices.framework/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreServices.framework/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/CoreServices.framework/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/System/Library/Frameworks/CoreServices.framework/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/UTCoreTypes.h 464: * UTI: com.netscape.javascript-source 525: * com.netscape.javascript-source ``` Neither of these are apps it seems. Going to install BBEdit and open .js file .d.ts and .ts files and hope that fixes it.
  3. Forgive me for perhaps a silly question but I read through that document few times and I don't get how do I find what app defines JavaScript files? Is it the app that is set to default open the file type? So in my case I'd run: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -u /Applications/Visual\ Studio\ Code.app
  4. Oh wow. How can a JS file be of this type? ? Not sure what I can do. Perhaps my system is messed up and I need to reformat my drive. Don’t really want to do that.
  5. The file filter does specify to search only folders Thank you for any help on solving this.
  6. A JS file /Users/nikivi/src/orgs/learn-anything/learn-anything/frontend/node_modules/bs-platform/lib/amdjs/unix.js Internal File Metadata ====================== Display Name: unix.js Alt Names: File Type: public.folder Comments: Keywords: Last Used: Raw mdls File Metadata ====================== kMDItemContentCreationDate = 2018-11-06 00:46:11 +0000 kMDItemContentCreationDate_Ranking = 2018-11-06 00:00:00 +0000 kMDItemContentModificationDate = 2018-11-06 00:46:11 +0000 kMDItemContentType = "public.folder" kMDItemContentTypeTree = ( "public.item", "public.folder", "public.directory" ) kMDItemDateAdded = 2018-11-06 00:46:11 +0000 kMDItemDateAdded_Ranking = 2018-11-06 00:00:00 +0000 kMDItemDisplayName = "unix.js" kMDItemFSContentChangeDate = 2018-11-06 00:46:11 +0000 kMDItemFSCreationDate = 2018-11-06 00:46:11 +0000 kMDItemFSCreatorCode = "" kMDItemFSFinderFlags = 0 kMDItemFSHasCustomIcon = (null) kMDItemFSInvisible = 0 kMDItemFSIsExtensionHidden = 0 kMDItemFSIsStationery = (null) kMDItemFSLabel = 0 kMDItemFSName = "unix.js" kMDItemFSNodeCount = (null) kMDItemFSOwnerGroupID = 20 kMDItemFSOwnerUserID = 501 kMDItemFSSize = 59031 kMDItemFSTypeCode = "" kMDItemInterestingDate_Ranking = 2018-11-06 00:00:00 +0000 kMDItemKind = "Folder" kMDItemLogicalSize = 59031 kMDItemPhysicalSize = 61440
  7. Finished rebuilding the index. I still have JS files shown when it should only show Folders. Anything I can do aside from rebuilding the index to fix this?
  8. Doing that now. One thing I want to note is that when I ticked this box: When it tried to rm it, terminal said `permission denied` even though I wrote my sudo password. Perhaps that's due to SIP. Maybe it's something that should be noted?
  9. I have this workflow that is a file filter that should only search folders However it recently started showing me not only folders but JS files too. Is this a known bug? Anything I can do to solve this? Thank you.
  10. Hope it’s not too off topic. @vitor But do you play magic: the gathering online?
  11. Karabiner does. In fact it’s the app that saved me the most time in life by cutting access time to apps/macros/workflows. So yeah karabiner does ‘automate other apps’ although not directly.
  12. In my view, every tool is an automation tool. Even Affinity Designer is an automation tool in that it saves you time doing designs. And I think all ‘good’ tools are like that, they save you time. True automation however means doing something without my input at all and that’s hard to do with physical things (today at least). Wanted to write a blog post post about it but never got to it. I still need to release my Karabiner article. ?
  13. I disagree. There are many automation tools that do certain things too well. Alfred is a launcher, it displays things and lets you act on them. KM let’s you easily make and call macros (any code/action you want to run either triggered by you or some event). And Karabiner glues everything together and provides an interface to it all. Same for programming languages or any other tools. There’s a quote related to this I really love and live by. > Only when you master a tool, do you learn when not to use it.
  14. I want to write a KM macro that will do different things in different contexts. I can check for my current active app easily. But I don't know how and if I can check whether Alfred bar is active without resorting to GUI check (which I don't want to do). Ideally I want some AppleScript code I can run that will return me true or false whether I am inside Alfred or not. Is this possible to do?
  15. Made a new theme. Now that I found a sick Monokai VS Code theme. Hope you like it. Download.
  16. It's simple. You query Google/DDG for autosuggestions, use it for merely getting the autocomplete on query and on return open my workflow but save the query from before. Then search through 400+ websites on which you can run that query on.
  17. What I thought would be cool. Is integration between my Web Searches workflow and your idea above. Use Google/DDG to drive suggestions, press return and fuzzy search the site to make the suggestion query on. I'd use that.
  18. I had a few issues with Typinator myself in few apps. I found that sending them over to the developer behind the app (gue) had them solved in few days. He is very responsive.
  19. No I meant that I think iOS is a pure consumption OS. I wouldn’t want to create anything on it because iOS is so lacking compared to mac. So it just seems silly to buy a huge pad unless you have lots of spare money. Although sketching on it can be useful. That’s the only thing I ever considered going for it.
  20. Can someone explain me the use case of an iPad. I don’t get it. ?
  21. Anyone with me on starting a fundraiser for Dean to release a new build of Searchio?
  22. I meant Alfred Preferences. This stuff And this stuff: To have dark interface. Same as all the other macOS Mojawe apps and OS.
×
×
  • Create New...