baus 0.2.0

backed up ordering of standard input
Documentation
1
2
3
4
5
usage:

```
echo -e "hamster\ncat\nhorse" | cargo run -- --name animals --action sort | fzf --no-sort | cargo run -- --name animals --action save
```