GithubHelp home page GithubHelp logo

appiconupdate's Introduction

Appiconupdate

Simple wrapper script around fileicon to update multiple app icons on macOS with one command.

Setup

Prerequisites

fileicon needs to be installed on your system.

$ brew install fileicon

Installation

$ curl -sSL https://github.com/jonafll/appiconupdate/releases/download/v0.3.0/appiconupdate.sh > /usr/local/bin/appiconupdate && chmod 755 /usr/local/bin/appiconupdate

Create a directory for your app icons and place them in it. Icons work best as .icns or .png files with 512x512 pixels.

$ mkdir /path/to/icons

IMPORTANT: The name of the icon files must match the application name within /Applications!

$ ls /path/to/icons
Visual Studio Code.icns     Docker.icns

$ ls /Applications
Visual Studio Code.app      Docker.app

Usage

$ appiconupdate /path/to/icons

Optionally you can set the icon path as environment variable

export ICN_PATH=/path/to/icons

or create an alias.

alias appiconupdate="appiconupdate /path/to/icons"

appiconupdate's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.