#term #init #started

app abbreviation-rs

A CLI that searches an abbreviation and gives the full term!

7 unstable releases (3 breaking)

Uses new Rust 2024

new 0.4.0 Apr 3, 2025
0.3.0 Apr 2, 2025
0.2.1 Apr 2, 2025
0.1.1 Apr 1, 2025

#389 in Parser implementations

Download history 157/week @ 2025-03-26

157 downloads per month

CC-BY-NC-ND-4.0

11KB
183 lines

Abbreviation - The de-abbreviating CLI!

The idea is simple; you enter an abbreviation/acronym/initialism, and it outputs the meaning(s) of it.

Get Started

  1. Install the CLI globally to your system with Cargo.
cargo install abbreviations-rs
  1. Initialize the abbreviations.json file, like this:
abbreviation init

This command creates a file called abbreviations.json with all the data in the following directory:

  • Windows: C:\Users(your username)\AppData\Roaming\abbreviations_rs or C:/ProgramData
  • Linux/MacOS: /home/(your username)/.abbreviations_rs
  1. Search for the abbreviation you want!
abbreviation search idk
Meaning: I don't know

That's all you have to do to start using it!

Contributing

There are many abbreviations that exist in the world, as a single developer I can't keep up with every single one that exists. If you want to add your own abbreviations, check out the src/abbreviations.json file and go ahead!

Dependencies

~0.7–8.5MB
~65K SLoC