Skip to content

Yanixos/sic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of sic is to manage a set of files and be able to see quickly the files you are working on and be sure that files are not tampered. When you do a lot of stuff at the same time, things take time and sic is here to help you to figure out what you were doing before.

sic allow you to quickly get the status of all kind of files. It can be photos, videos or a complete disk tree. You can manage them with a spirit that looks like Git.

On a daily workflow, you can know the files that have been added, modified, removed, moved, renamed and duplicated. When you are working with files and you are also very busy, it’s difficult to remind what are the files you were working on previously. A VCS can help you for this. Unfortunately when you are working with photos or videos, or other kind of big binary files you cannot manage them with a tool like Git. sic is meant to solve that.

Each time you have a stable set of files you can commit them to store their properties into a State and be able to compare it with your set of files later.

The big difference with Git is that sic does not keep track of the different contents of the files that are managed. This is why we can call it an UnVersioned Control System (UVCS).

Using sic you can also easily detect duplicates and remove them.

Usage : git clone https://github.com/Yanixos/sic.git

cd sic/sic

chmod +x install.sh

./install.sh

Follow the instruction

Feel safe ^^