Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shubhexists/vault
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhexists committed Nov 29, 2023
2 parents c09d14d + b7672ee commit 87fa865
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,19 @@ Hmm :/, Enough talking, lets start!

6) Save the file and source the terminal or simple open a new terminal instance.
7) You are not all set to "VAULTIFY" your local files :)

# Todo
Release 1 - This includes all the basic functionalities that are to be added in vault.

- [x] - `vault init`
- [x] - `vault create branch_name`
- [ ] - `vault switch branch_name`
- [ ] - `vault add`
- [ ] - `vault delete branch_name`

Release 2 - This includes the compression of the branches and adding support for non text files also..
- [ ] - Compression using `flate32` crate
- [ ] - Adding support for non text files (.exe.. etc)

Release 3 - Implementing logic for actual version control system
- [ ] - Tacking file changes etc..

0 comments on commit 87fa865

Please sign in to comment.