Search Criteria
Package Details: anifetch-cli 1.0.2-1.3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/anifetch-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | anifetch-cli |
| Description: | Animated terminal fetch with video and audio support |
| Upstream URL: | https://github.com/Notenlish/anifetch |
| Keywords: | anifetch |
| Licenses: | MIT |
| Submitter: | The_SP |
| Maintainer: | The_SP |
| Last Packager: | The_SP |
| Votes: | 1 |
| Popularity: | 0.44 |
| First Submitted: | 2026-03-31 07:31 (UTC) |
| Last Updated: | 2026-03-31 09:45 (UTC) |
Dependencies (11)
- chafa (chafa-gitAUR)
- fastfetch (fastfetch-gitAUR, fastfetch-gif-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-cuda-fullAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR)
- python
- python-platformdirs
- python-pynputAUR
- python-rich
- python-wcwidth
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
The_SP commented on 2026-04-05 09:09 (UTC)
Hey @m6audereo try opening up new issues in the github
m6audereo commented on 2026-04-05 06:40 (UTC)
running "anifetch example.mp4" gave out
Couldn't find a corresponding cache. Will cache the animation. Caching... Traceback (most recent call last): File "/usr/bin/anifetch", line 8, in <module> sys.exit(main())
^^ File "/usr/lib/python3.14/site-packages/anifetch/init.py", line 12, in main run_anifetch(args)^^^^^^ File "/usr/lib/python3.14/site-packages/anifetch/core.py", line 234, in run_anifetch fetch_output: list[str] = get_fetch_output(^ not args.neofetch, neofetch_status, args.force, args.config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.14/site-packages/anifetch/utils.py", line 434, in get_fetch_output fetch_output = subprocess.check_output(output, text=True).splitlines()~^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/subprocess.py", line 472, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *kwargs).stdout ^^^^^^^^^ File "/usr/lib/python3.14/subprocess.py", line 556, in run stdout, stderr = process.communicate(input, timeout=timeout)~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/subprocess.py", line 1207, in communicate stdout = self.stdout.read() File "<frozen codecs>", line 325, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 864: invalid continuation byte