Tag: Shell
-
ricklamers/shell-ai: LangChain powered shell command generate and run CLI
Shell-AI (shai) is a CLI utility that brings the power of natural language understanding to your command line. Simply input what you want to do in natural language, and shaiwill suggest single-line commands that achieve your intent. Under the hood, Shell-AI leverages the LangChain for LLM use and builds on the excellent InquirerPy for the interactive CLI. github.com/ricklamers/shell-ai
-
Bash-Skripting-Guide für Anfänger › Shell › Wiki › ubuntuusers.de
Dieser Artikel soll Interessierten die grundlegenden Möglichkeiten des Bash-Skriptens nahebringen. So werden hier kurz die wichtigsten Konstrukte angesprochen und diese mit einigen praktischen Beispielen etwas vertieft. wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_f%C3%BCr_Anf%C3%A4nger/
-
Linux Automation and Scripting Guide
Linux and UNIX based operating systems have had all the basic ingredients for relatively painless automation built in for ages. You can make it do anything at any time, by any schedule or any trigger. Your wish is its command! These basic ingredients are shell scripting in bash, a few key configuration files, and cron.…