From 34b7427a139c428654b69a6f3af0c82418a1dc7e Mon Sep 17 00:00:00 2001 From: Krukov D Date: Tue, 5 Apr 2016 22:21:50 +0000 Subject: [PATCH] Add maybe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe6e64d..05ea287 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Some fine resources to write your own CLI App. - [is-reachable-cli](https://github.com/beatfreaker/is-reachable-cli) - Check if hostnames are reachable or not. - [kill-tabs](https://github.com/sindresorhus/kill-tabs) - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory. - [leven-cli](https://github.com/sindresorhus/leven-cli) - Measure the difference between two strings using the Levenshtein distance algorithm. +- [maybe](https://github.com/p-e-w/maybe) - See what a program does before deciding whether you really want it to happen. - [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli) - Open the URL from a web shortcut file in the browser. - [pkg-dir-cli](https://github.com/sindresorhus/pkg-dir-cli) - Find the root directory of a npm package. - [speed-test](https://github.com/sindresorhus/speed-test) - Test your internet connection speed and ping using speedtest.net from the CLI.