Popularity
2.3
Declining
Activity
0.0
Stable
6
3
0
Programming language: Crystal
License: GNU General Public License v3.0 or later
Tags:
Misc
Latest version: v0.2.0
iterm2 alternatives and similar shards
Based on the "Misc" category.
Alternatively, view iterm2 alternatives based on common mentions on social networks and blogs.
-
sentry
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes -
burocracia.cr
👔 Zero-dependency Crystal shard to validate, generate and format Brazilian burocracias (CPF, CNPJ, CEP) -
wikicr
Wiki in crystal, using Markdown and Git, inspired by dokuwiki. Last features to build are pretty hard, if you have some time to help... :) -
defined
This shard provides facilities for checking whether a constant exists at compile time, and for a variety of different conditional compilation options. Code can be conditionally compiled based on the existence of a constant, version number constraints, or whether an environment variable is set truthy or not.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of iterm2 or a related project?
README
iterm2
Displays images within the terminal using the ITerm2 Inline Images Protocol.
Requires ITerm2.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
iterm2:
github: toddsundsted/iterm2
- Run
shards install
Usage
require "iterm2"
File.open("unicorn.png") do |file|
Iterm2.new.display(file)
end
The #display
method also accepts a block and yields an instance of
IO
that may be written to. See the documentation for the full API.
Contributors
- Todd Sundsted - creator and maintainer