Vault will be a command line tool (if successful) similar to git which would have multiple features like brances etc etc.
__ __ _ _
\ \ / /_ _ _ _| | |_
\ \ / / _` | | | | | __|
\ V / (_| | |_| | | |_
\_/ \__,_|\__,_|_|\__| , simplified version control for local files
See branches for a specific release of vault.
Release v1.0.0 will take Reference as a reference to build onto it.
-
Clone this repository by running the command
git clone https://github.com/shubhexists/vault. -
cdinto the directory and runcargo build --release. This will create binaries for the project. -
Open a new terminal and open
.bashrcin your favourite editor, saynano ~/.bashrc. -
Export the path of the executable (It is in the
/target/release/directory .) For eg, it wasexport PATH="$PATH:/home/jerry/Desktop/vault/target/release"for me. -
Save the file and source the terminal or simple open a new terminal instance.
-
You are not all set to "VAULTIFY" your local files :)