-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
149 lines (119 loc) · 5.92 KB
/
README.html
File metadata and controls
149 lines (119 loc) · 5.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shell Utils Framework</title>
<style>
.center {
text-align: center;
}
body {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: system-ui, -apple-system, sans-serif;
}
pre {
background-color: #f6f8fa;
padding: 16px;
border-radius: 6px;
overflow-x: auto;
}
img {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<h1><a href="https://github.com/felipefacundes/shell_utils">Shell Utils Framework 🐚</a></h1>
<p>
<a href="./README_pt.html"><img src="https://img.shields.io/badge/lang-pt--BR-green.svg" alt="pt-BR"></a>
<a href="./README_es.html"><img src="https://img.shields.io/badge/lang-es-yellow.svg" alt="es"></a>
<a href="./README.html"><img src="https://img.shields.io/badge/lang-en-red.svg" alt="en"></a>
</p>
<div class="center">
<img src="/icons/logo.png" alt="Shell Utils Logo">
<p><em>A Dynamic Collection of Shell Scripts with Educational Purpose</em></p>
<img src="https://img.shields.io/github/stars/felipefacundes/shell_utils?style=social" alt="GitHub stars">
<img src="https://img.shields.io/github/forks/felipefacundes/shell_utils?style=social" alt="GitHub forks">
<img src="https://img.shields.io/github/issues/felipefacundes/shell_utils" alt="GitHub issues">
<img src="https://img.shields.io/github/license/felipefacundes/shell_utils" alt="GitHub license">
</div>
<h2>🌟 Overview</h2>
<p>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: <strong>Bash, Zsh, and Fish</strong>.</p>
<p>✅ Includes third-party scripts, such as those from <a href="http://www.fmwconcepts.com/imagemagick/index.php">Fred's Imagemagick</a> <em>(credits maintained in the scripts)</em>.</p>
<h3>✨ Key Features</h3>
<ul>
<li>Dynamic recognition of scripts, functions, variables, and aliases</li>
<li>Comprehensive documentation and help menus</li>
<li>Shell compatibility (fish, zsh, bash)</li>
<li>Rich collection of utility scripts</li>
<li>Educational resources and tutorials</li>
</ul>
<p>📌 The <code>help_shell</code> script lists functions like <code>sed_info</code> (to assist with using sed), providing quick tutorials on Linux commands. To create a simple function, just create a file <code>function.sh</code> and store it in <code>~/.shell_utils/scripts/helps/</code>. The <code>help_shell</code> script will be able to read them and display a complete list of educational functions and much more.</p>
<h2>📁 Directory Structure</h2>
<pre>
~/.shell_utils/
├── scripts/ # Main scripts
│ ├── faqs/ # Tutorial scripts and guides
│ └── helps/ # Educational helper functions
├── functions/ # Custom functions
├── variables/ # Environment variables
└── aliases/ # Shell aliases
</pre>
<h2>🔧 Features and Tools</h2>
<ul>
<li><strong>Alarm</strong>: Multilingual alarm, capable of executing external commands, snooze function, and more.</li>
<li><strong>Calendar</strong>: Full calendar with holiday support</li>
<li><strong>Video Tools</strong>: Screen recorder and video managers</li>
<li><strong>Audio Tools</strong>: Generate audio frequencies and sound managers</li>
<li><strong>Image Processing Tools</strong>: Convert, resize, and manipulate images</li>
<li><strong>Theme Management</strong>:
<ul>
<li>GRUB themes</li>
<li>Terminal themes</li>
<li>ASCII art collections</li>
</ul>
</li>
<li><strong>Color Utilities</strong>:
<ul>
<li>ANSI color palette</li>
<li>Hex to ANSI converter</li>
</ul>
</li>
<li><strong>Window Manager Tools</strong>: Support for i3, awesome, openbox, and others</li>
<li><strong>Integration with Third-Party Tools</strong>: Including scripts from <a href="http://www.fmwconcepts.com/imagemagick/index.php">"Fred's Imagemagick"</a></li>
</ul>
<h2>🚀 Installation</h2>
<h3>Option 1: One-Line Installation</h3>
<pre>bash -c "$(curl -fsSL https://raw.githubusercontent.com/felipefacundes/shell_utils/refs/heads/main/install.sh)"</pre>
<h3>Option 2: Manual Installation</h3>
<pre>git clone https://github.com/felipefacundes/shell_utils ~/.shell_utils
bash ~/.shell_utils/install.sh</pre>
<h2>🔄 Dependencies</h2>
<p>The installer automatically detects your shell (fish, zsh, or bash) and installs the necessary dependencies:</p>
<ul>
<li>For bash users: oh-my-bash</li>
<li>For zsh users: oh-my-zsh</li>
</ul>
<h2>🤝 Contributing</h2>
<p>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.</p>
<h2>📜 License</h2>
<p>This project is licensed under the GPLv3 License - see the <a href="LICENSE.html">LICENSE</a> file for details.</p>
<h2>👏 Credits</h2>
<ul>
<li>Original creator: <a href="https://github.com/felipefacundes">Felipe Facundes</a></li>
<li>Special thanks to all contributors and to <a href="http://www.fmwconcepts.com/imagemagick/index.php">Fred's Imagemagick</a> for some included scripts</li>
</ul>
<hr>
<div class="center">
<p><strong>Made with ❤️ by the Shell Utils community</strong></p>
<p>
<a href="https://github.com/felipefacundes/shell_utils/issues">Report Bug</a> ·
<a href="https://github.com/felipefacundes/shell_utils/issues">Request Feature</a>
</p>
</div>
</body>
</html>