ktr0731 / clip

A tracking helper for CLIP STUDIO PAINT files with Git

Home Page:http://syfm.hatenablog.com/entry/2016/10/25/183044

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clip

CircleCI A tracking helper for CLIP STUDIO PAINT files with Git
Demo

Description

You can track to CLIP STUDIO PAINT files with Git by using this.

Equipments

  • Go v1.7.1 or later

Installation

$ go get github.com/lycoris0731/clip

Recommendation

You should use Git LFS(Large File Storage) to track clip files.
Because Git managing binary files by whole save files of each commits.

Usage

First, you should run below command in Git repository.

$ clip init TARGET_FILE_NAME

Then, clip creates .clip directory and update post-commit in Git hooks.
All images are saved to .clip.

See the image at the time of a commit.

$ clip show [COMMIT_HASH ...]

Also, you can use HEAD.

$ clip show HEAD~

Create a Gif image about the production process.

$ clip gif [command options]

License

Please see LICENSE.

About

A tracking helper for CLIP STUDIO PAINT files with Git

http://syfm.hatenablog.com/entry/2016/10/25/183044

License:MIT License


Languages

Language:Go 97.4%Language:Makefile 2.6%