Is an utility to help you keep your documents organized. This is really just for fun
Type ./build
in the terminal.
- A C compiler
- A shell
Either move the created executable somewhere in you path or add the executable location to your path.
You can take a look at the help by typing archive help
.
Type archive <file>
to add the file to your archive.
Type archive get <file>
to print the file contents.
Type archive list
to see all file name in the archive.
archiver is under the MIT License