ibraheemdev / modern-unix

A collection of modern/faster/saner alternatives to common unix commands.
30.44k stars 771 forks source link

feat: refactor modern *nix tools presentation #127

Closed yozachar closed 5 months ago

yozachar commented 9 months ago

I'm happy to spare available time to maintain this repository @ibraheemdev


Related Items

Issues:

yozachar commented 9 months ago

Preview @ https://github.com/joe733/modern-unix/tree/workshop

image

jankatins commented 9 months ago

Perosnally, I would find it easier to "scan" if the shields were in a separate column (or at least line) than the name. Right now, the name is easily overlooked because it's usually very short and looks a bit like a shield could not be loaded :-(

Maybe add it as a separate paragraph/line under the description: that line is already long and so the long line of shields do not visually "overshadow" the description like it does for the name?

yozachar commented 9 months ago

Updated preview @ https://github.com/yozachar/modern-unix/tree/workshop

image

Source ```md

Modern Unix

| Name | Description | Status | Screenshot | | :----------------------: | ---------------------------------------------------------------------- | -------------------------------------------------------------- | :----------------------------------------------: | | [`ag`][ag] | A code searching tool similar to `ack`, but faster. | ![_][ag-ghst] ![_][ag-lang] ![_][ag-ghlc] | | | [`bat`][bat] | A `cat` clone with syntax highlighting and Git integration. | ![_][bat-ghst] ![_][bat-lang] ![_][bat-ghlc] | | ... [ag]: https://github.com/ggreer/the_silver_searcher [ag-ghlc]: https://img.shields.io/github/last-commit/ggreer/the_silver_searcher?label=%F0%9F%92%BB [ag-ghst]: https://img.shields.io/github/stars/ggreer/the_silver_searcher?label=%E2%AD%90 [ag-lang]: https://img.shields.io/github/languages/top/ggreer/the_silver_searcher [bat]: https://github.com/sharkdp/bat [bat-ghlc]: https://img.shields.io/github/last-commit/sharkdp/bat?label=%F0%9F%92%BB [bat-ghst]: https://img.shields.io/github/stars/sharkdp/bat?label=%E2%AD%90 [bat-lang]: https://img.shields.io/github/languages/top/sharkdp/bat ... ```
mgrzaslewicz commented 9 months ago

It would be great to merge it. It's a good improvement

johnalanwoods commented 6 months ago

love this, please PR to my maintained fork here: https://github.com/johnalanwoods/maintained-modern-unix

yozachar commented 6 months ago

love this, please PR to my maintained fork here: https://github.com/johnalanwoods/maintained-modern-unix

Do you mind moving the fork to a github organization, say modern-unix, so that the repo is at github.com/modern-unix/modern-unix?

Adding a couple of maintainers to that org, could make sure that it's.. well.. maintained.

johnalanwoods commented 6 months ago

@yozachar - I can add collaborators without using an org, want to be added?