Simple Text Generator uses https://fish-text.ru, https://baconipsum.com/ services.
Tabasco is a CLI tool to generate a placeholder text akka 'Lorem ipsum'.
Usage:
tabasco [--arguments]
The arguments are:
file a file name
docx a file output format DOCX (if not set default is TXT)
size an expected content size (in bytes by default)
kb flag set a size unit as KiB
mb flag set a size unit as MiB
lang choose a language, supported: ru, latin (default "ru")
Use "tabasco --help" for more information
Tabasco uses https://fish-text.ru, https://baconipsum.com/ services to get a random text. It means the Internet connection is important.
MIT License
Copyright (c) 2021 PepperKit.
tabasco --file lorem.txt --size 1 --mb
tabasco --file lorem.txt --size 2 --kb
tabasco --file lorem.txt --size 512
tabasco --file document.docx --docx --size 2 --kb
tabasco --file plain-latin.txt --size 4 --kb --lang latin
tabasco --file plain-ru.txt --size 8 --kb --lang ru
The library is licensed under the terms of the MIT License.