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

https://github.com/deer0817/xiaolushell

Interesting shell scripts, such as ASCII art...
https://github.com/deer0817/xiaolushell

ascii-art shell

Last synced: 8 months ago
JSON representation

Interesting shell scripts, such as ASCII art...

Awesome Lists containing this project

README

          

## XiaoLuShell - Interesting Shell Scripts

#### me.sh

> Customizable about me

```sh
Usage: me.sh [OPTIONS]
Options:
--name Specify the name (default: deer0817)
--github Specify the GitHub link (default: https://github.com/deer0817)
--desc Specify the description (default: About me)
--date Specify the modified date (default: 2025-05-12)
--ascii-color Specify the ASCII color (default: skyblue)
--ascii-str Specify the ASCII string (default: XIAOLU)
--ascii-font Specify the ASCII font (default: miniwi)
--list-font List available fonts
--list-color List available ascii colors
--help Show this help message
--version Show version information
```

![me.sh](https://cdn.jsdelivr.net/gh/deer0817/XiaoLuShell/preview/me.png)
- Quick start

```sh
bash <(curl -sSL https://static.zloved.me/shell/me.sh) --ascii-color cyan
```

#### draw_char.sh

> Customizable ASCII art

```sh
Usage: draw_char.sh [OPTIONS]
Options:
--font Specify the font name (default: miniwi)
--font-file Specify the font file path (local or remote)
--str Specify the string to draw (default: XIAOLU)
--color Specify the color (default: plain)
--to-bash Convert output to bash commands (default: false)
--list-font List available fonts
--list-color List available colors
--help Show this help message
--version Show version information
```

![draw_char.sh](https://cdn.jsdelivr.net/gh/deer0817/XiaoLuShell/preview/draw_char.png)

- Quick start

```sh
bash <(curl -sSL https://static.zloved.me/shell/draw_char.sh) --font ANSI_Shadow
```