tkn icon indicating copy to clipboard operation
tkn copied to clipboard

Terminal Keynote - A hack for terminal-based talks

Results 6 tkn issues
Sort by recently updated
recently updated
newest added

Bumps [activesupport](https://github.com/rails/rails) from 3.2.8 to 6.1.7.1. Release notes Sourced from activesupport's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.1 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @​wjordan!...

dependencies

This PR maps keyboard shortcut `v` to open the slide deck in `$VISUAL` or `$EDITOR` (or `vim`). If the editor is any of `vim`, `joe` or `nano` the cursor is...

Making a mistake with search regexp resulted in tkn bailing out. This PR adds `begin...rescue` block to display any such error and continue as if nothing happened.

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

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`?