[PR #69] [MERGED] Various cleanups #664

Closed
opened 2025-11-19 20:48:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/69
Author: @jlevy
Created: 6/10/2015
Status: Merged
Merged: 6/10/2015
Merged by: @alebcay

Base: masterHead: various-cleanups


📝 Commits (3)

  • 69706b2 Minor cleanups: Capitalization, consistency.
  • b834edf New sections for clarity.
  • f5c6c79 Adjust section ordering to be more intuitive.

📊 Changes

1 file changed (+138 additions, -108 deletions)

View changed files

📝 README.md (+138 -108)

📄 Description

Thanks for the awesome list!

This is a bunch of changes but it's to formatting and organization only.

It seemed helpful, as the sections were getting a bit unwieldy and inaccurate. "Utilities and Tools" contained a wide mix of stuff, which I split. Also pulled out zsh items to their own section.

This doesn't change any content -- only re-sorts and re-groups the existing items and makes a few other cosmetic fixes for consistency etc.

Verified that items were moved but no items lost/changed.

$ git diff upstream/master | egrep '^[+-][*] ' | awk '{print $1, $2}' | sort -k2,3
   2 [Android-Kitchen](https://github.com/dsixda/Android-Kitchen)
   2 [Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader)
...
$ git diff upstream/master | egrep '^[+-][*] ' | awk '{print $2}' | sort | uniq -c | awk '{print $1}' | uniq -c
  94 2
$

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/69 **Author:** [@jlevy](https://github.com/jlevy) **Created:** 6/10/2015 **Status:** ✅ Merged **Merged:** 6/10/2015 **Merged by:** [@alebcay](https://github.com/alebcay) **Base:** `master` ← **Head:** `various-cleanups` --- ### 📝 Commits (3) - [`69706b2`](https://github.com/alebcay/awesome-shell/commit/69706b21c72e130988a9c0226283121c5e451389) Minor cleanups: Capitalization, consistency. - [`b834edf`](https://github.com/alebcay/awesome-shell/commit/b834edfb29080fb34689df724620ef0b4b1f4232) New sections for clarity. - [`f5c6c79`](https://github.com/alebcay/awesome-shell/commit/f5c6c7922cd6db179cacbb1a65ee0022ba25877d) Adjust section ordering to be more intuitive. ### 📊 Changes **1 file changed** (+138 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+138 -108) </details> ### 📄 Description Thanks for the awesome list! This is a bunch of changes but it's to formatting and organization only. It seemed helpful, as the sections were getting a bit unwieldy and inaccurate. "Utilities and Tools" contained a wide mix of stuff, which I split. Also pulled out zsh items to their own section. This doesn't change any content -- only re-sorts and re-groups the existing items and makes a few other cosmetic fixes for consistency etc. Verified that items were moved but no items lost/changed. ``` $ git diff upstream/master | egrep '^[+-][*] ' | awk '{print $1, $2}' | sort -k2,3 2 [Android-Kitchen](https://github.com/dsixda/Android-Kitchen) 2 [Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader) ... $ git diff upstream/master | egrep '^[+-][*] ' | awk '{print $2}' | sort | uniq -c | awk '{print $1}' | uniq -c 94 2 $ ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 20:48:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#664