#ferrite #cli #viewer #config #toml #ferrite-cli

ferrite-cli

Command-line interface for Ferrite image viewer

22 releases

new 0.1.24 May 17, 2025
0.1.23 May 3, 2025
0.1.22 Apr 18, 2025
0.1.21 Jan 6, 2025
0.1.17 Dec 31, 2024

#624 in Command-line interface

Download history 76/week @ 2025-02-12 10/week @ 2025-02-19 153/week @ 2025-04-16 9/week @ 2025-04-23 125/week @ 2025-04-30 32/week @ 2025-05-07

319 downloads per month
Used in ferrite

GPL-3.0-or-later

79KB
1K SLoC

Ferrite CLI

Command-line interface for the Ferrite image viewer.

Configuration

Ferrite uses a TOML configuration file that can be located in one of two ways:

  1. Environment variable: FERRITE_CONF=/path/to/config.toml
  2. Default system location:
    • Linux: ~/.config/ferrite/config.toml
    • macOS: ~/Library/Application Support/ferrite/config.toml
    • Windows: %APPDATA%\ferrite\config.toml

Setting Up Configuration

Generate a default configuration file:

ferrite --generate-config

Dependencies

~20–61MB
~1M SLoC