GithubHelp home page GithubHelp logo

don-code / n7 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5 KB

Rust-based application for generating numeronyms.

License: BSD 3-Clause "New" or "Revised" License

Rust 100.00%

n7's Introduction

n7

n7 is a Rust-based application for creating numeronym strings. It can create numeronyms from either the command line, or from standard input if no strings are given.

Usage

USAGE:
    n7 [OPTIONS] [input]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --delimiter <delimiter>                Character to treat as delimiter between strings [default:  ]
    -s, --shortest-string <shortest-string>    Strings of this length of greater will be numeronyzed [default: 4]

ARGS:
    <input>...    Strings to numeronyze. Leave blank to read from stdin

Examples

Numeronyzing a single word:

[don@zeus-w ~]$ n7 kubernetes
k8s

Numeronyzing words separated by non-space delimiters:

[don@zeus-w ~]$ n7 -d @ kubernetes@internationalization
k8s@i18n

Numeronyzing only words over a certain length:

[don@zeus-w ~]$ n7 -s 11 kubernetes internationalization
kubernetes i18n

Numeronyzing lines from standard in:

[don@zeus-w ~]$ echo -e "kubernetes\ninternationalization" | n7
k8s
i18n

Why?

"Why Rust?": This was a weekend "intro to Rust" project. There are libraries in JavaScript, Python, and probably other languages which do this in saner ways.

"Why n7?"

[don@zeus-w ~]$ dnf whatprovides */n7
Last metadata expiration check: 4:05:33 ago on Sun 08 Mar 2020 01:20:17 PM EDT.
Error: No Matches found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.