https://github.com/ktr0731/clip
A tracking helper for CLIP STUDIO PAINT files with Git
https://github.com/ktr0731/clip
cli clipstudio
Last synced: 5 months ago
JSON representation
A tracking helper for CLIP STUDIO PAINT files with Git
- Host: GitHub
- URL: https://github.com/ktr0731/clip
- Owner: ktr0731
- License: mit
- Created: 2016-09-27T10:21:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T06:43:41.000Z (about 9 years ago)
- Last Synced: 2025-04-04T01:41:25.347Z (about 1 year ago)
- Topics: cli, clipstudio
- Language: Go
- Homepage: http://syfm.hatenablog.com/entry/2016/10/25/183044
- Size: 22.6 MB
- Stars: 69
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clip
[](https://circleci.com/gh/lycoris0731/clip)
A tracking helper for CLIP STUDIO PAINT files with Git

## Description
You can track to CLIP STUDIO PAINT files with Git by using this.
## Equipments
- Go v1.7.1 or later
## Installation
``` sh
$ 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.
``` sh
$ 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.
``` sh
$ clip show [COMMIT_HASH ...]
```
Also, you can use `HEAD`.
``` sh
$ clip show HEAD~
```
Create a Gif image about the production process.
``` sh
$ clip gif [command options]
```
## License
Please see [LICENSE](./LICENSE).