Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chickendrop89/sourceforge-folder-downloader
A SourceForge folder downloader for bash shell
https://github.com/chickendrop89/sourceforge-folder-downloader
bash curl downloader sourceforge sourceforge-downloader
Last synced: about 6 hours ago
JSON representation
A SourceForge folder downloader for bash shell
- Host: GitHub
- URL: https://github.com/chickendrop89/sourceforge-folder-downloader
- Owner: chickendrop89
- License: gpl-2.0
- Created: 2023-12-26T19:08:49.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T22:22:37.000Z (23 days ago)
- Last Synced: 2024-10-28T23:23:09.233Z (23 days ago)
- Topics: bash, curl, downloader, sourceforge, sourceforge-downloader
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sourceforge-downloader
A folder/file SourceForge downloader for the linux shell
## Usage:
```shell
sf-downloader.sh [output directory]
```---
- ` sourceforge folder url`
- example: `https://sourceforge.net/projects/orangefox-device-xiaomi-tapas/files/2023-12-09`- `[optional] output directory`
- example: `orangefox-tapas`## Note:
- POSIX shell variants (like `dash`) might not work correctly with this script due to their missing features.
- `bash/ksh/zsh/busybox-ash` are confirmed to work.