- 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.
- Add
- Bug fixes
- Don't trigger autocompletion when in a string interpolation.
- Bug fixes
- Fix path completion issues when wildcard characters are in the string to be completed.
- New features
- Add path autocompletion. Try it out by running
use Toolshed
at the IEx prompt. Then typeFile.read("/e<tab>")
for files in/etc
orls "li<tab>"
if you have alib
directory under your current directory.
- Add path autocompletion. Try it out by running
- Bug fixes
- Fix warnings when building with Elixir 1.11.
- Bug fixes
- Improve error message when
:inets
isn't available so that it says how to add it to yourmix.exs
.
- Improve error message when
-
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.
- Add
- New features
- Add
date
command for quickly checking the current date and time in UTC
- Add
- New features
- Validate firmware using nerves_runtime v0.10.0's Nerves.Runtime.KV.put/2 function if available
- New features
- Add simple HTTP request shortcuts:
weather
,qr_encode
, andpastebin
- Add simple HTTP request shortcuts:
- New features
- Add
ping
to ping a remote IP address repeatedly and add some support for setting the interface to use.
- Add
- New features
- Add
lsmod
for returning loaded kernel modules on Nerves
- Add
- New features
- Add
uname
for getting running firmware information on Nerves
- Add
- New features
- Add
lsof
- Add
- Bug fixes
- Fix warning due to missing Nerves.Runtime
- Bug fixes
- Fix
cmd/1
to capture and print stderr as well. This fixes an issue where stderr prints would go somewhere else and you couldn't see them. This affected IEx sessions running over ssh.
- Fix
-
Bug fixes
- Fix ifconfig crash on sit interfaces
- Improve printout of unnamed pids with top
-
New features
- Add
uptime
helper
- Add
- New features
- Add
exit
for exiting an IEx session
- Add
-
New features
top
displays deltas by default
-
Bug fixes
- Fixed inclusion of Nerves utilities on Nerves
Initial release