ferris-actor

Crates.ioferris-actor
lib.rsferris-actor
version0.2.5
sourcesrc
created_at2023-03-02 08:50:42.999238
updated_at2023-03-03 12:20:41.462119
descriptiona CLI tool for show and snap ASCII-art animation for Ferris
homepagehttps://rs.101.so/dev/cli_ferris_art.html
repositoryhttps://github.com/zhrust/ferris-actor
max_upload_size
id798734
size53,422
Zoom.Quiet (ZoomQuiet)

documentation

README

Ferris Actor

ASCII-art Animation and snap as ASCII-art logo for Ferris 蟹老板终端动画片和随机 pose

ferris-actor

.. effect animation snap under in Swordfish90/cool-retro-term: A good looking terminal emulator which mimics the old cathode display...


Command-line options

a CLI tool for show and snap ASCII-art animation for Ferris

Usage: ferris-actor <COMMAND>

Commands:
  go    Ferris action!
  snap  snap from animation
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Installation

Cargo

If you already have a Rust environment set up, you can use the cargo install command:

$ cargo install ferris-actor

Cargo will build the ferris-actor binary and place it in $HOME/.cargo.

Manual installation from GitHub

Compiled binary versions of ferris-actor are uploaded to GitHub when a release is made. You can install ferris-actor manually by downloading a release, extracting it, and copying the binary to a directory in your $PATH, such as /usr/local/bin.

For more information, ...TBD

Homebrew

..TBD

background

Animated Ferris - JSFiddle

goal

as crate, can:

  • easy install
  • usage at local
  • look animation in terminal
    • or snap randomly ASCII-art for ferris usage Markdown

as one Rust learnning result...

logging

  • 230302 ZQ v0.1.42 can work
  • 230301 ZQ init.

refer.

Snap a randomly Ferris ASCII-art pose as Markdown:

         _~`+~~_
     () /  ^ o  \ \/
       '_   V   _'
       | '--.--' <

...act by ferris-actor v0.1.42
Commit count: 11

cargo fmt