From mboxrd@z Thu Jan 1 00:00:00 1970 From: bakul at bitblocks.com (Bakul Shah) Date: Thu, 5 Mar 2020 19:39:41 -0800 Subject: [COFF] 21st Century Equivalent to 'learn'? In-Reply-To: <20200305010021.GA23129@minnie.tuhs.org> References: <20200304034925.GA18809@minnie.tuhs.org> <20200305010021.GA23129@minnie.tuhs.org> Message-ID: <1B8EF430-1CC5-4E49-9E98-BD0710BAA093@bitblocks.com> On Mar 4, 2020, at 5:00 PM, Warren Toomey wrote: > > On Wed, Mar 04, 2020 at 01:49:25PM +1000, Warren Toomey wrote: >> Hi all, I'm looking for an interactive tool to help students learn the >> Unix/Linux command line. I still remember the "learn" tool. Is there an >> equivalent for current systems? >> Thanks in advance for any tips/pointers. > > I've made a start with a new version of a "learn"ing tool. It uses tmux > to have a pane of instructions and a pane where the user enters commands. > Link to the repo is: https://github.com/DoctorWkt/tlearn/blob/master/tlearn > > This is all protoyping at present. I'd love any ideas & suggestions. I am tempted to suggest something like a Jupyter notebook, sort of a manpage where examples can be modified or run interactively. That is, even the learning instructions can become manpages that can be referenced later even. May be some of that can become new intro!