rothgar / awesome-tuis

List of projects that provide terminal user interfaces
7.58k stars 260 forks source link

Add pictures for each program #160

Closed bphd closed 9 months ago

rothgar commented 9 months ago

I don't think that's feasible for all of these apps and it would make the readme extremely long and harder to read. If you have any examples of other readmes that have this many screenshots?

bphd commented 9 months ago

You can hide them with \<details>

I don't think that's feasible for all of these apps and it would make the readme extremely long and harder to read. If you have any examples of other readmes that have this many screenshots?

bphd commented 9 months ago

It's done!? What speed! Give link to result

rothgar commented 9 months ago

If you have ideas on how to get screenshots. Many of the project repos don't have screenshots. If you know how to automate screenshots it would be even better.

bphd commented 9 months ago

Have thunk about making it slowly with time but yeah maybe you can automatize with a command, something like

for i in $(grep --perl-regexp '#\S+' README.me | sed 's/#//g'); do $i | commandThatCreateVideoOutOfCommandsIveSeenThemInALotOfRepoReadMeGoSearchOut | sed --in-place 's/#i/<details>{}#i/g' README.md; done

rothgar commented 9 months ago

I'm not sure that would add a lot of benefit for the amount of work it would require. I think adding a collapsible details with a screenshot would make the readme harder to skim/read and screenshot commands would need to be tracked for each command which would add more maintenance