Re: [dev] a terminal transformer, analogous to a unix filter

2024-09-13 Thread Steffen Nurpmeso
Rodrigo Martins wrote in : |It was thus said that the Great Greg Reagle once stated: |> I have coined the phrase terminal transformer for a class of programs |> like tmux, dvtm, tcvt, and splitvt. Perhaps there is already a phrase. |> A terminal transformer runs on top of a terminal emulator

Re: [dev] a terminal transformer, analogous to a unix filter

2023-01-26 Thread suckless
--- Original Message --- On Sunday, January 22nd, 2023 at 09:19, Greg Reagle - list at speedpost.net wrote: > -- > On Sat, Jan 21, 2023, at 10:29 AM, Rodrigo Martins wrote: > > > This has great potential. It can simplify the terminal program while > > being

Re: [dev] a terminal transformer, analogous to a unix filter

2023-01-22 Thread Greg Reagle
On Sat, Jan 21, 2023, at 10:29 AM, Rodrigo Martins wrote: > This has great potential. It can simplify the terminal program while > being very unixy. > > Here are some ideas for filters/transformers: > > - Unicode input: like composition key in the linux terminal or Xorg. > - Lock: asks for passwor

Re: [dev] a terminal transformer, analogous to a unix filter

2023-01-21 Thread Rodrigo Martins
This has great potential. It can simplify the terminal program while being very unixy. Here are some ideas for filters/transformers: - Unicode input: like composition key in the linux terminal or Xorg. - Lock: asks for password when locked, behaves like cat otherwise. - Macro: allows recording a

Re: [dev] a terminal transformer, analogous to a unix filter

2023-01-07 Thread Greg Minshall
[other] Greg, sorry, this is maybe too philosophical. but, reading your thoughts, what strikes me is, from the 1980s/90s (by [another] Greg[or] Kiczales) a model of things (software modules, say, or programs, or computing systems), where each "thing" has two sorts of interfaces: a *using* interfa

Re: [dev] a terminal transformer, analogous to a unix filter

2023-01-07 Thread Sebastian LaVine
On Sat Jan 7, 2023 at 9:30 PM EST, Greg Reagle wrote: > I have coined the phrase terminal transformer for a class of programs > like tmux, dvtm, tcvt, and splitvt. Perhaps there is already a phrase. "multiplexer" seems to be the term commonly used: https://en.wikipedia.org/wiki/Terminal_multiple

[dev] a terminal transformer, analogous to a unix filter

2023-01-07 Thread Greg Reagle
I have coined the phrase terminal transformer for a class of programs like tmux, dvtm, tcvt, and splitvt. Perhaps there is already a phrase. A terminal transformer runs on top of a terminal emulator and acts as a terminal emulator itself, with an application like nano running on top of it. In oth