| Crates.io | animesh |
| lib.rs | animesh |
| version | 0.2.3 |
| created_at | 2025-04-04 19:05:17.894935+00 |
| updated_at | 2025-04-08 18:04:15.024403+00 |
| description | A powerful CLI tool for anime fans to track their favorite shows and discover new anime |
| homepage | |
| repository | https://github.com/Abhi-Gautam/animesh.git |
| max_upload_size | |
| id | 1620635 |
| size | 328,179 |

A powerful command-line tool to track your favorite anime shows and discover new releases from AniList.
Features • Installation • Usage • Examples
cargo install animesh
animesh-windows.zipanimesh-macos.tar.gzanimesh-linux.tar.gz# Add to PATH for current user
$env:Path += ";C:\path\to\extracted\folder"
# Or add to system PATH through System Properties > Environment Variables
# Move binary to a directory in your PATH
sudo mv animesh /usr/local/bin/
# Or add to PATH in your shell config (~/.bashrc, ~/.zshrc, etc.)
export PATH="$PATH:/path/to/extracted/folder"
# Show schedule for next 1 day (default)
animesh schedule
# Show schedule for next 7 days
animesh schedule --interval 7
# Show schedule in a specific timezone
animesh schedule --timezone "IST"
# Show past episodes from last 3 days
animesh schedule --interval 3 --past

The tool supports various timezone formats:
If no timezone is specified, the tool will try to fallback to your current time zone.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.