cdto icon indicating copy to clipboard operation
cdto copied to clipboard

Matching icon

Open mplorentz opened this issue 10 years ago • 17 comments

The current icon look very out of place on OS X Mavericks. Would you be open to an icon that looks more similar to the Finder's other toolbar buttons?

mplorentz avatar Jun 19 '14 13:06 mplorentz

Sure you are welcome to try, I stopped trying to do the toolbar icon style long ago because of scaling issues.

jbtule avatar Jun 19 '14 16:06 jbtule

it might be interesting to try the Terminal.app's own icon.

I'll give it a try and post the results here.

ekurutepe avatar Jul 03 '14 08:07 ekurutepe

It sounds like there will be better support for properly scaling icons in OS X Yosemite with the new Finder extensions class of applications. The best thing to do is probably to wait until the fall and rewrite cdto as a proper Finder extension.

mplorentz avatar Jul 03 '14 11:07 mplorentz

Here's the old .icns file I did for Mavericks: http://cl.ly/0X291V3j1h09

And here's a new .icns file I've just done for Yosemite: http://cl.ly/3U01352I293L

gingerbeardman avatar Aug 18 '14 22:08 gingerbeardman

@gingerbeardman hey that looks really good, thanks.

@jbtule hopefully since Yosemite introduces the concept of Finder extensions there will be better support for scaling icons in the coming months.

mplorentz avatar Aug 19 '14 20:08 mplorentz

@gingerbeardman they look great. Many thanks!

joehalliwell avatar Sep 17 '14 15:09 joehalliwell

Is there any way of updating the icon in the package without overwriting lion.icns? I copied the new icons into cd to.app\Contents\Resources\English.lproj, updated the Info.plist Icon file key to point to mavericks.icns but it won't update.

rsanchezsaez avatar Oct 02 '14 10:10 rsanchezsaez

I just did this today. For some reason the icon is pasted onto the app itself. I had to:

  1. get info on app
  2. select icon
  3. press Backspace to delete

You should then see the Yosemite icon in the Get Info window.

screen shot 2014-10-02 at 19 44 51

At this point the icon that's inside of the app should be displayed in Finder and on the toolbar.

gingerbeardman avatar Oct 02 '14 18:10 gingerbeardman

Just my two bits -- I prefer the icon to look like an app rather than imitating the ever-moving target that is Finder button style.

strider72 avatar May 27 '15 17:05 strider72

Hey all. I think the height of the default Finder icons changed so now the icon for cdto is slightly bigger than everything else, resulting in making the Finder toolbar slightly bigger after adding cdto. It would be great if the icon could be made the same height.

Thanks!

stefansundin avatar Mar 22 '17 22:03 stefansundin

I have a new icon that I made for Sierra. I'm try to upload it soon

On Wednesday, 22 March 2017, Stefan Sundin [email protected] wrote:

Hey all. I think the height of the default Finder icons changed so now the icon for cdto is slightly bigger than everything else, resulting in making the Finder toolbar slightly bigger after adding cdto. It would be great if the icon could be made the same height.

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jbtule/cdto/issues/9#issuecomment-288554706, or mute the thread https://github.com/notifications/unsubscribe-auth/AADBzAKcpSn2J5hS83It49u6Ri-3uY0Aks5roZtTgaJpZM4CFvNz .

gingerbeardman avatar Mar 27 '17 20:03 gingerbeardman

Here's the icon I use for Sierra

I spent some time adjusting the edges so they more accurately reflect the official toolbar icons.

cdto.icns.zip

gingerbeardman avatar Apr 24 '17 11:04 gingerbeardman

Thanks @gingerbeardman, it looks better than the default icon.

It is still raising the height of the toolbar though. I have tried to find the icns files for the official toolbar buttons, but they are nowhere to be found. I don't think icns supports non-rectangular icons either, so it might not be possible to make an icon that doesn't change the height. :(

stefansundin avatar Apr 24 '17 18:04 stefansundin

Yes, I came to the same conclusion.

On Monday, 24 April 2017, Stefan Sundin [email protected] wrote:

Thanks @gingerbeardman https://github.com/gingerbeardman, it looks better than the default icon.

It is still raising the height of the toolbar though. I have tried to find the icns files for the official toolbar buttons, but they are nowhere to be found. I don't think icns supports non-rectangular icons either, so it might not be possible to make an icon that doesn't change the height. :(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jbtule/cdto/issues/9#issuecomment-296783816, or mute the thread https://github.com/notifications/unsubscribe-auth/AADBzKo7Bjis_FF27MasbOIybIWRPcpxks5rzOttgaJpZM4CFvNz .

gingerbeardman avatar Apr 25 '17 12:04 gingerbeardman

Thanks for this great script.

I like using the icon of the terminal app it will open (iTerm2 in my case, and I'm on macOS Mojave in Dark Mode).

An easy way to accomplish this is copy-pasting the desired app icon onto the cd to app icon.

Here's how:

  1. Make sure you've installed cd to, i.e. you've extracted it in into /Applications.
  2. Using Finder, right click the app in /Applications that has the icon you'd like to use and select 'Get Info'.
  3. In the info window, click on the icon in the top left corner next to the app's name. Make sure a line appears around it to indicate it is selected.

image

  1. Copy it (In the Finder menu bar, select Edit > Copy or press ⌘C)
  2. Right click the cd to.app in /Applications and select 'Get Info'.
  3. In the info window, click on the icon in the top left corner next to the app's name. Make sure a line appears around it to indicate it is selected.

image

  1. Paste (In the Finder menu bar, select Edit > Paste or press ⌘V), and notice the icon is replaced.

image

The icon in the Finder toolbar will update too:

image

bramchi avatar Oct 13 '18 12:10 bramchi

I made an ultra-minimal version: Screen Shot 2020-04-28 at 19 38 40

For dark modeFor light mode

Instructions on how to change app/file icons on macOS: https://support.apple.com/guide/mac-help/create-custom-icons-files-folders-mac-mchlp2313/mac

fregante avatar Apr 28 '20 17:04 fregante

I switched to https://github.com/Ji4n1ng/OpenInTerminal

gingerbeardman avatar Apr 29 '20 10:04 gingerbeardman