Felix Kohlgrüber
08/13/2020, 11:33 AM--verbose
options that perform the same action, but print additional output. So what if you could interactively decide what information to show in the output? This would allow more flexible / readable output and wouldn't require re-running commands to get additional information. In the tweet below, I mocked a simple example where a stack trace is hidden by default, but can be shown when needed. What do you think of this small idea?
https://twitter.com/FKohlgrueber/status/1293865745420615680Kartik Agaram
Felix Kohlgrüber
08/13/2020, 4:32 PM\r
, etc. with portable and clean 21th-century interfaces.Kartik Agaram
Felix Kohlgrüber
08/13/2020, 4:59 PMKartik Agaram
Kartik Agaram
codemac
08/13/2020, 5:47 PMcodemac
08/13/2020, 5:48 PMrc
in shell-modeSteve Dekorte
08/13/2020, 7:58 PMGarth Goldwater
08/13/2020, 8:29 PMDoug Moen
08/13/2020, 8:53 PMtime
(which is a numeric expression), then you should see an animated floating point number that counts up, measuring the number of seconds since the command was typed.
• Colour swatches. If you type red
, which is a Colour expression, you should see a colour swatch, in full 24 bit RGB.
• Animated 3D shapes.
• Visualizations of data structures (eg, lists and records), where data structure elements can be animated numbers, colour swatches, or 3D animated shapes.
I doubt I can find off-the-shelf tech that does everything I need, so I expect I'll need to implement this more or less from scratch. ☹️Konrad Hinsen
08/14/2020, 8:13 AMTudor Girba
08/14/2020, 8:16 AM