Post 9nyE8Ay028jxtbFP1c by codesections@fosstodon.org
 (DIR) More posts by codesections@fosstodon.org
 (DIR) Post #9nyE88VZAsoAGpvfQe by alexbuzzbee@fosstodon.org
       2019-10-15T15:30:59Z
       
       0 likes, 1 repeats
       
       Wishlist items for a command-line shell (not POSIX/Unix-like)?
       
 (DIR) Post #9nyE8964z810650pLE by clonejo@social.troll.academy
       2019-10-15T15:35:09Z
       
       0 likes, 0 repeats
       
       @alexbuzzbee structured, typed data, maybe JSON for program in- and output. mostly depends on the programs called, though. but then the shell could use actual types
       
 (DIR) Post #9nyE89eotxnvppGZUW by ndegruchy@fosstodon.org
       2019-10-15T15:38:06Z
       
       0 likes, 0 repeats
       
       @clonejo @alexbuzzbee Seems like lots of people would like PowerShell when this topic comes up.
       
 (DIR) Post #9nyE8AM4JAOnzxV6u0 by alexbuzzbee@fosstodon.org
       2019-10-15T15:39:17Z
       
       0 likes, 0 repeats
       
       @ndegruchy @clonejo Honestly PowerShell is pretty nice. Can’t use it in LENS because .NET is far too heavy to port, but the concepts have gone in to a certain extent.
       
 (DIR) Post #9nyE8Ay028jxtbFP1c by codesections@fosstodon.org
       2019-10-16T03:26:08Z
       
       0 likes, 0 repeats
       
       @alexbuzzbee @ndegruchy @clonejo> Honestly PowerShell is pretty nice. Can’t use it in LENS because .NET is far too heavy to port, but the concepts have gone in to a certain extent.Have y'all been following #nushell?  It seems to embrace a lot of the structured-data points from PowerShell https://github.com/nushell/nushell/blob/master/README.md
       
 (DIR) Post #9nyEbF6pi8WV8pEtyS by codesections@fosstodon.org
       2019-10-16T03:31:25Z
       
       0 likes, 0 repeats
       
       @alexbuzzbee> Wishlist items for a command-line shell (not POSIX/Unix-like)?* print command output without advancing the screen/cursor (#plan9/Eshell style)* very good auto-complete support (including for subcommands)* Good integration with a lisp as a scripting language* extremely fast startup timesProbably others that aren't coming to mind right now
       
 (DIR) Post #9nyFOVoiNeG39JG4NE by mdhughes@cybre.space
       2019-10-15T15:57:59Z
       
       0 likes, 0 repeats
       
       @alexbuzzbee Just update and rerelease Scheme Shell.
       
 (DIR) Post #9nyFOWWJlX8VKXetKy by codesections@fosstodon.org
       2019-10-16T03:40:29Z
       
       0 likes, 0 repeats
       
       @mdhughes @alexbuzzbee> Just update and rerelease Scheme Shell.Have you tried out #gash (guile as shell)? https://savannah.nongnu.org/projects/gash/I haven't, but it's on the list—a lot of the same advantages as the original scsh
       
 (DIR) Post #9nyMbVXFRFSZieERoe by mdhughes@cybre.space
       2019-10-16T05:01:17Z
       
       0 likes, 0 repeats
       
       @codesections @alexbuzzbee Not yet, but it seems to be a build tool more than a shell so far? And even tho Gash is a non-GNU project, I stay away from Guile because it is GNU.It really wouldn't be hard to write some process-control utilities for a Scheme with a good REPL (so, Chez, not Chicken). I'd want some way to save sessions, too, rather than editing history files to retrieve functions I've written.#Scheme
       
 (DIR) Post #9nyT8NWopQHmAR5YB6 by byllgrim@mastodon.xyz
       2019-10-16T06:14:34Z
       
       0 likes, 0 repeats
       
       @alexbuzzbee minimalism
       
 (DIR) Post #9nybFCYUp6GbnOdaT2 by xdej@mamot.fr
       2019-10-16T07:45:19Z
       
       0 likes, 0 repeats
       
       @byllgrim look up http://skarnet.org/software/execline/index.html #execline @alexbuzzbee
       
 (DIR) Post #9nyseQEWnwEYg3uS3c by rain@niu.moe
       2019-10-16T11:00:27Z
       
       0 likes, 0 repeats
       
       @alexbuzzbee I put together a kind of wishlist here https://github.com/rain-1/s
       
 (DIR) Post #9nysfdYekVtkICu5LM by xdej@mamot.fr
       2019-10-16T07:43:34Z
       
       0 likes, 1 repeats
       
       @mdhughes Here is my wish: the ability to move the cursor in the #shell command line by just clicking on the target character. Not for me, but for other begginers. Your wishes are also interesting. @codesections @alexbuzzbee
       
 (DIR) Post #9nywP6B7UBBTx1GQZk by byllgrim@mastodon.xyz
       2019-10-16T11:42:32Z
       
       0 likes, 0 repeats
       
       @xdej Haha, thanks! I've already seen it. Also, I'd rather stay on the side of minimalism that does not fall into asceticism.