Show HN: Infat – Declaritive application assocation manager for macOS
11–20 of 43 posts
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#12Shell dependencies for install? Got: bash-3.2# just package && mv dist/infat* /usr/local/bin/infat # Wildcard because output name includes platform bash: just: command not found
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#13Re: Show HN: Infat – Declaritive application assocation manager for macOS
#14Shell dependencies for install? Got: bash-3.2# just package && mv dist/infat* /usr/local/bin/infat # Wildcard because output name includes platform bash: just: command not found
swift build -c release
mv .build/PLATFORM/release/infat /usr/local/bin
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#15That's great, I've struggled with this problem a lot. To double-check, this essentially allows you to specify a default app that is being opened when you click on a file via Finder or via terminal's `open` program, correct? I haven't seen this exact clarification in README
After running `infat set IINA mov`: https://jezq5q9mfh.ufs.sh/f/Ii8qBn67qEOu1ZUKDXSn3BIE8fDuiWay...
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#16However, does anyone know a way to set all text-like documents to open with a single editor (for example Zed) on Mac? Even text files without any extensions?
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#17This is amazing! I set a few extensions manually. However, does anyone know a way to set all text-like documents to open with a single editor (for example Zed) on Mac? Even text files without any extensions?
I can get it out in a week ;)
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#18This is amazing! I set a few extensions manually. However, does anyone know a way to set all text-like documents to open with a single editor (for example Zed) on Mac? Even text files without any extensions?
It wouldn't be possible with the current interface, but I have a feeling it's possible. I'm thinking it's part of a new configuration option "type" that allows you to define openers for categories of files (text,video,etc.) I can get it out in a week ;)
Re: Show HN: Infat – Declaritive application assocation manager for macOS
#19Re: Show HN: Infat – Declaritive application assocation manager for macOS
#20Is there a way to pass arguments or some other options? For example, TextEdit can be opened in plain text or rich text mode.