Skip to content

armamini/nosms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nosms 🔐➡️😀

Text to Emoji Encoder CLI - Convert any text to emojis and back.

Quick Start

# Encode (no install required)
npx nosms "your-secret-text"

# Decode
npx nosms -d "💜🔸💻🔸💙🔸💜🔸"

Local Installation

npm install -g nosms

Or clone and build:

git clone https://github.com/armamini/nosms.git
cd nosms
npm install
npm run build
npm link

Usage

Encode

nosms "your text here"
nosms "vmore://uuid@server:port?encryption=none"

# With verbose output
nosms -v "test"

# Pipe from stdin
echo "secret message" | nosms

Decode

nosms -d "🍎🌟🐱🎨"
nosms --decode "�🔸💻🔸💙🔸"

# Pipe emojis
echo "�🔸💻🔸" | nosms -d

Options

Option Description
-d, --decode Decode emoji string back to text
-v, --verbose Show detailed encoding/decoding process
-c, --no-clipboard Do not copy result to clipboard
-h, --help Show help

License

MIT

About

Text to Emoji Encoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published