From 7f9b2104d643ad2782f2e13da1bcf11db01691a1 Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Tue, 14 Mar 2023 10:02:43 -0400 Subject: [PATCH] Add Clipboard to Terminal section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d4e5a9..fbe6011 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ _Note: for an OS specific tool, please do your best to mark with `OSX/WIN/*NIX/L * [autojump](https://github.com/joelthelion/autojump) - remembers your folders and jump to them based on partial recall (e.g. `j proj` will jump to `/home/Users/yourself/projects`. +* [Clipboard](https://github.com/Slackadays/Clipboard) - Cut, copy, and paste anything, anywhere, anytime. * [fasd](https://github.com/clvv/fasd) Command-line productivity booster, offers quick access to files and directories. * [freshenv](https://github.com/raiyanyahya/freshenv) - Provision, share, manage local and cloud developer environments. * [homebrew](http://brew.sh) - Makes it easy to install open source packages on an `OS X` system with a single command.