# ficsit-cli [![push](https://github.com/Vilsol/ficsit-cli/actions/workflows/push.yaml/badge.svg)](https://github.com/Vilsol/ficsit-cli/actions/workflows/push.yaml) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/vilsol/ficsit-cli) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/vilsol/ficsit-cli) [![GitHub license](https://img.shields.io/github/license/Vilsol/ficsit-cli)](https://github.com/Vilsol/ficsit-cli/blob/master/LICENSE) ![GitHub all releases](https://img.shields.io/github/downloads/vilsol/ficsit-cli/total) A CLI tool for managing mods for the game Satisfactory ## Installation
amd64 386 arm64 armv7 ppc64le
Windows amd64 386 arm64 armv7 N/A
Arch yay -S ficsit-cli-bin
Debian amd64 386 arm64 armv7 ppc64le
Fedora amd64 386 arm64 armv7 ppc64le
Alpine amd64 386 arm64 armv7 ppc64le
macOS darwin_all N/A
## 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.21](https://go.dev/doc/install) * IDE of Choice. Goland or VSCode suggested. ## Building ```bash go build ``` Will produce `ficsit-cli.exe` in the repo root directory.