Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gasciiart

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gasciiart

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Gasciiart

Gasciiart creates an animated git repository. Each frame of ASCII animation is a separate commit.

Using the run.sh script, the repository will "play" itself by checking out each commit in turn and displaying it.

Installation

Add this line to your application's Gemfile:

gem 'gasciiart'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gasciiart

Usage

You should have an input directory where each frame to be animated is a separate file. e.g.:

- input/
  - 00001.txt
  - 00002.txt
  - 00003.txt
  - 00004.txt

(The filenames are sorted by Ruby, so use any naming scheme as long as the sort results in the order you want)

Run the command:

gasciiart --source input/ --target output/

(The output directory must not exist beforehand)

The output directory will have the run.sh script to start the animation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright (c) 2012 Drew Blas. See LICENSE.txt for further details.

FAQs

Package last updated on 07 May 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc