Git Product home page Git Product logo

tkn's People

Contributors

borgand avatar fxn avatar skanev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tkn's Issues

How to enable arrow keys?

I know I must change the code on this line and that I must provide the ASCII escape character for the arrows.

I found this information:

up - "\027[A"
down - "\027[B"
left - "\027[D"
right - "\027[C"

Tried a to insert it in a few different ways on the code: \027[C, \027[C~, \e[C, \e[C~, ^[[C, ^[[C~, but none of them are working... what is the way to add an arrow key to this line?

Support for libsixel to show images?

Terminals such as xterm allows one to show true images using sixel graphics. Since you are already supporting images in iTerm, any chance of supporting images in linux using libsixel?

[Question] How do I run this?

Ruby novice here. How do I use this awesome tool?
I have Ruby 2.3.7p456 installed on my Mac.

I ran sudo gem install bundler to get bundler, then I ran bundler install from the root to install all dependencies. Then I went into the examples folder and ran:

ruby constant_autoloading_in_ruby_on_rails.rb
and got this error:

constant_autoloading_in_ruby_on_rails.rb:3:in `<main>': undefined method `center' for main:Object (NoMethodError)

How to highlight other languages?

Hello,

As ruby is default, I'd like to know what is the code snippet to a javascript syntax highlight for example.

Btw, the ruby one itself is not actually highlighting it, is just turning some parts of the cold into bold. Is that what it is?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.