Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`