aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 0ac3651dca0cd6d92a97251e215be512abb9b799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Seija

[![License](https://img.shields.io/badge/license-GPLv3-brightgreen)]()
[![Language](https://img.shields.io/badge/language-Ruby-red)]()


A tiny **text-flipping CLI utility for Linux**, written in **Ruby**.  
Seija reverses input text and flips characters using Unicode glyphs to create  
**upside-down / mirrored text**, inspired by the touhou character seija kijin

---

##  Features

- **Reverse + Flip Text**

Seija reverses the input string and replaces characters with visually flipped  
Unicode equivalents.

Usage:
```bash
seija <text>
```

Example:
```bash
seija this is a test
```

Output:
```bash
ʇsǝʇ ɐ sᴉ sᴉɥʇ
```

##  Installation

### From the AUR

Install directly using an AUR helper;

```bash
yay -S seija
```
```bash
paru -S seija
```
```bash
ame ins seija
```

### Manual Installation

Clone the repository and build the package manually:

```bash
git clone https://github.com/0xraincandy/seija.git
cd seija
makepkg -si
```