Scans which apps you have in your macOS dock and shares the result with Dockhunt.
This repository is for the CLI tool. The resposity for the Dockhunt web application is: https://github.com/Basedash/dockhunt
Download and use the Dockhunt Mac app.
Note: To create the Mac app, we first build an executable and then we've been using Platypus to package it into a macOS app bundle.
Run the following command from your terminal
npx dockhunt
You can find the dockhunt package on npm.
defaults export com.apple.dock -
(see defaults help
).icns
to .png
If you notice that the app icon that for an app is incorrect, it means the CLI
tool picked the wrong icon file. We can resolve this if you open a GitHub issue
with the name(s) of the app(s) that have incorrect icons and their
corresponding .icns
file(s). You can find the .icns
file by right-clicking
on the app from the Finder and selecting Show Package Contents
. Then,
navigate to Contents/Resources/
and find the .icns
file. If it's not in
Contents/Resources/
, then it may be somewhere else in the package contents.
It seems you can't attach an .icns
file in a GitHub issue, but if you compress
it into a .zip
first, it should be attachable.
Here's how that looks like for Figma:
pkg
.