Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camdez/whiteout
Command-line utility to remove trailing whitespace from standard input or from named files.
https://github.com/camdez/whiteout
Last synced: 2 months ago
JSON representation
Command-line utility to remove trailing whitespace from standard input or from named files.
- Host: GitHub
- URL: https://github.com/camdez/whiteout
- Owner: camdez
- License: mit
- Created: 2012-02-13T09:26:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T04:49:01.000Z (about 11 years ago)
- Last Synced: 2024-03-14T22:51:57.388Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 123 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Whiteout
========[![Build Status](https://secure.travis-ci.org/camdez/whiteout.png?branch=master)](http://travis-ci.org/camdez/whiteout)
Remove annoying trailing whitespace from files.
**Warning:** this is alpha-quality code written with the assistance of
several glasses of gin. It's entirely possibly that it may eat your
files, your children, or your future, and I disclaim responsibility
for any of that.Installation
------------RubyGems:
```bash
$ gem install whiteout
$ whiteout -h
```Use
---```bash
$ echo -e "foo \nbar" | whiteout
foo
bar
$ whiteout file1.rb file2.rb # modified in place
```Issues
------