Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jafagervik/giflar
Sosi to DAT file parser
https://github.com/jafagervik/giflar
Last synced: 9 days ago
JSON representation
Sosi to DAT file parser
- Host: GitHub
- URL: https://github.com/jafagervik/giflar
- Owner: Jafagervik
- License: mit
- Created: 2023-06-26T04:47:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T17:22:37.000Z (over 1 year ago)
- Last Synced: 2024-10-14T14:11:30.384Z (24 days ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Giflar - Because nobody likes the SOSI file format
![Build Status](https://github.com/Jafagervik/giflar/actions/workflows/rust.yml/badge.svg)
[![Documentation](https://docs.rs/giflar/badge.svg)](https://docs.rs/giflar/)
[![Crates.io](https://img.shields.io/crates/v/giflar.svg)](https://crates.io/crates/giflar)
![Maintenance](https://img.shields.io/badge/maintenance-experimental-blue.svg)
![License](https://img.shields.io/crates/l/giflar)## How to use
Run the ./giflar or ./giflar.exe script with --inpath and --outdir as such
The name of the file will be the same as the input file, but you
decide which directory to store to. Supports inputting a directory as input as well## Example
`./giflar --inpath=path/to/file.sos --outdir=path/to/outdir`
or
`./giflar --inpath=path/to/sos/files --outdir=path/to/outdir`