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

https://github.com/storyn26383/ydict.php

Command line Yahoo Dictionary for geeks.
https://github.com/storyn26383/ydict.php

command-line dictionary php yahoo

Last synced: 8 months ago
JSON representation

Command line Yahoo Dictionary for geeks.

Awesome Lists containing this project

README

          

# ydict.php

Command line Yahoo Dictionary for geeks, inspired by [sayuan/ydict.js](https://github.com/sayuan/ydict.js/).

[![Build Status](https://github.com/storyn26383/ydict.php/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/storyn26383/ydict.php/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/storyn26383/ydict.php/badge.svg?branch=master)](https://coveralls.io/github/storyn26383/ydict.php/?branch=master)

![ydict.php](https://i.imgur.com/kzC0qcc.png)

## Installation

### via Composer

```bash
composer global require sasaya/ydict.php
```

### Manual download of PHAR

```bash
wget https://github.com/storyn26383/ydict.php/raw/master/build/ydict.php.phar
chmod +x ydict.php.phar
sudo mv ydict.php.phar /usr/local/bin/ydict.php
```

## Usage

```bash
ydict.php
```

### For detailed explanation

```bash
ydict.php -v
```