|
1 | | -# i-use-arch-btw-language |
2 | | -A compiler for arch lovers |
| 1 | +# iusearchbtw Release README 🚀 |
| 2 | + |
| 3 | +Welcome to **iusearchbtw**, the one and only language where the sacred phrase is: |
| 4 | + |
| 5 | +``` |
| 6 | +i use arch btw |
| 7 | +``` |
| 8 | + |
| 9 | +## How to use |
| 10 | + |
| 11 | +Once you have the **binary release** of `iusearchbtw`, you can run it on any Linux system. It takes a `.iusearchbtw` file as input and prints the decoded message. |
| 12 | + |
| 13 | +### Example usage |
| 14 | + |
| 15 | +```bash |
| 16 | +./iusearchbtw test.iusearchbtw |
| 17 | +``` |
| 18 | + |
| 19 | +This will read `test.iusearchbtw` and print the corresponding characters based on the number of `i use arch btw` inside each parenthesis. |
| 20 | + |
| 21 | +## Character Map 🎨 |
| 22 | + |
| 23 | +| Count | Character | Count | Character | |
| 24 | +| ----- | --------- | ----- | --------- | |
| 25 | +| 1 | A | 14 | N | |
| 26 | +| 2 | B | 15 | O | |
| 27 | +| 3 | C | 16 | P | |
| 28 | +| 4 | D | 17 | Q | |
| 29 | +| 5 | E | 18 | R | |
| 30 | +| 6 | F | 19 | S | |
| 31 | +| 7 | G | 20 | T | |
| 32 | +| 8 | H | 21 | U | |
| 33 | +| 9 | I | 22 | V | |
| 34 | +| 10 | J | 23 | W | |
| 35 | +| 11 | K | 24 | X | |
| 36 | +| 12 | L | 25 | Y | |
| 37 | +| 13 | M | 26 | Z | |
| 38 | +| 27 | a | 40 | n | |
| 39 | +| 28 | b | 41 | o | |
| 40 | +| 29 | c | 42 | p | |
| 41 | +| 30 | d | 43 | q | |
| 42 | +| 31 | e | 44 | r | |
| 43 | +| 32 | f | 45 | s | |
| 44 | +| 33 | g | 46 | t | |
| 45 | +| 34 | h | 47 | u | |
| 46 | +| 35 | i | 48 | v | |
| 47 | +| 36 | j | 49 | w | |
| 48 | +| 37 | k | 50 | x | |
| 49 | +| 38 | l | 51 | y | |
| 50 | +| 39 | m | 52 | z | |
| 51 | +| 53 | . | 54 | - | |
| 52 | +| 55 | \_ | 56 | ( | |
| 53 | +| 57 | ) | 58 | { | |
| 54 | +| 59 | } | 60 | \[ | |
| 55 | +| 61 | ] | 62 | (space) | |
| 56 | + |
| 57 | +## Build & Release Notes |
| 58 | + |
| 59 | +* The release is a **static binary**, so it works on most Linux distributions without dependencies. |
| 60 | +* Make sure your `.iusearchbtw` files follow the **proper format** (one or more `(i use arch btw ...)` groups). |
| 61 | +* File names can be anything but should have the extension `.iusearchbtw`. |
| 62 | + |
| 63 | +## Public Distribution |
| 64 | + |
| 65 | +* Upload this binary to **GitHub Releases** or any public source. |
| 66 | +* Users can download and run it directly. |
| 67 | +* No installation required, just make the binary executable: |
| 68 | + |
| 69 | +```bash |
| 70 | +chmod +x iusearchbtw |
| 71 | +./iusearchbtw your_file.iusearchbtw |
| 72 | +``` |
| 73 | + |
| 74 | +## License |
| 75 | + |
| 76 | +* This project is **MIT Licensed**. Have fun and spread the arch love! ❤️ |
| 77 | + |
| 78 | +## Fun Tips 😎 |
| 79 | + |
| 80 | +* You can create secret messages or just troll your friends with `(i use arch btw ...)` counts 😉. |
| 81 | +* Combine symbols and letters for hilarious messages! |
| 82 | +* Make a rainbow of `(i use arch btw)` lines and watch your terminal art come alive 🌈. |
| 83 | +* Remember: the higher the count, the further along the character table your message goes! |
0 commit comments