No description
baacde400e
* feat: parallel apply command fix: show general help for --help flag fix: don't append channel if it doesn't exist chore: build against windows and linux * chore: lint |
||
---|---|---|
.github | ||
.vscode | ||
cfg | ||
cli | ||
cmd | ||
docs | ||
ficsit | ||
tea | ||
utils | ||
.envrc | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser.yml | ||
cspell.json | ||
flake.lock | ||
flake.nix | ||
genqlient.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
shell.nix | ||
tools.go |
ficsit-cli
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 |
Linux | 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
- IDE of Choice. Goland or VSCode suggested.
Building
go build
Will produce ficsit-cli.exe
in the repo root directory.