C++ archive catalog by file type (.py, .bat, .txt, etc.) with optional lock/unlock by password. Data stored on disk at C:\BigDataStore.
Use .\ for scripts in the current folder:
.\build.bat # build (needs Visual Studio with C++ and Windows SDK)
.\run.ps1 # run
.\run.ps1 list
.\run.ps1 list .py
.\run.ps1 add C:\path\to\file.py
.\run.ps1 lock_file.py *password*
.\run.ps1 unlock_file.py *password*Same in Command Prompt: build.bat then run.bat.
| Command | Description |
|---|---|
(no args) or list |
List all archives by section |
list .<ext> |
List archives of one type (e.g. list .py) |
add <path> |
Register a file |
remove .<ext> <name> |
Remove an archive |
lock_<name> *<password>* |
Lock archive with password |
unlock_<name> *<password>* |
Unlock archive |
help |
Show usage |