Crates.io | wf |
lib.rs | wf |
version | 0.2.3 |
source | src |
created_at | 2016-01-18 23:28:30.414954 |
updated_at | 2022-01-27 21:06:27.901196 |
description | A Unix-style command-line utility for counting word frequencies |
homepage | https://github.com/jarcane/wf |
repository | https://github.com/jarcane/wf |
max_upload_size | |
id | 3925 |
size | 42,417 |
A Unix-style command line utility for counting word frequencies.
wf [options]
Reads stdin and outputs newline delimited rows containing each unique word and the number of times it appears, seperated by a space.
Options:
-n --nums Include numbers
-s --sort Sort output alphabetically by words (incompatible with -f)
-f --freq Sort output but most to least frequent (incompatible with -s)
-h --help Display usage information
To install the wf binary, you can now do the following with an up-to-date version of cargo
:
cargo install wf
This project uses clippy
, and Travis CI will check all PRs and branches against it. It is advisable then to install this and check locally before submitting a PR.
Copyright 2018 by Annaia Berry
This project is licensed with the Affero GPL v3. See LICENSE
for full details.