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.
- Host: GitHub
- URL: https://github.com/storyn26383/ydict.php
- Owner: storyn26383
- Created: 2023-08-25T09:16:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T08:37:21.000Z (about 2 years ago)
- Last Synced: 2025-01-10T13:50:12.819Z (10 months ago)
- Topics: command-line, dictionary, php, yahoo
- Language: PHP
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).
[](https://github.com/storyn26383/ydict.php/actions/workflows/tests.yml)
[](https://coveralls.io/github/storyn26383/ydict.php/?branch=master)

## 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
```