From b42ab480dd4c4eec83d79bba9400232ddb79f6b1 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 23 Nov 2024 21:04:30 -0500 Subject: Beerware License + README --- LICENSE | 9 +++++++++ README.md | 8 ++++++++ assets/demo.tape | 29 +++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 assets/demo.tape diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4cfb589 --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 69): + * wrote this repository. As long as you retain this notice + * you can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a beer in return. + * - Benjamin Chausse + * ---------------------------------------------------------------------------- + */ diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a0fa86 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Termpicker + +A simple Color Picker Designed for your Terminal + +
+ Termpicker Demo
+
+ diff --git a/assets/demo.tape b/assets/demo.tape new file mode 100644 index 0000000..e837e6a --- /dev/null +++ b/assets/demo.tape @@ -0,0 +1,29 @@ +# Where should we write the GIF? +Output demo.gif + +# Set up a 1200x600 terminal with 46px font. +Set FontSize 24 +Set Width 1000 +Set Height 500 + + +Set Shell zsh +Sleep 2.5s +Type "go run ./cmd/termpicker" +Enter +Sleep 2s +Type "l" +Sleep 500ms +Type "j" +Sleep 500ms +Type "llllhhhllj" +Tab +Sleep 500ms +Type "jlllhjlllljhhhlllhkklkl" +Tab +Sleep 500ms +Type "jllljhhklhkhh" +Sleep 1.5s +Type "q" +Sleep 500ms + -- cgit v1.2.3