A Raycast extension for generating dummy text in both Japanese and English. Easily generate text with a specified character count and copy it to your clipboard.
- Generate dummy text in both Japanese and English
- Specify the number of characters
- Copy to clipboard
- Streamline your design and development prototyping work
2025-05-08.9.15.23.mov
# Clone this repository
git clone https://github.com/raycast/extensions.git && cd extensions/lipsum
# Install dependencies
npm install
# Link the extension to Raycast
npm run dev
# Publish
npm run publish- Launch Raycast (default:
⌘Space) - Type "lipsum"
- Select the language and character count for the text you want to generate
- The generated text will be automatically copied to your clipboard
If language is not selected, the default language of the Extension settings will be selected.
| Option | Description |
|---|---|
| Number of characters | Specify the number of characters to generate |
| Select Language | Select Japanese or English |
Released under the MIT License.
- Fork this repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Create a Pull Request