poor-tools

Portable shell tools for when you can't install the real thing

poor

busybox-style multiplexer for poor-tools

Run:
curl -sSL https://poor.tools/poor | sh -s -- --help
Install:
curl -sSL https://poor.tools/poor/install | sh

column

minimal column(1) clone with basic -s/-t support

Run:
curl -sSL https://poor.tools/column | sh -s -- --help
Install:
curl -sSL https://poor.tools/column/install | sh

curl

curl, but uses wget behind the scenes

Run:
curl -sSL https://poor.tools/curl | sh -s -- --help
Install:
curl -sSL https://poor.tools/curl/install | sh

curl-openssl

tiny curl-ish fetcher using openssl s_client (HTTPS only)

Run:
curl -sSL https://poor.tools/curl-openssl | sh -s -- --help
Install:
curl -sSL https://poor.tools/curl-openssl/install | sh

nmap

nmap-like port scanner using nc

Run:
curl -sSL https://poor.tools/nmap | sh -s -- --help
Install:
curl -sSL https://poor.tools/nmap/install | sh

socat

minimal interactive TTY bridge (like socat)

Run:
curl -sSL https://poor.tools/socat | sh -s -- --help
Install:
curl -sSL https://poor.tools/socat/install | sh

timeout

timeout implementation (like busybox timeout)

Run:
curl -sSL https://poor.tools/timeout | sh -s -- --help
Install:
curl -sSL https://poor.tools/timeout/install | sh
Copied to clipboard!