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

https://github.com/andyneff/rsraid

Trying to use utamaro/rsraid
https://github.com/andyneff/rsraid

Last synced: over 1 year ago
JSON representation

Trying to use utamaro/rsraid

Awesome Lists containing this project

README

          

# rsraid

Inelegant quick application to call utamaro/rsraid. Yay, my first (and LAST?!)
go program

## Build

```
go get github.com/andyneff/rsraid
go build github.com/andyneff/rsraid
```

## Encode

```
ls / > test.txt
rsraid -n 2 -m 1 -e test.txt
```

## Decode

```
rsraid -n 2 -d -s -o recombined.txt test_0.txt test_1.txt
```

## Bugs

Well YEAH! The underlining library does it wrong. For example a 1299 size file
split with `-n 2` breaks (it drops two bytes), but size 1300 works.