-
Updated
May 20, 2019 - TypeScript
tty
Here are 194 public repositories matching this topic...
I installed Browsh onto Ubuntu 18.04 using the instructions on https://www.brow.sh/docs/installation/. No man pages are installed:
$ man browsh
No manual entry for browsh
See 'man 7 undocumented' for help when manual pages are not available.
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
-
Updated
May 9, 2020 - Python
- The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
- Todo can be moved to the bottom & can be a section (Below Contribution section)
- The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
- The example should be complete. It should match exac
-
Updated
Jun 16, 2020 - C
-
Updated
Dec 14, 2019 - Go
Chrome warning that document.registerElement is deprecated and will be removed in February 2020
Upon loading the latest version (2.6.1) of the player a warning appears in the console that states:
[Deprecation] document.registerElement is deprecated and will be removed in M80, around February 2020.
Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 and https://developers.google.com/web/updates/2019/07/web-components-time
-
Updated
May 28, 2020 - C
It appears that, counterintuitively, it's necessary to open a raw mode stdout in order to read from stdin keypress by keypress. Consider this working example:
extern crate termion;
use termion::event::Key;
use termion::input::TermRead;
use termion::raw::IntoRawMode;
use std::io::{Write, stdout, stdin};
fn main() {
let stdin = stdin();
let mut stdout = stdout().into_raw_mode().u-
Updated
Jun 14, 2020 - JavaScript
-
Updated
May 31, 2020 - Ruby
-
Updated
Jun 8, 2020 - Go
-
Updated
May 26, 2020 - C
-
Updated
Jul 31, 2019 - C
-
Updated
Jun 13, 2020 - C++
-
Updated
Apr 22, 2020 - Go
This option as documented in the README does not work. Here is my IRB session:
>> require 'tty-table' #=> true
>> table = TTY::Table.new ['header1', 'header2'], [['a1', 'a2'], ['b1', 'b2']]
=> #<TTY::Table header=#<TTY::Table::Header fields=["header1", "header2"]> rows=[#<TTY::Table::Row fields=["a1", "a2"]>, #<TTY::Table::Row fields=["b1", "b2"]>] orientation=#<TTY::Table::Orientation:
-
Updated
Jun 15, 2020 - Go
Improve this page
Add a description, image, and links to the tty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tty topic, visit your repo's landing page and select "manage topics."

Thanks for publishing this! How about adding it to GitHub.com/topics/terminal-share alongside similar tools by adding that topic to this repo? Thank you :-)