Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theonlyasdk/filedownloader
Simple file downloader utility written in FreePascal using Lazarus
https://github.com/theonlyasdk/filedownloader
Last synced: about 1 month ago
JSON representation
Simple file downloader utility written in FreePascal using Lazarus
- Host: GitHub
- URL: https://github.com/theonlyasdk/filedownloader
- Owner: theonlyasdk
- License: mit
- Created: 2024-08-25T12:18:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T06:53:31.000Z (4 months ago)
- Last Synced: 2024-10-15T00:57:57.650Z (2 months ago)
- Language: Pascal
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileDownloader
Simple file downloader utility written in FreePascal using Lazarus# Screenshots
![image](https://github.com/user-attachments/assets/c6874af6-c878-4f9b-b5c7-54d7e7c62805)![image](https://github.com/user-attachments/assets/e424b50e-b388-43d3-8cd0-17e0c0470731)
![image](https://github.com/user-attachments/assets/c5a59254-c0f8-47cd-bc4a-0f60d9a23bac)
# Credits
- [MetaDarkStyle](https://github.com/zamtmn/metadarkstyle/): Dark mode support for Lazarus (Windows only)
- **[VersionSupport](https://github.com/theonlyasdk/FileDownloader/blob/main/versionsupport.pas)**: From [this](https://forum.lazarus.freepascal.org/index.php/topic,13957.msg73542.html#msg73542) forum post
- **[uDownload](https://github.com/theonlyasdk/FileDownloader/blob/main/udownload.pas)**: From [this](https://forum.lazarus.freepascal.org/index.php/topic,52773.msg389901.html#msg389901) forum post