| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2024-06-02 | 1.0 kB | |
| SHA512SUMS | 2024-06-02 | 777 Bytes | |
| SHA512SUMS.sig | 2024-06-02 | 119 Bytes | |
| qrtxt_24.6.1_windows_amd64.exe | 2024-06-02 | 11.5 MB | |
| qrtxt_2461_macos_amd64 | 2024-06-02 | 12.9 MB | |
| qrtxt_24.6.1_linux_amd64.bin | 2024-06-02 | 14.0 MB | |
| qrtxt_24.6.1.tar.xz | 2024-06-02 | 40.7 kB | |
| qrtxt_24.6.1_noarch.deb | 2024-06-02 | 41.7 kB | |
| Totals: 8 Items | 38.4 MB | 1 | |
1 June 2024 Marcus Dean Adams (gerowen@pm.me) - Added macOS compatible OS variable checking. - Cleaned up library imports - Wrapped the whole thing in a giant KeyboardInterrupt check so that pressing CTRL+C at any point will trigger a graceful exit. - Reworded colorama missing statement to just say "package manager" instead of "Linux" package manager, since it could be running on Linux, BSD, macOS, etc. - Switched to using pillow to display the image on Windows and macOS. Stuck with a direct os.system call on Linux because when it is ran via the application icon in any other way, the image is never displayed if pillow is used. - Replaced instances of "exit()" with "sys.exit()" to prevent an unclean exit in some scenarios. - Added an experimental macOS x86-64 binary - Ditched the Windows installer for a single binary executable, the source code is still available in the archive. - Added an optional stand-alone Linux binary for folks who can't or don't want to install the .deb file - Updated the README