Why does the cursor flicker around the screen for most of these? Does it have something to do with not double buffering the display?
Show HN: Bash Screensavers
21–30 of 82 posts
Re: Show HN: Bash Screensavers
#22Earlier quoted context omitted.
Same here
Bash Screensavers v0.0.27 (Mystic Shine) ./screensaver.sh: line 79: mapfile: command not found 1 . (Press ^C to exit) Choose your screensaver: 1 404 Screensaver Not Found: Oh no! Screensaver had trouble! Error code: 1
Re: Show HN: Bash Screensavers
#23Earlier quoted context omitted.
Bash Screensavers v0.0.27 (Mystic Shine) ./screensaver.sh: line 79: mapfile: command not found 1 . (Press ^C to exit) Choose your screensaver: 1 404 Screensaver Not Found: Oh no! Screensaver had trouble! Error code: 1
Seems to be a old version of bash installed and used by default on macos
checked active bash version:
echo $BASH_VERSION
5.3.3(1)-release
Re: Show HN: Bash Screensavers
#24Earlier quoted context omitted.
Bash Screensavers v0.0.27 (Mystic Shine) ./screensaver.sh: line 79: mapfile: command not found 1 . (Press ^C to exit) Choose your screensaver: 1 404 Screensaver Not Found: Oh no! Screensaver had trouble! Error code: 1
Get a Bash that's not ancient. mapfile is there since version 4.0 from 2009.
Re: Show HN: Bash Screensavers
#25Re: Show HN: Bash Screensavers
#26I've used Emacs for years but just recently learned about zone.el. I wonder if this is based on it too. I see some of the same screensavers here.
Re: Show HN: Bash Screensavers
#27Re: Show HN: Bash Screensavers
#28Earlier quoted context omitted.
Seems to be a old version of bash installed and used by default on macos
Even after updating still getting the same error checked active bash version: echo $BASH_VERSION 5.3.3(1)-release
Re: Show HN: Bash Screensavers
#29[1]: https://en.wikipedia.org/wiki/ANSI_escape_code#Control_Seque...
Re: Show HN: Bash Screensavers
#30Gallery of current screensavers: https://github.com/attogram/bash-screensavers/blob/main/gall...