From 5208a58af7fe9c66d45a2931076bbc2cfc3b7f87 Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Wed, 24 Jan 2018 19:26:24 +0200 Subject: [PATCH] Add onionfile --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a648d4c..b3765a6 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ you can even use `npx` to view this list of `awesome-npx` tools: ### [okimdone](https://github.com/zkat/okimdone) - execute a long-running command and be told out loud when it's done `npx okimdone npm install` +### [onionfile](https://github.com/shesek/onionfile) - easily share files over tor hidden services +`npx onionfile /path/to/file.txt` + ### [pa11y](https://github.com/pa11y/pa11y) - check websites for accessibility issues `npx pa11y http://example.com` @@ -66,7 +69,6 @@ you can even use `npx` to view this list of `awesome-npx` tools: ### [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - remove terminal color codes from piped text `echo -e "\033[33m hello" | npx strip-ansi-cli` - ## 🐢🚀 node.js development ### [dist-upgrade](https://github.com/zacanger/dist-upgrade) - install the latest global node and npm @@ -86,7 +88,6 @@ you can even use `npx` to view this list of `awesome-npx` tools: ### [sort-package-json](https://github.com/keithamus/sort-package-json) - sort your package.json keys `npx sort-package-json` - ## 😺 fun ### [benny-hill](https://npm.im/benny-hill) - plays benny-hill theme music while a command is running