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...
- Host: GitHub
- URL: https://github.com/deer0817/xiaolushell
- Owner: deer0817
- Created: 2025-05-12T15:44:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T13:31:42.000Z (about 1 year ago)
- Last Synced: 2025-05-21T09:15:48.718Z (about 1 year ago)
- Topics: ascii-art, shell
- Language: Shell
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```

- 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
```

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