Search Criteria
Package Details: rovr 0.8.2-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rovr.git (read-only, click to copy) |
|---|---|
| Package Base: | rovr |
| Description: | A post-modern terminal file explorer |
| Upstream URL: | https://github.com/NSPC911/rovr |
| Keywords: | explorer file terminal |
| Licenses: | MIT |
| Conflicts: | rovr-bin, rovr-git |
| Provides: | rovr |
| Submitter: | Dominiquini |
| Maintainer: | Dominiquini (NSPC911) |
| Last Packager: | Dominiquini |
| Votes: | 2 |
| Popularity: | 0.98 |
| First Submitted: | 2026-01-14 02:18 (UTC) |
| Last Updated: | 2026-05-16 06:26 (UTC) |
Dependencies (28)
- python
- python-fastjsonschema
- python-humanize
- python-jsonschema
- python-natsort
- python-pathvalidateAUR
- python-pdf2imageAUR
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-platformdirs
- python-psutil
- python-puremagic
- python-pygments
- python-rarfile
- python-resvg_pyAUR
- python-rich
- python-rich-click
- python-send2trash
- python-textual (python-textual-gitAUR)
- python-textual-autocompleteAUR
- python-textual-imageAUR
- Show 8 more dependencies...
Latest Comments
NSPC911 commented on 2026-05-16 03:47 (UTC)
@Dominiquini hope you don't mind, can we talk about this on Discord? I'm on Discord at NSPG911
Dominiquini commented on 2026-05-16 01:07 (UTC) (edited on 2026-05-16 01:09 (UTC) by Dominiquini)
@NSPC911: I just saw the file structure on GitHub and it seemed a bit complex... I think I'd have to put it in a folder inside '/opt/rovr/' and create a symlink in the '/usr/bin' folder pointing to that folder... I haven't tested if that would work or not. I can try it later if you're interested!
Why the version discrepancy between GitHub and PyPI?
Dominiquini commented on 2026-05-16 00:59 (UTC)
@NSPC911: About compiling using this other method, I don't know how to do it! I just see another package compiling python packages this way and I replicate... I can create a package named 'rovr-bin' and put the pre-compiled binaries from GitHub there, if it's ok with you.
NSPC911 commented on 2026-05-15 00:21 (UTC)
@Dominiquini I'm not the most familiar as to how AUR works... I myself don't use Arch that often.
About Nuitka, Nuitka1 is a way to transpile Python to C and compile it to a native executable. The attached zips in the GitHub releases include one for Linux x64 and another for Linux arm64. The zips contain libraries and data files, as well as the main executable (named rovr.bin, until I can find a way to name it just
rovr). To compile it, you can use poethepoet2 to runpoe build standalone --lto yes, which will output the final standalone executable folder atrovr.distin the folder that the command was ran in.I was thinking maybe we should put the Nuitka versions under the rovr-bin namespace. What do you think?
Dominiquini commented on 2026-05-14 20:22 (UTC)
@NSPC911: I also added you as co-maintainer on the packages 'python-multiarchive' and 'python-human-errors'! If you prefer, I can disown myself and let you be the sole maintainer!
Dominiquini commented on 2026-05-14 20:21 (UTC)
@NSPC911: I added you as co-maintainer. Aside from removing the dependencies, most things you suggested I don't understand, than you can make the changes or help me to change anything you want!
Dominiquini commented on 2026-01-30 06:14 (UTC)
@fuero: Fixed! Thanks...
fuero commented on 2026-01-22 09:32 (UTC)
Missing dependency python-uv-build