cmatrix icon indicating copy to clipboard operation
cmatrix copied to clipboard

Running one character worth of cmatrix

Open brainlessbitch opened this issue 2 years ago • 1 comments

I am submitting a Feature Request

Problem or Feature in Brief

I'm wondering if it's possible or could be added to change execute the script on a single place in the screen

Would you like to work on it?

No, my knowledge of C is less than good

brainlessbitch avatar Apr 28 '23 18:04 brainlessbitch

I'm wondering if it's possible or could be added to change execute the script on a single place in the screen

Can you elaborate more? Are you referring whether it's possible to run the script on part of the terminal while the shell is in another place? I don't know if you can divide a tty to two parts or processes. There's a way to emit some cmatrix and reserve the rest half for system() calls that call in a shell of choice. Well, that could have some security complications as every call will happen through cmatrix - and it's not that ideal!

abishekvashok avatar Apr 29 '23 15:04 abishekvashok