yaclddeprecated

Yet another command line dictionary

Usage no npm install needed!

<script type="module">
  import yacld from 'https://cdn.skypack.dev/yacld';
</script>

README

yacld - Yet Another Command Line Dictionary

yacld is one TypeScript package for looking up word from command line.

Note: Currently the server is based on AWS Lambda. When invoke the server from cold starts, it may take a while to process.

Installation

npm install yacld

Usage

TODO

  • Add the support for other dictionary.
  • Add the ability to force refresh word in database.
  • Maybe better format? Or make it like less in UNIX.