| Crates.io | olekit |
| lib.rs | olekit |
| version | 1.0.2 |
| created_at | 2018-03-21 22:39:03.07058+00 |
| updated_at | 2018-03-23 00:37:28.960684+00 |
| description | A simple command line tool for working with OLE file |
| homepage | https://github.com/zadlg/olekit |
| repository | https://github.com/zadlg/olekit.git |
| max_upload_size | |
| id | 56807 |
| size | 65,981 |
olekit is a command line tool for analyzing Microsoft Compound Document files.
Using cargo:
cargo install olekit
$ olekit --help
OLEkit 1.0.1
A simple command line tool for working with OLE file
USAGE:
olekit [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
cat Concatenate entries and print on the standard output
help Prints this message or the help of the given subcommand(s)
ls List OLE file entries
ls command$ olekit help ls
olekit-ls
List OLE file entries
USAGE:
olekit ls [FLAGS] <FILE>
FLAGS:
--color colorize the output
-d, --details print more details for each entry
-f, --full-path print the full path of each entry
--help Prints help information
-h, --human-readable with -l and -s, print sizes like 1K 234M 2G etc.
-i, --idirid print the index number of each file
-s, --size print the allocated size of each file, in blocks
-V, --version Prints version information
ARGS:
<FILE> OLE file to analyze
cat command$ olekit help cat
olekit-cat
Concatenate entries and print on the standard output
USAGE:
olekit cat <FILE> <ID>...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<FILE> OLE file to analyze
<ID>... IDs of the entries