https://github.com/bfontaine/shutils
:electric_plug: shell utilities
https://github.com/bfontaine/shutils
cli go tool
Last synced: about 1 year ago
JSON representation
:electric_plug: shell utilities
- Host: GitHub
- URL: https://github.com/bfontaine/shutils
- Owner: bfontaine
- License: mit
- Created: 2015-09-19T08:15:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T09:50:02.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T06:08:52.505Z (about 1 year ago)
- Topics: cli, go, tool
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shutils
**shutils** is a set of small shell utilities written in Go.
## Install
You need to have Go in order to compile the files.
git clone https://github.com/bfontaine/shutils.git
cd shutils && make install
## What’s in the box
* `sum` reads numbers on `stdin` and prints the sum of all of them. It ignores
non-numbers and support floats with the `-F` option.