All Projects → greymd → echo-meme

greymd / echo-meme

Licence: MIT license
Print your message as a part of various Japanese internet memes.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to echo-meme

StarWarsArrays.jl
Arrays indexed as the order of Star Wars movies
Stars: ✭ 93 (+244.44%)
Mutual labels:  joke
xkcd-excuse-generator
Serverless image generator that uses XKCD comic as basis for _all_ excuses!
Stars: ✭ 63 (+133.33%)
Mutual labels:  joke
TrollDB
An in-memory JavaScript database that prioritises performance over everything.
Stars: ✭ 29 (+7.41%)
Mutual labels:  joke
CameraVoyeur
摄像头黑入器。(基于RickAstley论文实现)
Stars: ✭ 111 (+311.11%)
Mutual labels:  joke
noop-cli
◻️ Supreme nothingness
Stars: ✭ 30 (+11.11%)
Mutual labels:  joke
keyboard
A terrible terrible soft-keyboard that randomises keys on every press.
Stars: ✭ 17 (-37.04%)
Mutual labels:  joke
TouchBarKeyboard
A fully functional keyboard for your touch bar! No thinness lost, it's the perfect solution!
Stars: ✭ 30 (+11.11%)
Mutual labels:  joke
Alexi5
A Discord Bot built using discordJS. Started as a joke for spamming memes. Branch "v2" is currently being used for active development. Hosted on Heroku.
Stars: ✭ 19 (-29.63%)
Mutual labels:  joke
hackertyper
"Hack" like a programmer in movies and games! Inspired by hackertyper.net
Stars: ✭ 39 (+44.44%)
Mutual labels:  joke
v-oogle
Google.com, reVued. 🔎
Stars: ✭ 40 (+48.15%)
Mutual labels:  joke
madomagiOOP
👨‍💻♐ OOP learning with anime magical girl. (魔法少女で学ぶオブジェクト指向)🧙
Stars: ✭ 17 (-37.04%)
Mutual labels:  joke
Cpp-Translate
A c++ project for translating c++ in many languages (including std) (it is a joke)
Stars: ✭ 38 (+40.74%)
Mutual labels:  joke
yomomma-apiv2
REST-API using FastAPI for Python that gives a 'yo momma' joke
Stars: ✭ 30 (+11.11%)
Mutual labels:  joke
friends-lang
PL for friends in the Japaripark (Logical programming language with Japanese animation-reference joke syntax)
Stars: ✭ 66 (+144.44%)
Mutual labels:  joke

echo-meme

Build Status LICENSE

Print your message as a part of various Japanese internet memes.

メッセージを様々な流行りのフレーズ、インターネットミームの一部に組み込んで出力するコマンドです。

$ echo-meme 山田
むしゃむしゃしていた。山田なら何でもよかった。

$ echo-meme 山田
見ろ!人が山田のようだ!

Tell us about your favorite memes ! (Send request)

あなたのお気に入りのミームを教えて下さい ! (Send request).

Installation

Linux

RHEL compatible distros

$ sudo yum install -y https://git.io/echo-meme.rpm

Execute same command agaiin to update.

Debian base distros

$ wget https://git.io/echo-meme.deb
$ sudo dpkg -i ./echo-meme.deb

Execute same command agaiin to update.

macOS

$ brew tap greymd/tools
$ brew install echo-meme

Manual installation

$ wget https://git.io/echo-meme
(or $ curl -OL https://git.io/echo-meme )
$ sudo install -m 755 /usr/bin/echo-meme

Usage

$ echo-meme --help
Usage:
  echo-meme [OPTIONS] MESSAGE

OPTIONS:
  --help       Display this help and exit
  --version    Output version information and exit
  -s           Read message from stdin
  -r           Send request to register new meme (see REGISTER MEME)

REGISTER MEME:
  '{}' is the placeholder of the message.
  For example,
    $ echo-meme -r 'こんにちは{}、ありがとう{}'
  It displays the URL to send the pull-request to the echo-meme repository.
    https://github.com/greymd/echo-meme/issues/new...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].