https://github.com/assafmo/imdb.sh
Search IMDB id by name
https://github.com/assafmo/imdb.sh
Last synced: about 1 year ago
JSON representation
Search IMDB id by name
- Host: GitHub
- URL: https://github.com/assafmo/imdb.sh
- Owner: assafmo
- License: mit
- Created: 2018-01-14T10:10:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T13:09:26.000Z (over 7 years ago)
- Last Synced: 2025-02-10T01:37:44.054Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imdb.sh
Search IMDB id by name
# Installation
```bash
curl -sSLf https://raw.githubusercontent.com/assafmo/imdb.sh/master/imdb.sh | sudo tee /usr/local/bin/imdb > /dev/null
sudo chmod +x /usr/local/bin/imdb
```
# Usage
```bash
imdb "$title"
```
```bash
$ imdb "the flash"
tt3107288
```
## With [wizdom.sh](https://github.com/assafmo/wizdom.sh)
```bash
$ wizdom $(imdb "game of thrones") s05
```