Python has https://xon.sh/
Scala has ammonite: Hands-on Scala: Setting Up
Does elixir/iex have any projects that tries to use the repl as a replacement for the bash shell ?
Python has https://xon.sh/
Scala has ammonite: Hands-on Scala: Setting Up
Does elixir/iex have any projects that tries to use the repl as a replacement for the bash shell ?
There is toolshed (created for nerves)
Here’s a sample list of helpers:
cmd
- run a command and print out the outputtop
- get a list of the top processes and their OTP applications based on CPU and memoryexit
- exit an IEx session (useful over ssh)tree
- list directory contents as a treesave_term
/load_term
- save and load Elixir terms to filesping
- check if a remote host is up (almost like ping, but uses TCP instead of ICMP to avoid needing additional permissions)ifconfig
- list network interfaceslsusb
- list USB devices
@Sebb Toolshed/nerves looks interesting. Thanks!