alpc 1.0.1

Aviation Language Phonetic Converter
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 11.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 276.94 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DevHyperCoder/alpc
    8 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DevHyperCoder

ALPC

Aviation Language Phonetic Converter is a simple Rust CLI for converting letters to the corresponding phonetic alphabets in aviation language.

Installation

You need to have Rust toolkit installed

  • Clone the repo: git clone https://github.com/DevHyperCoder/alpc/
  • Run the program: cargo run

Arch Linux alpc is available in the AUR alpc-git

Usage

ALPC reads from stdin so, you can pipe text into APLC

echo "hello 123" | alpc

Also, running alpc will provide a input prompt.

Features

  • Convert A..Z to ALPHA..ZULU
  • Convert 0..9 to ZERO..NINER
  • Convert only Uppercase letters to phonetics. (-l to convert lowercase as well)
  • Clean output (Command line flag to add verbosity)

TODO

  • Man page