ficsit-cli-flake/README.md
Rob B 15fd3eb497
fix: stop unrelated mod data appearing in Installed Mods screen (#28)
* chore: readme update to include relevant paths

* chore: clarify log message

* fix: stop loading unrelated mod data in Installed Mods screen when no mods are installed
2023-07-10 06:22:24 +03:00

3.7 KiB

ficsit-cli push GitHub go.mod Go version GitHub tag (latest by date) GitHub license GitHub all releases

A CLI tool for managing mods for the game Satisfactory

Installation

Windows

Download the appropriate .exe for your CPU architecture.

Linux

Arch

A package is published to AUR under the name ficsit-cli-bin

yay -S ficsit-cli-bin

Debian (inc. Ubuntu, Mint, PopOS!, etc)

Download the appropriate .deb for your CPU architecture.

Fedora

Download the appropriate .rpm for your CPU architecture.

Alpine

Download the appropriate .apk for your CPU architecture.

macOS

Download the "all" build here.

Usage

Interactive CLI

To launch the interactive CLI, run the executable without any arguments.

Command Line

Run ficsit help to see a list of available commands.

Troubleshooting

  • Profile and installation records are located in %APPDATA%\ficsit\
  • Downloads are cached in %LOCALAPPDATA%\ficsit\downloadCache\

Development

Dependencies

  • Go 1.18
  • IDE of Choice. Goland or VSCode suggested.

Building

go build

Will produce ficsit-cli.exe in the repo root directory.