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.
https://github.com/user-attachments/assets/c37bc4ad-02c0-4509-a75d-a8137551a003
# 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
⌘Space
)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.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)