Authentication-Results: mail-b.sr.ht; dkim=pass header.d=johngebbie.com header.i=@johngebbie.com Received: from out-187.mta0.migadu.com (out-187.mta0.migadu.com [91.218.175.187]) by mail-b.sr.ht (Postfix) with ESMTPS id A2B5811EF15 for ; Fri, 6 Jan 2023 18:20:05 +0000 (UTC) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johngebbie.com; s=key1; t=1673029204; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dlmHidNIaubP3rVImh+es8D2zrbjBYfS4m49c5oQ+zY=; b=qLi4HP67rnw2pfWHm2aS0ldU3YFExn5mtsbSHEXXxDG/Ggd5/OeYGRb0As0vIHsLK7IOzw OXr5Cm4sx8U90bfy1r43EBFDhAdtKpHF7bbNzHiRFYRGJSkpNNYGRLZWlMkmpP/emNn/R4 y3DmOeo97MQj3yjp2KCNRuY5GDWIJBGL138E7KEwSNFBgWLLixFzgM6JfwM255RJqeBHWz FyRrX8h2M75IWYlhXsQl2v2tcnuf1AXNyHa/aqNv+zL56VhSHfljNSeSWk+L88qmwIPUmE ehgeFwW5jLNTPo2iDNy7tl/z/OvxJFYx+tEmC6lALzwXVhjxA2AyU9RZsfnHHQ== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 06 Jan 2023 18:20:06 +0000 Message-Id: Cc: "u.geb.public-inbox@lists.sr.ht" Subject: Re: Tiles shell and tiles terminal X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "John Gebbie" To: "sublime4" References: In-Reply-To: X-Migadu-Flow: FLOW_OUT Hey sublime, Good the shell works, and I wouldn't worry too much about bash vs zsh, they= 're the same idea. They're both POSIX shells, which means they implement the unix spec and can execute #!/bin/sh scripts like all the other POSIX shells= , so you're learning *real* shell syntax. What you learn with zsh applies to bash and sh. The main benefit of zsh is the interactive use, nicer tab completion etc., at least once configured like with tiles-shell. Glad the coordinates are better and I agree about the crowding. Make sure you ran `sudo ./install-numen` or goblins will sour your milk. I know nothing about jobs and that, I'm hoping to get somewhere writing free software. qutebrowser and its success with donations gives me hope. Besides numen, I'd like to write a game and the software to make it possibl= e to create and play it handsfree, but I might need to think ahead more.