A tool to convert old and outdated "characters" into the superior Rustcii-Encoding.

Related tags

Command-line rustcii
Overview

rustcii

A tool to convert old and outdated "characters" into the superior Rustcii-Encoding.

Speak your mind. Blazingly ( πŸ¦€ ) fast ( πŸš€ ).

Github | crates.io

Installation

cargo install rustcii

Usage

Encode

rustcii encode <input>

Decode

rustcii decode <input>

Scripting Examples

Bash

This example script is also available in this repository.

# Load in the contents of your file which stil uses pathetic, old and outdated "characters".
input=$(cat example.txt)

# Convert the content into the new, exciting, blazingly (πŸ¦€) fast (πŸš€) and - most important of all - superior *Rustcii-Encoding*.
better=$(rustcii encode "$input")

# Save the superior content into a new file. The file format <file-name>.superior.<extension> is not required - but recommended since everyone should know at one glance whether or not a file contains the new, exciting, blazingly (πŸ¦€) fast (πŸš€) and - most important of all - superior *Rustcii-Encoding* or just some pathetic, old and outdated "characters".
# Note: Once operating systems adapt to this modern change and allows the Rustcii-Encoding to be used in filenames, it is recommended to change the filename into the Rustcii-Encoding as well.
echo $better > example.superior.txt
You might also like...
Tiny Rust library to draw pretty line graphs using ascii characters.

rasciigraph Tiny Rust library to draw pretty line graphs using ascii characters. Usage Add this to your Cargo.toml [dependencies] rasciigraph = "0.1.1

`boxy` - declarative box-drawing characters

boxy - declarative box-drawing characters Box-drawing characters are used extensively in text user interfaces software for drawing lines, boxes, and o

Alexander Mongus is a state-of-the-art filter to sneak amogus characters in pictures
Alexander Mongus is a state-of-the-art filter to sneak amogus characters in pictures

A. Mongus Go to: http://www.lortex.org/amogu/ ??? This is a client-side, Webassembly-based filter to hide amongus characters in your images. Example:

omekasy is a command line application that converts alphanumeric characters in your input to various styles defined in Unicode.

omekasy is a command line application that converts alphanumeric characters in your input to various styles defined in Unicode. omekasy means "dress up" in Japanese.

A terminal clock that uses 7-segment display characters

Seven-segment clock (7clock) 7clock.3.mp4 This is a clock for terminals that uses the Unicode seven-segment display characters added in Unicode 13.0.

A Rust library for drawing grid-based user interfaces using ASCII characters.

grux A library for drawing grid-based user interfaces using ASCII characters. // Provides a uniform interface for drawing to a 2D grid. use grux::Grid

A fantastic crate for fmting numbers using the appropriate unciode characters.

fmtastic ✨ A fantastic crate for fmting numbers using the appropriate unicode characters via the Display trait. ✨ Supports vulgar fractions, super- an

Perspective projection of a spinning cube, using just ASCII characters.

Spinning Cube Perspective projection of a spinning cube, using just ASCII characters. spinning_cube.mp4 Instalation cargo install spinning_cube Basic

Keybinder to type diacrytical characters without needing to hack the layout itself. Supports bindings to the left Alt + letter

ΔŽΓ­Γ‘Η©Ε™Γ­Ε₯Γ­Η©Γ‘d I just thought that it's a shame the word diakritika does not have any diacritics in it. Key points diakritika is a simple Windows daemon

Comments
  • Typos in decode error message

    Typos in decode error message

    When trying to decode a string that is not exciting, blazingly (πŸ¦€) fast (πŸš€) and - most important of all - superior, the shown error message contains a few unacceptable mistakes.

    1. The rust crab emoji (πŸ¦€) isn't enclosed in quotes ('πŸ¦€')
    2. The 'O' in "GO-Programmer" should be written in lowercase ("Go-Programmer")

    grafik

    bug enhancement help wanted good first issue 
    opened by LetUsFlow 3
Owner
null
Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens

Large language models (LLMs) can be used for many tasks, but often have a limited context size that can be smaller than documents you might want to use. To use documents of larger length, you often have to split your text into chunks to fit within this context size.

Ben Brandt 4 May 8, 2023
fixred is a command line utility to fix outdated links in files with redirect URLs.

fixred fixred is a command line utility to fix outdated links in files with redirect URLs. Installation fixred is installed via cargo package manager.

Linda_pp 35 Aug 6, 2022
Use Thunk to build your Rust program that runs on old Windows platforms, support Windows XP and more!

Use Thunk to build your Rust program that runs on old platforms. Thunk uses VC-LTL5 and YY-Thunks to build programs that support old platforms. So, ho

null 6 May 21, 2023
hj is a command line tool to convert HTTP/1-style text into JSON

hj hj is a command line tool to convert HTTP/1-style text into JSON. This command is inspired by yusukebe/rj, which is a standalone HTTP client that s

FUJI Goro 10 Aug 21, 2022
A simple (but really fast!) CLI tool to convert an epub into a text file.

epub_to_txt A simple (but really fast!) CLI tool written in Rust to convert an epub into a text file (in Markdown format). Usage epub_to_txt filename.

Darren Mothersele 3 Jul 30, 2023
Rust library to convert RGB 24-bit colors into ANSI 256 (8-bit) color codes with zero dependencies and at compile-time.

rgb2ansi256 rgb2ansi256 is a small Rust library to convert RGB 24-bit colors into ANSI 256 (8-bit) color codes with zero dependencies and const fn. Th

Linda_pp 7 Nov 17, 2022
🏭 Convert Markdown documents into themed HTML pages with support for code syntax highlighting, LaTeX and Mermaid diagrams.

Marky Markdown Magician ?? Features Hot reload previewing ?? Conversion to HTML / PDF ?? Themes! ✨ Extensions - Math, diagrams, syntax-highlighting ??

Vadim 12 Feb 19, 2023
A simple Node.js library to convert raster images into svg

@neplex/vectorizer A simple Node.js library to convert raster images into svg using VTracer, with time complexity of O(n). Installation npm install @n

Neplex 21 Dec 28, 2023
Small CLI for escaping and unescaping characters in strings

?? esc Small CLI for escaping characters in strings. Install cargo install esc Usage cat LICENSE-MIT | esc escape | pbcopy pbpaste | esc unescape | pb

Seth 1 Nov 26, 2021
πŸ¦€ Stupid simple presentation of the number of words, characters and lines on your clipboard.

clipcount: Counting words from the clipboard content Why does this exist? Do you find yourself often needing to count the number of words in a piece o

Magnus RΓΈdseth 3 Feb 23, 2024