notty icon indicating copy to clipboard operation
notty copied to clipboard

A new kind of terminal

Results 23 notty issues
Sort by recently updated
recently updated
newest added

I love using markdown, but it just never looks right in the terminal I think something like this could really fix that.

I realize this project had very lofty goals from the start, and that it would take a *tremendous* amount of time and effort. That being said, the latest commit was...

I have a little idea but don't know how it could be done or if it's even doable or not : The magic wormhole is a fifo between multiple terminal....

Joyful compiler errors ``` error[E0038]: the trait `cmds::EscCode` cannot be made into an object --> /home/seunlanlege/.cargo/git/checkouts/notty-encoding-26bc718f9ba2caca/ba5daba/src/client.rs:6:5 | 6 | fn write(&mut self, &EscCode) -> io::Result; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cmds::EscCode`...

With this pressing `AltGr` doesn't crash terminal anymore. There are other keys that do crash it, should I just keep adding them to the `match` ? Edit: nvm, looks like...

First of these is an image panel - this is a panel which is entirely taken up by an image.

Hi, I'm trying to compile notty and have run into an error building the encoding package. Here is the output from my build: ```bash ➜ notty git:(master) cargo build --verbose...

Some apps like [debconf](https://packages.debian.org/search?keywords=debconf) support [dialog](http://invisible-island.net/dialog/dialog.html) for drawing various widgets in (traditional) terminals. If notty can operate as a drop-in replacement for dialog (or [whiptale](https://fedorahosted.org/newt/)), then it may in that...

Hey i'm really hyped to try out notty, but i haven't been able to compile it. The compilation always crashes because of `glib v0.0.8` - i've pasted the relevant errors...