summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheimpostor <theimpostor@users.noreply.github.com>2023-07-20 08:47:44 -0500
committerGitHub <noreply@github.com>2023-07-20 08:47:44 -0500
commit03bd7bd8a84aa8f55d49f820e72c3818d9129e63 (patch)
treecf53aaa9360313a2f723605c5de8a478f2f86db8
parent162a9c31a732303e7a0cf467ac73e6dfc5f61aa8 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cb00c0..b8109d2 100644
--- a/README.md
+++ b/README.md
@@ -74,4 +74,6 @@ This will install the latest version of osc52 to `$GOPATH/bin`. To find out wher
- [ ] log format
## Credits
-Credit and thanks to the the [vim-ocsyank](https://github.com/ojroques/vim-oscyank) plugin
+- [ojroques/vim-ocsyank](https://github.com/ojroques/vim-oscyank) - inspiration and introduction to OSC52
+- [rumpelsepp/oscclip](https://github.com/rumpelsepp/oscclip) - working python implementation
+- [gdamore/tcell](https://github.com/gdamore/tcell) - terminal handling