cmd/1 won't crash if the command being run returns non-UTF8 data
cat/1 no longer adds an extra newline at the end of its input
Removed commands
Removed the rarely used pastebin command
v0.2.18
New features
Add httpget command for performing HTTP GET requests and printing the
response to stdout or saving it to the filesystem. Thanks to Jon Thacker for
this feature.
v0.2.17
Bug fixes
Don't trigger autocompletion when in a string interpolation.
v0.2.16
Bug fixes
Fix path completion issues when wildcard characters are in the string to be
completed.
v0.2.15
New features
Add path autocompletion. Try it out by running use Toolshed at the IEx
prompt. Then type File.read("/e<tab>") for files in /etc or ls "li<tab>" if you have a lib directory under your current directory.
v0.2.14
Bug fixes
Fix warnings when building with Elixir 1.11.
v0.2.13
Bug fixes
Improve error message when :inets isn't available so that it says how to
add it to your mix.exs.
v0.2.12
Bug fixes
If help has been stripped, then don't tell the user that it's available.
New features
Add multicast_addresses command for listing multicast addresses being
listened to on each network interface. This is helpful if you're debugging
lost multicast subscriptions or just seeing what applications are listening
on.
cmd/1 won't crash if the command being run returns non-UTF8 data
cat/1 no longer adds an extra newline at the end of its input
Removed commands
Removed the rarely used pastebin command
v0.2.18
New features
Add httpget command for performing HTTP GET requests and printing the
response to stdout or saving it to the filesystem. Thanks to Jon Thacker for
this feature.
v0.2.17
Bug fixes
Don't trigger autocompletion when in a string interpolation.
v0.2.16
Bug fixes
Fix path completion issues when wildcard characters are in the string to be
completed.
v0.2.15
New features
Add path autocompletion. Try it out by running use Toolshed at the IEx
prompt. Then type File.read("/e<tab>") for files in /etc or ls "li<tab>" if you have a lib directory under your current directory.
v0.2.14
Bug fixes
Fix warnings when building with Elixir 1.11.
v0.2.13
Bug fixes
Improve error message when :inets isn't available so that it says how to
add it to your mix.exs.
v0.2.12
Bug fixes
If help has been stripped, then don't tell the user that it's available.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps toolshed from 0.2.10 to 0.2.19.
Release notes
Sourced from toolshed's releases.
... (truncated)
Changelog
Sourced from toolshed's changelog.
... (truncated)
Commits
02d223a
v0.2.19 release409e8dd
Fix date test race condition890dd18
Replace echo with printf for portability7911abe
add unit test to httget helper func7c1d50f
Remove pastebin helperc606da2
Bump ex_doc and dialyxir to latest54c26a5
Update cmd/1 to usebinstream
instead ofstream
0f5cd4b
Add unit test for uptime helper function0c62279
Add unit test for the grep helper functionae529dd
Add unit test for the tree helper functionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)