Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhyfritz/ashram

acronym search program
https://github.com/mhyfritz/ashram

acronym cli javascript nodejs words

Last synced: about 2 months ago
JSON representation

acronym search program

Awesome Lists containing this project

README

        

# ashram: acronym search program

## Installation

```bash
yarn global add ashram
```

or

```bash
npm install -g ashram
```

## Usage

```bash
ashram --phrase 'acronym search program'
...
aero
...
anchor
...
ashram
...
```

By default, acronyms are searched against [`word-list`](https://github.com/sindresorhus/word-list),
but you can also use your own file:

```bash
ashram --file --phrase ...
```

## Explanation

Given a phrase, `ashram` searches a list of words for acronyms of that phrase.
The acronyms have following constraints:

* the first letter of phrase and acronym have to match
* for every word in the phrase at least one character has to match in the acronym