Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genuinetools/udict
A command line urban dictionary.
https://github.com/genuinetools/udict
cli go urban-dictionary
Last synced: about 9 hours ago
JSON representation
A command line urban dictionary.
- Host: GitHub
- URL: https://github.com/genuinetools/udict
- Owner: genuinetools
- License: mit
- Created: 2014-09-20T19:30:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T20:07:11.000Z (about 4 years ago)
- Last Synced: 2024-08-05T09:17:02.093Z (3 months ago)
- Topics: cli, go, urban-dictionary
- Language: Makefile
- Homepage:
- Size: 854 KB
- Stars: 106
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# udict
[![make-all](https://github.com/genuinetools/udict/workflows/make%20all/badge.svg)](https://github.com/genuinetools/udict/actions?query=workflow%3A%22make+all%22)
[![make-image](https://github.com/genuinetools/udict/workflows/make%20image/badge.svg)](https://github.com/genuinetools/udict/actions?query=workflow%3A%22make+image%22)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://godoc.org/github.com/genuinetools/udict)
[![Github All Releases](https://img.shields.io/github/downloads/genuinetools/udict/total.svg?style=for-the-badge)](https://github.com/genuinetools/udict/releases)A command line urban dictionary.
**Table of Contents**
- [Installation](#installation)
- [Binaries](#binaries)
- [Via Go](#via-go)
- [Usage](#usage)## Installation
#### Binaries
For installation instructions from binaries please visit the [Releases Page](https://github.com/genuinetools/udict/releases).
#### Via Go
```console
$ go get github.com/genuinetools/udict
```## Usage
```bash
$ udict afaik
8 definitions returned# as far as i know
# --(afaik)
#
# It means "As far as I know."
#
# Simple as that.
# --(AFAIK)
#
# As Far As I Know, to my knowledge
# --(AFAIK)
#
# Acronym for "As Far As I Know"
# --(A F A I K)
#
# As Far as I Know
# --(afaik)
#
# afaik, as far as I know, means as far as I know
# --(afaik)
#
# As Far As I know
# --(AFAIK)
#
# As Far As I know
# --(AFAIK)
```