[PR #357] [CLOSED] Add synth-shell under customization scripts #385

Closed
opened 2025-11-06 14:05:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/357
Author: @andresgongora
Created: 12/18/2019
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • f7e41a6 Add synth-shell under customization scripts
  • a91db13 Brief change to description
  • ab2b644 Fix URLs (http:// to https://) when secure site exists
  • 579c100 Remove sshrc by Russel91, as it no longer exists on github (404)
  • 425f2fc Remove sshrc by Russel91, as it no longer exists on github (404)

📊 Changes

2 files changed (+10 additions, -11 deletions)

View changed files

📝 README.md (+10 -10)
📝 README_ZH-CN.md (+0 -1)

📄 Description

Signed-off-by: Andres Gongora andresgongora@uma.es

I wish to submit synt-shell for consideration to be included under customization in awesome-shell.

synth-shell is a small collection of scripts meant to make system maintenance a bit easier (although I use it on a daily bases on my personal computer as well). For this purposes, it does the following:

  • A super brief report of overall system status that can be configured to show different information.
  • If an error is detected (i.e. a systemd service failed) extra information is printed.
  • If resources are critical (determined by configurable threshold) extra information is printed. For example, the top 3 CPU hogs are printed if CPU usage is above the aforementioned threshold.
  • Just for fancy, a logo may be printed.
  • Also, a colorful bash-prompt is shown to visually differentiate the various work stations. In addition to color, the prompt shows an abridged version on pwd to allow for smaller terminals (e.g. working on a highly tiled terminal with tmux).

Please let me know if any changes are needed.


🔄 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/357 **Author:** [@andresgongora](https://github.com/andresgongora) **Created:** 12/18/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`f7e41a6`](https://github.com/alebcay/awesome-shell/commit/f7e41a6b45cbe8480a8d3ba43a69a69b237662e6) Add synth-shell under customization scripts - [`a91db13`](https://github.com/alebcay/awesome-shell/commit/a91db13da56179226eb4edd5ef9394781fbc6b61) Brief change to description - [`ab2b644`](https://github.com/alebcay/awesome-shell/commit/ab2b6443496fb2e72afd2c207a4e9f4693d378e5) Fix URLs (http:// to https://) when secure site exists - [`579c100`](https://github.com/alebcay/awesome-shell/commit/579c1007f75faa53d566ac6f08ba00990e04b539) Remove sshrc by Russel91, as it no longer exists on github (404) - [`425f2fc`](https://github.com/alebcay/awesome-shell/commit/425f2fc4cdb0347332fb5c20907b5894300d3c43) Remove sshrc by Russel91, as it no longer exists on github (404) ### 📊 Changes **2 files changed** (+10 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -10) 📝 `README_ZH-CN.md` (+0 -1) </details> ### 📄 Description Signed-off-by: Andres Gongora <andresgongora@uma.es> I wish to submit [synt-shell](https://github.com/andresgongora/synth-shell) for consideration to be included under `customization` in `awesome-shell`. synth-shell is a small collection of scripts meant to make system maintenance a bit easier (although I use it on a daily bases on my personal computer as well). For this purposes, it does the following: - A super brief report of overall system status that can be configured to show different information. - If an error is detected (i.e. a systemd service failed) extra information is printed. - If resources are critical (determined by configurable threshold) extra information is printed. For example, the top 3 CPU hogs are printed if CPU usage is above the aforementioned threshold. - Just for fancy, a logo may be printed. - Also, a colorful bash-prompt is shown to visually differentiate the various work stations. In addition to color, the prompt shows an abridged version on `pwd` to allow for smaller terminals (e.g. working on a highly tiled terminal with `tmux`). Please let me know if any changes are needed. --- <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-06 14:05:01 -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#385