tri

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SUBCOMMANDS
VERSION

NAME

tri - CLI tool to manipulate images, preserving the history of changes. Like git, but for images. Powered by imagemagick.

SYNOPSIS

tri [-h|--help] [-V|--version] [subcommands]

DESCRIPTION

CLI tool to manipulate images, preserving the history of changes. Like git, but for images. Powered by imagemagick.

OPTIONS

-h, --help

Print help

-V, --version

Print version

SUBCOMMANDS

tri-init(1)

Initialize the TRI metafile in the current folder. Will create files starting with ’tri-’.

tri-commit(1)

Make a commit based on the current one and bump HEAD to it.

tri-log(1)

Print history of changes from HEAD to the Root. The ones on the top are the most recent one. The last line corresponds to root (initial image) and doesn't have commands.

tri-tree(1)

Visualizes the tree of commits

tri-tree-watch(1)

Visualizes the tree of commits interactively. Recommended use: open another terminal, run this command there, and in your first terminal, keep performing commits. The displayed tree will automatically update as you make commits.

tri-reset(1)

Reset HEAD to another commit and regenerate the output file.

tri-status(1)

Displays the state of the directory in terms of tri repo

tri-help(1)

Print this message or the help of the given subcommand(s)

VERSION

v0.1.0