https://github.com/felipefacundes/shell_utils
Shell Utils is an educational framework designed to make shell programming accessible and powerful. It is the result of extensive work over many years, now available on GitHub. With over 280 documented scripts, it caters to both beginners and advanced users. Its main differentiator is the ability to interact with the major shells: Bash, Zsh, Fish
https://github.com/felipefacundes/shell_utils
bash cli cli-app fish fish-configuration hacktoberfest oh-my-fish oh-my-zsh oh-my-zsh-plugin oh-my-zsh-theme ohmyzsh plugin-framework plugins productivity shell terminal theme themes zsh zsh-configuration
Last synced: 7 months ago
JSON representation
Shell Utils is an educational framework designed to make shell programming accessible and powerful. It is the result of extensive work over many years, now available on GitHub. With over 280 documented scripts, it caters to both beginners and advanced users. Its main differentiator is the ability to interact with the major shells: Bash, Zsh, Fish
- Host: GitHub
- URL: https://github.com/felipefacundes/shell_utils
- Owner: felipefacundes
- License: gpl-3.0
- Created: 2025-02-13T23:35:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T02:39:13.000Z (8 months ago)
- Last Synced: 2025-06-20T03:34:37.974Z (8 months ago)
- Topics: bash, cli, cli-app, fish, fish-configuration, hacktoberfest, oh-my-fish, oh-my-zsh, oh-my-zsh-plugin, oh-my-zsh-theme, ohmyzsh, plugin-framework, plugins, productivity, shell, terminal, theme, themes, zsh, zsh-configuration
- Language: Shell
- Homepage: https://shellutils.github.io/
- Size: 24.1 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell Utils Framework ๐
[](./README_pt.md) [](./README_es.md) [](./README.md)

*A Dynamic Collection of Shell Scripts with Educational Purpose*




## ๐ Overview
Shell Utils is an educational framework designed to make shell programming accessible and powerful. It is the result of extensive work over many years, now available on GitHub. With over 280 documented scripts, it caters to both beginners and advanced users. Its main differentiator is the ability to interact with the major shells: **Bash, Zsh, and Fish**.
This repo is intended to extend the shell and contain useful and readable functions that help developers to maintaine their scripts easier and neatly.
โ
Includes third-party scripts, such as those from [Fred's Imagemagick](http://www.fmwconcepts.com/imagemagick/index.php) *(credits maintained in the scripts)*.
### โจ Key Features
- Dynamic recognition of scripts, functions, variables, and aliases
- Comprehensive documentation and help menus
- Shell compatibility (fish, zsh, bash)
- Rich collection of utility scripts
- Educational resources and tutorials
๐ The `help_shell` script lists functions like `sed_info` (to assist with using sed), providing quick tutorials on Linux commands. To create a simple function, just create a file `function.sh` and store it in `~/.shell_utils/scripts/helps/`. The `help_shell` script will be able to read them and display a complete list of educational functions and much more.
## ๐ Directory Structure
```bash
~/.shell_utils/
โโโ scripts/ # Main scripts
โ โโโ faqs/ # Tutorial scripts and guides
โ โโโ helps/ # Educational helper functions
โโโ functions/ # Custom functions
โโโ variables/ # Environment variables
โโโ aliases/ # Shell aliases
```
## ๐ง Features and Tools
- **Alarm**: Multilingual alarm, capable of executing external commands, snooze function, and more.
- **Markdown Reader**: An enhanced markdown reader combining clean formatting with optional syntax highlighting.
- **Calendar**: Full calendar with holiday support
- **Video Tools**: Screen recorder and video managers
- **Audio Tools**: Generate audio frequencies and sound managers
- **Image Processing Tools**: Convert, resize, and manipulate images
- **Theme Management**:
- GRUB themes
- Terminal themes
- ASCII art collections
- **Color Utilities**:
- ANSI color palette
- Hex to ANSI converter
- **Window Manager Tools**: Support for i3, awesome, openbox, and others
- **Integration with Third-Party Tools**: Including scripts from ["Fred's Imagemagick"](http://www.fmwconcepts.com/imagemagick/index.php)
## ๐ Installation
### Option 1: One-Line Installation
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/felipefacundes/shell_utils/refs/heads/main/install.sh)"
```
### Option 2: Manual Installation
```bash
git clone https://github.com/felipefacundes/shell_utils ~/.shell_utils
bash ~/.shell_utils/install.sh
```
## ๐ Dependencies
The installer automatically detects your shell (fish, zsh, or bash) and installs the necessary dependencies:
- For bash users: oh-my-bash
- For zsh users: oh-my-zsh
## ๐ค Contributing
Contributions are welcome! Feel free to submit a Pull Request. For significant changes, please open an issue first to discuss what you would like to change.
## ๐ License
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.
## ๐ Credits
- Original creator: [Felipe Facundes](https://github.com/felipefacundes)
- Special thanks to all contributors and to [Fred's Imagemagick](http://www.fmwconcepts.com/imagemagick/index.php) for some included scripts
---
**Made with โค๏ธ by the Shell Utils community**
[Report Bug](https://github.com/felipefacundes/shell_utils/issues) ยท [Request Feature](https://github.com/felipefacundes/shell_utils/issues)