We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Practical and fun automation for all your terminal sessions

Formale Metadaten

Titel
Practical and fun automation for all your terminal sessions
Alternativer Titel
Console Automation with Termie: Practical and fun automation for all your terminal sessions
Serientitel
Anzahl der Teile
542
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Termie introduces a new concept in terminal automation: an additional layer of interactivity on top of another interactive terminal session. Modern debuggers and interfaces can overwhelm console users and clutter the screen with stack traces, excessive debugging information, database query details, and more. Docker containers can also remove precious command line histories, which makes the console experience more tedious. Termie allows for persistent histories across sessions, and adds a mechanism for clutter-free interaction. It also provides some of the functionality of the venerable "expect", to further improve automation of interactive consoles. This talk will be about using termie, and about some aspects of its implementation in the Raku programming language.