Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dan200
/
ComputerCraft
Public
Notifications
You must be signed in to change notification settings
Fork
195
Star
1k
Code
Issues
81
Pull requests
56
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Make wget automatically determine the file name.
- #536
#536
Open
Luca0208
wants to merge 9 commits into
dan200:master
dan200/ComputerCraft:master
from
Luca0208:master
Luca0208/ComputerCraft:master
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Make wget automatically determine the file name.
#536
Luca0208
wants to merge 9 commits into
dan200:master
dan200/ComputerCraft:master
from
Luca0208:master
Luca0208/ComputerCraft:master
Copy head branch name to clipboard
Commits
Commits on Apr 4, 2018
Giving a filename to wget is now optional.
Show description for fcc8e0a
Luca0208
committed
fcc8e0a
View commit details
Copy full SHA for fcc8e0a
Browse repository at this point
Adjusted codestyle
Luca0208
committed
0ad84b3
View commit details
Copy full SHA for 0ad84b3
Browse repository at this point
Use gsub instead of loops and also strip anchors and url parameters
Luca0208
committed
f1cec14
View commit details
Copy full SHA for f1cec14
Browse repository at this point
Again adjusting the codestyle
Luca0208
committed
39ecc90
View commit details
Copy full SHA for 39ecc90
Browse repository at this point
getFilename() needs to return something, because shell.resolve() is called before checking if the URL is valid
Luca0208
committed
a5bd04e
View commit details
Copy full SHA for a5bd04e
Browse repository at this point
Commits on Apr 5, 2018
Check if the URL is valid before trying to determine the filename
Luca0208
committed
4e8d7aa
View commit details
Copy full SHA for 4e8d7aa
Browse repository at this point
Replace return nil with return because we are exiting from the program and not from a function now.
Luca0208
committed
781141a
View commit details
Copy full SHA for 781141a
Browse repository at this point
err can't be nil
Luca0208
committed
67448f1
View commit details
Copy full SHA for 67448f1
Browse repository at this point
Adjust wget help file
Luca0208
committed
7a4dac3
View commit details
Copy full SHA for 7a4dac3
Browse repository at this point
You can’t perform that action at this time.