Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myokoym/reverse_pipe
- Owner: myokoym
- License: mit
- Created: 2015-06-08T14:56:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T15:05:21.000Z (over 9 years ago)
- Last Synced: 2024-04-25T12:42:42.460Z (7 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/reverse_pipe
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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