favico

Crates.iofavico
lib.rsfavico
version0.1.8
sourcesrc
created_at2024-03-26 07:02:28.628332
updated_at2024-10-29 22:06:27.59109
descriptionAn utility for creating favicons
homepagehttps://sorairolake.github.io/favico/
repositoryhttps://github.com/sorairolake/favico
max_upload_size
id1186043
size134,435
Shun Sakai (sorairolake)

documentation

README

favico

CI Version MSRV License

favico is a command-line utility for creating favicons.

Screenshot of favico

Installation

From source

cargo install favico

From binaries

The release page contains pre-built binaries for Linux, macOS and Windows.

How to build

Please see BUILD.adoc.

Usage

Basic usage

favico input.png

The following files will be generated in the current directory:

.
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
└── site.webmanifest

Generate shell completion

--generate-completion option generates shell completions to standard output.

The following shells are supported:

  • bash
  • elvish
  • fish
  • nushell
  • powershell
  • zsh

Example:

favico --generate-completion bash > favico.bash

Command-line options

Please see the following:

Source code

The upstream repository is available at https://github.com/sorairolake/favico.git.

The source code is also available at:

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

License

Copyright © 2024 Shun Sakai (see AUTHORS.adoc)

  1. This program is distributed under the terms of the GNU General Public License v3.0 or later.
  2. Some files are distributed under the terms of the Creative Commons Attribution 4.0 International Public License.

This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.

Commit count: 189

cargo fmt