⌘ + i
all the time.
Download - Requires macOS 11.0 or later
Afterwards, unzip Informant.zip
and drag Informant
into your Applications folder.
- Start by forking this project "To contribute to the parent project".
- Then, clone your fork to your computer and open it with Xcode.
- Checkout the most up-to-date branch. Each branch corresponds to a version of Informant.
- Run Informant, play around, make your changes, commit, push, and then open up a pull request that merges your changes into the base repository (this repository).
An admin will then review the changes and merge them in. At some point your changes will make it into a release if they're approved!
Please remove your Development Team ID and set the certificate to Sign to Run Locally
in Signing & Capabilities
prior to making a pull request.
Before submitting a new issue be sure to check if it already exists in the issues tab.
If you've found a new problem with Informant, please create a new issue and try to be as descriptive as possible when explaining what's wrong. Be sure to include any screen-shots of the problem you have.
- What were you trying to do? What happened? And what did you expect to happen?
- What are some steps we can take to try and reproduce the issue?
There are some files that Informant simply cannot read because of macOS security protocols. For example, Informant cannot read iCloud Synchronization Files - .icloud
.
However, if it's a file with a normal extension, and it's not stored in a Network volume then you may need to authorize Informant ⤵︎
- Open
System Preferences
and selectSecurity & Privacy
. - Select the
Privacy
tab. - Scroll through the list on the left and select
Accessibility
. - Unlock your settings by clicking on the lock in the bottom left corner and following the instructions.
- In the list on the right check Informant.
- Then scroll through the list on the left and select
Automation
. - In the list on the right, underneath Informant, check 'Finder'.
Some items require special permissions, so you may need to also grant Informant full access to the disk. This permission can be found by going to Security & Privacy > Accessibility > Full Disk Access
and checking off Informant in the scroll menu to the right.
After authorizing, you may need to quit Informant and re-open it.
Informant is not localized at the moment but if you'd like to help update translations you're more than welcome.
No, Informant only supports Finder. It can't detect files selected in any other application.
Informant runs on macOS 11.0 or later. It is not supported on Windows or Linux.
Informant does not collect any personal data, period.
Thank you to everyone who has contributed to this project! As well as all the awesome open source packages this application uses! ⤵︎
- LaunchAtLogin made by sindresorhus
- Sparkle made by The Sparkle Project