thetillhoff / spell

Tiny spelling helper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spell

This repository is about three things:

  • A binary called spell, which can be used to spell word or sentences in either NATO or German language (see Usage).
  • Testing github actions for automated releases and automated upgrades with dependabot
  • Getting in touch with installers/packagers like creating a .deb-file and a windows-installer for each release.

Usage

$> spell
  usage:
  $> spell [--german|--nato<default>] <what to spell>
$> spell something I cant spell
sierra
oscar
mike
echo
tango
hotel
india
november
golf

india

charlie
alfa
november
tango

sierra
papa
echo
lima
lima

Currently, there are two modes:

  • nato is the default but may also be triggered by spell --nato whatever.
  • german can be called likewise with spell --german wasauchimmer.

About

Tiny spelling helper.

License:MIT License


Languages

Language:Go 99.0%Language:Shell 1.0%