Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 727 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 727 Bytes

stars

++++------ your data in shell, and more. Inspired by holman/spark.

Install

go get github.com/quchunguang/stars

Run

stars data_file
echo 10 5 | stars
echo  1.2 4.4 3.1 0.5 | stars --spark

Cooler Usage

echo "Average scores" 1.2 4.4 3.1 0.5 | stars --spark
echo "Changed lines in stars.go" 10 5 | stars

Contributing

Contributions welcome! Like seriously, I think contributions are real nifty.

Make your changes and be sure the tests all pass:

go test

That also means you should probably be adding your own tests as well as changing the code. Wouldn't want to lose all your good work down the line, after all!

Once everything looks good, open a pull request.