simple cli tool for repeating text
Go to file
2025-01-09 16:24:23 +01:00
LICENSE added license 2025-01-09 16:24:23 +01:00
README.md added readme 2024-12-14 13:14:02 +01:00
repeat.hs init commit 2024-12-14 13:11:37 +01:00

repeat is a simple cli tool for repeating text. It is intended to be used with Kakoune, but can be useful in other cases too.

example use:

echo "hello" | repeat 3

hellohellohello