An open API service indexing awesome lists of open source software.

https://github.com/yiiguxing/intellij-figlet

:electric_plug:A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
https://github.com/yiiguxing/intellij-figlet

figlet figlet-texts idea-plugin intellij intellij-plugin plugin

Last synced: about 2 months ago
JSON representation

:electric_plug:A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.

Awesome Lists containing this project

README

        

```
_____.__ ________.__ __
_/ ____\__|/ _____/| | _____/ |_
\ __\| / \ ___| | _/ __ \ __\
| | | \ \_\ \ |_\ ___/| |
|__| |__|\______ /____/\___ >__|
\/ \/
```
[![FIGlet](./icon.svg)](https://github.com/YiiGuxing/intellij-figlet)
[![Jetbrains Plugins](https://img.shields.io/badge/JetBrainsPlugin-12005-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/12005-figlet)
[![LICENSE](https://img.shields.io/github/license/YiiGuxing/intellij-figlet.svg?style=flat-square)](https://github.com/YiiGuxing/intellij-figlet/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/YiiGuxing/intellij-figlet.svg?style=flat-square)](https://github.com/YiiGuxing/intellij-figlet/releases/latest)
[![Version](https://img.shields.io/jetbrains/plugin/v/12005.svg?style=flat-square&colorB=0091ea)](https://plugins.jetbrains.com/plugin/12005-figlet)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/12005.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/12005-figlet)
-----

A [FIGlet](http://www.figlet.org)-based ASCII Art generation plugin for IntelliJ based IDEs.

![screenshots](./screenshots.png)

Installation
------------

- Using IDE built-in plugin system:
- Settings(Preferences) > Plugins > Marketplace/Browse repositories... > Search for "figlet" > Install Plugin
- Manually:
- Download the [latest release](https://github.com/YiiGuxing/intellij-figlet/releases/latest) and install it manually using Settings(Preferences) > Plugins > Install plugin from disk...

Restart IDE.

Usage
-----

1. Select the text you want to convert on the editor (Optional).
2. Alt + Insert > ASCII Art... or Main menu > Code > Generate... > ASCII Art....
3. Click the Generate ASCII Art Text button.

![screenshots](./screenshots.gif)

Other Plugins
-------------

- [Translation Plugin](https://github.com/YiiGuxing/TranslationPlugin)
- [Material Design Color Palette](https://github.com/YiiGuxing/material-design-color-palette)