Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor modern *nix tools presentation #127

Closed
wants to merge 1 commit into from
Closed

feat: refactor modern *nix tools presentation #127

wants to merge 1 commit into from

Conversation

yozachar
Copy link

@yozachar yozachar commented Oct 2, 2023

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


Related Items

Issues:

@yozachar

This comment was marked as outdated.

@jankatins
Copy link

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
Copy link
Author

yozachar commented Oct 2, 2023

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

image

Source
<h1 align="center">Modern Unix</h1>

|           Name           | Description                                                            | Status                                                         |                    Screenshot                    |
| :----------------------: | ---------------------------------------------------------------------- | -------------------------------------------------------------- | :----------------------------------------------: |
|        [`ag`][ag]        | A code searching tool similar to `ack`, but faster.                    | ![_][ag-ghst] ![_][ag-lang] ![_][ag-ghlc]                      |    <img width="300" src="./assets/ag.png" />     |
|       [`bat`][bat]       | A `cat` clone with syntax highlighting and Git integration.            | ![_][bat-ghst] ![_][bat-lang] ![_][bat-ghlc]                   |    <img width="300" src="./assets/bat.png" />    |

...

<!--Links-->

<!--ag -->

[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-->

[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
Copy link

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

@johnalanwoods
Copy link

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

@yozachar
Copy link
Author

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
Copy link

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

@yozachar yozachar closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better sorting of entries
4 participants