Live data from Hacker News

Show HN: Bash Screensavers

github.com

11–20 of 82 posts

Re: Show HN: Bash Screensavers

#12
post #11

Earlier quoted context omitted.

Instead of adding or removing a space in random files when making cute and useless commit logs.

that's what I meant - "amend" would not create any extra commits/entries

...which is not a helpful advice when what they clearly wanted is to create a bunch of extra commits.

Re: Show HN: Bash Screensavers

#14
post #9

Doesn't work for me on MacOS: I get "mapfile: command not found"

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

#15

Cool What are those commit messages?

Looks like an attempt to make the main GitHub page (the part above the README) display something interesting. It is messed up now because of further commits, but you can see what it looked like at the time here:

https://github.com/attogram/bash-screensavers/tree/a7369a93c...

Re: Show HN: Bash Screensavers

#17

Earlier 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

Get a Bash that's not ancient. mapfile is there since version 4.0 from 2009.

Re: Show HN: Bash Screensavers

#19

Cool What are those commit messages?

See the spread-the-word script in https://github.com/attogram/bash-screensavers/tree/main/spot... This script generates a series of shell commands to create a "spotlight" message on the main GitHub repository page. It does this by generating commands that make trivial changes to the top 12 files and directories and then commit those changes with custom messages.
Post reply on HN