toolshed
toolshed copied to clipboard
A toolshed of IEx helpers
`fping` has a particularly nice summary. Here's an example: ``` $ fping -s -C 3 8.8.8.8 8.8.8.8 : [0], 84 bytes, 6.46 ms (6.46 avg, 0% loss) 8.8.8.8 : [1],...
It used to not be possible to use ICMP in pure Elixir since Erlang didn't support it. That has changed. It would be great to update `ping` to use it...
Currently `top` shows delta reductions since the previous run. This is helpful, but only if you're aware of the behavior and run it a few times manually. It would be...
Now that there's an `elixir-toolshed` organization, it would be nice to have a simple logo. Put any ideas that you may have here and when one comes up that we...
fixes #53
This will create a guide on setup the project and how to contribute towards it
See here for the original: https://github.com/mellowcandle/bitwise This comes up frequently enough with Nerves and seems like it would be convenient.
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.6 to 0.29.0. Changelog Sourced from ex_doc's changelog. v0.29.0 (2022-10-19) Enhancements Support cheatsheets as .cheatmd files Bug fix Collapse sidebar when resizing page even if stored in...
### Description [elixir-toolshed/toolshed_nerves]: https://github.com/elixir-toolshed/toolshed_nerves We want to move Nerves-specific helpers to a new project called [elixir-toolshed/toolshed_nerves] so that toolshed will contain only generic helpers. as per issue https://github.com/elixir-toolshed/toolshed/issues/57 Since this...
This is a preparation for PR https://github.com/elixir-toolshed/toolshed/pull/157 This pull request allows users to optionally suppress help text that gets printed by default. ### Changes - Wrap the printing logic in...