Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myokoym/reverse_pipe

A command to reverse pipeline text.
https://github.com/myokoym/reverse_pipe

Last synced: 2 days ago
JSON representation

A command to reverse pipeline text.

Awesome Lists containing this project

README

        

# ReversePipe

A command to reverse pipeline text.

## Installation

$ gem install reverse_pipe

## Usage

```sh
$ echo "1\n2\n3" | reverse_pipe
3
2
1
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request