Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegoroff/yaa
Yandex archive analyzer tool
https://github.com/aegoroff/yaa
Last synced: 5 days ago
JSON representation
Yandex archive analyzer tool
- Host: GitHub
- URL: https://github.com/aegoroff/yaa
- Owner: aegoroff
- Created: 2023-01-29T19:25:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T15:39:13.000Z (4 months ago)
- Last Synced: 2024-07-06T16:52:00.575Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://tokei.rs/b1/github/aegoroff/yaa?category=code)](https://github.com/XAMPPRocky/tokei)
# Yaa
Yandex archive analyzer tool
# Installation
Install Rust, then go to sources root and then run:
```shell
cargo install --path .
```# Usage
```
Usage: yaa [COMMAND]Commands:
e Show extensions info
s Search archives with extensions specified
t Show technologies info
help Print this message or the help of the given subcommand(s)Arguments:
Sets Yandex archives pathOptions:
-h, --help Print help
-V, --version Print version
```