dotnet-file icon indicating copy to clipboard operation
dotnet-file copied to clipboard

Download, update and sync loose files from URLs

Results 8 dotnet-file issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps the tests group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.7.0 to 2.8.0 Commits be260b3 v2.8.0 a8ceb66 #783: Add -useansicolor flag to console runner (v2) 7b0ff93 Don't...

dependencies

### Discussed in https://github.com/devlooped/oss/discussions/1 Originally posted by **mgnslndh** December 15, 2020 If you run dotnet-file with a `file://` URI you get the error message "Only 'http' and 'https' schemes are...

good first issue

A simple char-based progress when we know the length, as we copy to the output file stream [![Back this issue](https://raw.githubusercontent.com/devlooped/SponsorLink/main/docs/assets/img/separator.png "Back this issue")](https://www.devlooped.com/SponsorLink/github/issues/?s=devlooped) [![Back this issue](https://img.shields.io/badge/backed-%240-EA4AAA?logo=githubsponsors "Back this issue")](https://www.devlooped.com/SponsorLink/github/issues/?s=devlooped)

enhancement
help wanted
good first issue

# devlooped/oss - Remove shared community files from ignores https://github.com/devlooped/oss/commit/65f89e0 - Don't attempt to push to nuget.org without a key https://github.com/devlooped/oss/commit/d11c4dc - Push also to sleet if configured https://github.com/devlooped/oss/commit/40ee833

dependencies

# devlooped/oss - Add explicit write permissions from caller workflow https://github.com/devlooped/oss/commit/8fa147d - Make sure the feed url is available to msbuild https://github.com/devlooped/oss/commit/931da83 - Allow workflow to work cross-org https://github.com/devlooped/oss/commit/af171b7 -...

dependencies

### Discussed in https://github.com/devlooped/dotnet-file/discussions/131 Originally posted by **henry-js** December 11, 2024 How would I use this to download a .zip file for a github release? Using `dotnet-file add https://github.com/ankitpokhrel/jira-cli/releases/download/v1.5.2/[jira_1.5.2_windows_x86_64.zip` downloads...

enhancement

Given https://www.linfo.org/cat.html definition: > cat is one of the most frequently used [commands](https://www.linfo.org/command.html) on [Unix-like](https://www.linfo.org/unix-like.html) [operating systems](https://www.linfo.org/operating_systems_list.html). It has three related functions with regard to text files: displaying them, combining...