An open API service indexing awesome lists of open source software.

https://github.com/urethramancer/multitool

A grab-bag of functionality for the command line.
https://github.com/urethramancer/multitool

batch-processing cli devices hashing limited routers

Last synced: about 1 year ago
JSON representation

A grab-bag of functionality for the command line.

Awesome Lists containing this project

README

          

# Multitool
A grab-bag of functionality for the command line.

## What's this for?
I made this to run on routers or other tiny devices with limited CLI tools and options for installing such. Compatible with TinyGo, but access to other packages may be a limitation.

## How to install
First download the package:
```sh
go get -u github.com/Urethramancer/multitool
```

Then run the command to generate its symlinks:
```sh
sudo multitool
```

## How to use
The currently implemented commands are `pwgen`, `rn`, `md5`, `sha1` and `sha512`. Run each to get usage.