Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 603 Bytes

Archiver

Is an utility to help you keep your documents organized. This is really just for fun

Building

Type ./build in the terminal.

Dependencies

  • A C compiler
  • A shell

Installing

Either move the created executable somewhere in you path or add the executable location to your path.

Using

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.

License

archiver is under the MIT License