https://github.com/eye-wave/ani-cli-pl
https://github.com/eye-wave/ani-cli-pl
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eye-wave/ani-cli-pl
- Owner: eye-wave
- License: gpl-3.0
- Created: 2023-05-10T09:54:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T16:50:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T00:35:02.280Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





# ani-cli-pl
Cli tool to watch anime with polish subtitles mainly from [shinden.pl](https://shinden.pl).
Written in Bourne shell for wider compatability with various operating systems.
### Getting Started
Install required dependencies:
```
curl fzf grep gunzip gzip md5sum sed
```
Download the script
```bash
curl https://raw.githubusercontent.com/eye-wave/ani-cli-pl/main/ani-cli-pl -o ~/.local/bin/ani-cli-pl
chmod +x ~/.local/bin/ani-cli-pl
```
and run it
```
ani-cli-pl
```
To uninstall simply run the following
```
rm ~/.local/bin/ani-cli-pl
```
### Todo
- [x] Better closing with Ctrl+C
- [ ] Better caching
- [ ] Cli flags
- [ ] Help menu
- [ ] Test compatibility on Windows with Git Bash