Latest tweets from eosgarden

FileSystem iOS app 2.0 uploaded to the AppStore… Extended review time… Version 1.0 removed from the AppStore… Thanks Apple… #bastards
eosgarden - 09.05.2012 / 00:15
@JonnyBellman Sure… Just write us an email, with as many details as possible : )
eosgarden - 05.02.2012 / 18:17
Noxeos - Mixing C++ with C/Objective-C: http://t.co/VS5zeASf
eosgarden - 16.01.2012 / 23:01
FileSytem for iPhone is finally compatible with iOS 5 - update or download it now: http://t.co/yXqCFkC9
eosgarden - 11.01.2012 / 22:22
Noxeos - Warning flags for Clang: http://t.co/iZFQWi6f
eosgarden - 10.01.2012 / 20:36
AutoPurge - Optimize your system memory with a single click: http://t.co/9oTKasSS
eosgarden - 10.01.2012 / 20:24
Manual - Unix man pages at your fingertips: http://t.co/81rZTSeC
eosgarden - 10.01.2012 / 20:12
PropEdit 2.1.0: http://t.co/zJsERSpb
eosgarden - 10.01.2012 / 19:48
@dodyrw NodeJS binary is included in WebStart. GUI is ready, and will be available in the next version (should be released in a few days).
eosgarden - 08.01.2012 / 22:03
@dfeyer Don't know the Percona version (yet)… Is it better than MySQL?
eosgarden - 07.01.2012 / 10:59
 
 
 
EGPack is an archive utility, similar to the TAR utility.
A specific file format is used. Please see the format specification for further informations about the EGPK file format.
 
 

Overview

Compiling and installing

Egpack should compile on every POSIX compliant operating system with an ANSI-C compiler.
To compile EGPack, simply type make from a console prompt, from the EGPack root directory.
Installation of the egpack utility is done through the `make install` command.

Usage

In order to archive a file or a directory, invoke the egpack binary with the -a argument, followed by the name of the file or directory to archive:
egpack -a path/to/directory/
Un-archiving is done with the `-u`option:
egpack -u path/to/archive.egpk
Here are the available command line arguments that can be passed to the egpack binary:
  • -a
    Archives a file or a directory.
  • -u
    Un-archives an EGPK archive file.
  • -v
    Prints the EGPK version number.
  • -h
    Prints the EGPK help dialog
  • -d
    Turns on debugging mode

License

EGPack is a free software, distributed under the terms of the Boost license.