fluxhq 0.1.0

Flux V1 - Version control and asset management for creative files (Blender support)
fluxhq-0.1.0 is not a library.

Flux V1

Simple version control for creative files (with basic Blender .blend object-level diff).

Features

  • flux init — create repo
  • flux add <file> — stage file
  • flux commit -m "msg" — commit
  • flux diff <file> — show changes (text or .blend objects)
  • Basic local branching (branch, checkout)

Install (Ubuntu/Linux)

cargo install flux

Or download binary from Releases


flux init
echo "test" > file.txt
flux add file.txt
flux commit -m "Initial"



MADE BY GABRIEL PETER..