https://github.com/ztroop/targ
Tarball Viewer
https://github.com/ztroop/targ
cli tar tarball
Last synced: 4 months ago
JSON representation
Tarball Viewer
- Host: GitHub
- URL: https://github.com/ztroop/targ
- Owner: ztroop
- License: mit
- Created: 2024-03-30T12:59:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T05:29:35.000Z (over 1 year ago)
- Last Synced: 2026-02-14T19:15:41.332Z (5 months ago)
- Topics: cli, tar, tarball
- Language: Rust
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# targ
## Summary
A very basic TUI application designed to explore TAR and GZIP-compressed TAR files.
It allows users to navigate the contents of these archives directly from the terminal.
## Usage
```shell
Usage: targ [OPTIONS] --tar-file
Options:
-t, --tar-file Path to the tar file
--show-indicator Show indicator files (e.g. ._* files)
-d, --debug Debug mode and save logs to a file, e.g. targ_debug.log
-h, --help Print help
-V, --version Print version
```
## Demonstration
