grepop: ras0q/grepop
Last active
September 29, 2024 02:57
-
-
Save ras0q/1b0890884c0c73cdae5d43cd16723f0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Require cat | |
| Require grep | |
| Require grepop | |
| Set Shell bash | |
| Set FontSize 26 | |
| Set Width 800 | |
| Set Height 400 | |
| Set Padding 32 | |
| Set Margin 16 | |
| Set MarginFill "#6B50FF" | |
| Set Framerate 30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Output demo.gif | |
| Source config.tape | |
| Type "cat go.mod | grep go --color=always" Sleep 500ms Enter | |
| Sleep 2s | |
| Type "cat go.mod | grep go" Sleep 500ms | |
| Left 3 Sleep 500ms | |
| Type "op" Sleep 500ms Enter | |
| Sleep 5s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module github.com/ras0q/grepop | |
| go 1.23.0 | |
| require ( | |
| github.com/charmbracelet/lipgloss v0.13.0 | |
| github.com/charmbracelet/log v0.4.0 | |
| github.com/charmbracelet/x/ansi v0.2.3 | |
| github.com/charmbracelet/x/term v0.2.0 | |
| ) | |
| require ( | |
| github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | |
| github.com/go-logfmt/logfmt v0.6.0 // indirect | |
| github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | |
| github.com/mattn/go-isatty v0.0.20 // indirect | |
| github.com/mattn/go-runewidth v0.0.15 // indirect | |
| github.com/muesli/termenv v0.15.2 // indirect | |
| github.com/rivo/uniseg v0.4.7 // indirect | |
| golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | |
| golang.org/x/sys v0.24.0 // indirect | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment