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.
- Host: GitHub
- URL: https://github.com/urethramancer/multitool
- Owner: Urethramancer
- Created: 2019-07-31T11:43:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T05:07:11.000Z (over 2 years ago)
- Last Synced: 2025-02-07T04:13:39.748Z (over 1 year ago)
- Topics: batch-processing, cli, devices, hashing, limited, routers
- Language: Go
- Size: 385 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.