All Projects → xztaityozx → owari

xztaityozx / owari

Licence: MIT license
The End Generator

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to owari

iupa2
Funcoding project - IUPA2 stands for 'InterfacceUtentePerArtistiASCII' aka 'User Interfaces for ASCII Artists'
Stars: ✭ 29 (+26.09%)
Mutual labels:  ascii-art
asciimare
3D engine powered by ASCII art
Stars: ✭ 47 (+104.35%)
Mutual labels:  ascii-art
txtpic
Generate Unicode art from images
Stars: ✭ 22 (-4.35%)
Mutual labels:  ascii-art
python-art
A ZTM Challenge for Hacktoberfest 2019
Stars: ✭ 25 (+8.7%)
Mutual labels:  ascii-art
AsciiArt
A tool written in go to translate picture to ascii text and image.
Stars: ✭ 35 (+52.17%)
Mutual labels:  ascii-art
asm16 projects
My small projects writen in 16 bit asm (NOTE: those are my practice projects that I wrote when I was 15, I give no warranty for this code!)
Stars: ✭ 20 (-13.04%)
Mutual labels:  ascii-art
AsciiMap
Creates ASCII Art from Bitmaps
Stars: ✭ 21 (-8.7%)
Mutual labels:  ascii-art
venn.nvim
Draw ASCII diagrams in Neovim
Stars: ✭ 539 (+2243.48%)
Mutual labels:  ascii-art
asciju
Conversion of Image, video, text into ASCII format
Stars: ✭ 11 (-52.17%)
Mutual labels:  ascii-art
Gamut
Create images using text as a mask.
Stars: ✭ 21 (-8.7%)
Mutual labels:  ascii-art
AsciiBird
ASCII version of the addictive Flappy Bird game.
Stars: ✭ 34 (+47.83%)
Mutual labels:  ascii-art
TextGraphic
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
Stars: ✭ 83 (+260.87%)
Mutual labels:  ascii-art
wechit
WeChat in Terminal (微信终端版)
Stars: ✭ 74 (+221.74%)
Mutual labels:  ascii-art
magrrite
Generate ASCII art from any image
Stars: ✭ 21 (-8.7%)
Mutual labels:  ascii-art
ascii-art
Given a image.bmp and a M x N group of pixels, generate a text that represents the image.bmp in ascii characters
Stars: ✭ 16 (-30.43%)
Mutual labels:  ascii-art
Python-project-Scripts
This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
Stars: ✭ 627 (+2626.09%)
Mutual labels:  ascii-art
jpgtxt
Generating jpg files that can be viewed both in image viewer and text editor (as ASCII art)
Stars: ✭ 24 (+4.35%)
Mutual labels:  ascii-art
ascii-art-action
GitHub Action for printing out ASCII art text
Stars: ✭ 15 (-34.78%)
Mutual labels:  ascii-art
asciiartview
Drawing for AsciiArt
Stars: ✭ 29 (+26.09%)
Mutual labels:  ascii-art
pdf-zip-nes-polyglot
PDF/ZIP/NES polyglot file generator (PoC||GTFO 0x14-style)
Stars: ✭ 19 (-17.39%)
Mutual labels:  ascii-art

owari

The End ASCII Art Generator

終焉にまつわるアスキーアートを出力するだけのコマンド

Go

Install

go install

  • Go >= 1.18.0
$ go install github.com/xztaityozx/owari@latest

GitHub Releases

GitHub Releases からビルド済みのバイナリをダウンロードできます

Usage

$ owari [global flags] [sub command] [sub flags]

Global flags

Flags:

  • -c, --colorful
    • カラフルにします
  • -C, --colorful-always
    • colorfulフラグが有効なとき、パイプやリダイレクト時にもCOLOR_CODEが適用されるよう強制します
  • -n, --count string
    • 指定回数繰り返します。負数かinfを指定すると無限になります (default "1")
  • -d, --duration duration
    • 繰り返しのインターバルです (default 500ms)
  • -h, --help
    • ヘルプを出力して終了します
  • -E, --insert-empty
    • 出力の1行目に必ず空白行を挿入します (default true)
  • --offset int
    • 左からの距離です
  • -o, --overwrite
    • 複数回出力するときに同じ場所に上書きし続けます
  • -v, --version
    • バージョン情報を出力して終了します

Sub Command

  • big
    • 大きな「終」を出力します.引数を与えると文字が置き換わります
  • default
    • 某終了のロゴがでます.引数を与えると文字が置き換わります
    • alias: def
  • help
    • ヘルプを出力して終わります
  • kanban
    • 看板みたいなのが出ます.引数を与えると文字が置き換わります
    • alias: kan
  • grave
    • 先祖代々のお墓を出力します
  • funnySunday
    • 楽しい休日も終わってしまいました
  • dead
    • いくら呼んでも帰っては来ないんだ
  • completion
    • 各シェルにあった補完スクリプトをSTDOUTに出力します

Completion

completionサブコマンドで補完スクリプトをSTDOUTに出力できます。今はbash,zsh,fish,powershellに対応しています

$ owari complete bash
$ owari complete fish
$ owari complete zsh
$ owari complete powershell

ScreenShots

$ owari

$ owari funnySunday

$ owari grave

$ owari kanban

$ owari big

animation

$ owari big --overwrite --colorful --count 10

Contribute

AAがずれてるので修正したいとき

ここにテンプレートとしてJSONを置き、特定のフォントの時はこういう出力にする。みたいなのを書いています。kanbanサブコマンドのテンプレが参考になるかと思います

サブコマンドを追加したいとき

ほかのサブコマンドの実装を参考にしてPul-Reqを送ってくださいね。

LICENSE

LICENSE

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].