Showing 52 open source projects for "shell script library"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    airgeddon

    airgeddon

    This is a multi-use bash script for Linux systems

    airgeddon is an alive project growing day by day. Interface mode switcher (Monitor-Managed) keeping selection even on interface name changing. DoS over wireless networks using different methods (mdk3, mdk4, aireplay-ng). "DoS Pursuit mode" is available to avoid AP channel hopping (available also on DoS performed on Evil Twin attacks). Full support for 2.4Ghz and 5Ghz bands. Assisted WPA/WPA2 personal networks Handshake file and PMKID capturing. Cleaning and optimizing Handshake captured...
    Downloads: 72 This Week
    Last Update:
    See Project
  • 2
    Radare2

    Radare2

    UNIX-like reverse engineering framework and command-line toolset

    .... Assemble and disassemble a large list of CPUs. Runs on Windows and any other UNIX flavor out there. Analyze and emulate code with ESIL. Native debugger and GDB, WINDBG, QNX, and FRIDA. Navigate ASCII-art control flow graphs. Ability to patch binaries, and modify code or data. Search for patterns, magic headers, and function signatures. Easy to extend and modify. Commandline, C API, script with r2pipe in any language.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    arduino-cli

    arduino-cli

    Arduino command line tool

    Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builders, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from the command line or machine interfaces. In addition to being a standalone tool, Arduino CLI is the heart of all official Arduino development software (Arduino IDE, Arduino Web Editor). The script requires sh, which is always available on Linux and macOS. sh is not available by default on Windows...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    webhook

    webhook

    webhook is a lightweight incoming webhook server to run shell commands

    ... a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project. If you use Mattermost or Slack, you can set up an "Outgoing webhook integration" or "Slash command" to run various commands on your server, which can then report back directly to you or your channels using the "Incoming webhook integrations", or the appropriate response body.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 5
    ani-cli

    ani-cli

    A cli tool to browse and play anime

    ... updating, then update your history file with the history transition script.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    acme.sh

    acme.sh

    A pure Unix shell script implementing ACME client protocol

    A pure Unix shell script implementing ACME client protocol. An ACME protocol client written purely in Shell (Unix shell) language. Full ACME protocol implementation. Support ECDSA certs. Support SAN and wildcard certs. Simple, powerful and very easy to use. You only need 3 minutes to learn it. Bash, dash and sh compatible. Purely written in Shell with no dependencies on python. Just one script to issue, renew and install your certificates automatically. Does not require root/sudoer access...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    dehydrated

    dehydrated

    letsencrypt/acme client implemented as a shell-script

    letsencrypt/acme client implemented as a shell-script, just add water. Dehydrated is a client for signing certificates with an ACME-server (e.g. Let’s Encrypt or ZeroSSL) implemented as a relatively simple bash script. It uses the OpenSSL utility for everything related to actually handling keys and certificates, so you need to have that installed. Other dependencies are cURL, sed, grep, mktemp (all found on almost any system, cURL being the only exception). Please keep in mind...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    kube-ps1

    kube-ps1

    Kubernetes prompt info for bash and zsh

    A script that lets you add the current Kubernetes context and namespace configured on kubectl to your Bash/Zsh prompt strings (i.e. the $PS1). The default prompt assumes you have the kubectl command-line utility installed. Official installation instructions and binaries are available. Blue was used for the default symbol to match the Kubernetes color as closely as possible. Red was chosen as the context name to stand out, and cyan for the namespace. 256 colors are available by specifying...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Liquid Prompt

    Liquid Prompt

    A full-featured & carefully designed adaptive prompt for Bash & Zsh

    ... with the AGPL clauses, anybody offering Liquid Prompt over the network is required to also offer access to the source code of it and allow further use and modifications. As Liquid Prompt is implemented purely in shell script, anybody using it over SSH or equivalent terminal connection automatically also has access to the source code, so it is easy to comply with the license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 10
    Kubetail

    Kubetail

    Bash script to tail Kubernetes logs from multiple pods

    Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as running "kubectl logs -f " but for multiple pods. Just download the kubetail file (or any of the releases) and you're good to go. Note that you may need to run compinit for zsh to pick-up the changes in the competition after having upgraded from the non-abbreviated installation. If you're using a ZSH plugin manager, you can install kubetail as a plugin. kubetail itself doesn't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    z.lua

    z.lua

    A new cd command that helps you navigate faster

    z.lua is a faster way to navigate your filesystem. It tracks your most used directories, based on 'frecency'. After a short learning phase, z will take you to the most 'recent' directory that matches ALL of the regexes given on the command line, in order. Available for posix shells, bash, zsh, dash, sh, ash, ksh, busybox and etc. Available for Fish Shell, Power Shell and Windows cmd. An enhanced matching algorithm takes you to where ever you want precisely. Allow updating database only if $PWD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    observer_cli

    observer_cli

    Visualize Erlang/Elixir Nodes On The Command Line

    Observer CLI is a library to be dropped into any beam nodes, to be used to assist DevOps people to diagnose problems in production nodes. Provide a high-performance tool usable both in development and production settings. Focus on important and detailed information about real-time running systems. Keep minimal consumption. Increments are values that are mostly useful when compared to a previous one to have an idea of what they're doing because otherwise, they'd never stop increasing: bytes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Script Echo Color

    Script Echo Color

    Terminal text colorizing and simplifies script coding.

    ScriptEchoColor simplifies Linux terminal text colorizing, formatting and several steps of script coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BOINC Control Script for Linux/BSD
    A small BOINC control script for Linux and the BSDs. Useful if there's no GUI on the crunching system yet you still want to easily monitor and control BOINC. Requires BOINC version 7.22 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EB CLI Installer

    EB CLI Installer

    Simplified EB CLI installation mechanism

    This repository hosts scripts to generate self-contained installations of the EB CLI. On Linux and macOS, the output contains instructions to add the EB CLI (and Python) executable file to the shell's $PATH variable, if it isn't already in it. The ebcli_installer.py Python script will install the awsebcli package in a virtual environment to prevent potential conflicts with other Python packages. Even within a virtualenv, a developer might need to install multiple packages whose dependencies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hornero Backup is a software that it allows to realize full backups (with option of encryption on external device), incremental and differential backups in Linux Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jfTerm

    jfTerm

    Terminal client

    Terminal client. Support telnet (23), ssh(22), ssl, Com Ports (windows/linux only) and local shell (linux pty). Features full ANSI, ASCII 8bit, scripts and logging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    todo.txt-cli

    todo.txt-cli

    A simple and extensible shell script for managing your todo.txt file

    ... pickers here. Todo.txt apps are minimal, todo.txt-focused editors which help you manage your tasks with as few keystrokes and taps as possible. Countless productivity apps and sites store your tasks in their own proprietary database and file format. But you can work with your todo.txt file in every text editor ever made, regardless of operating system or vendor. With a simple but powerful shell script called todo.sh, you can interact with todo.txt at the command line for quick and easy, Unix-y access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    screenFetch

    screenFetch

    Fetches system/theme information in terminal for Linux desktop

    screenFetch is a "Bash Screenshot Information Tool". This handy Bash script can be used to generate one of those nifty terminal theme information + ASCII distribution logos you see in everyone's screenshots nowadays. It will auto-detect your distribution and display an ASCII version of that distribution's logo and some valuable information to the right. There are options to specify no ASCII art, colors, taking a screenshot upon displaying info, and even customizing the screenshot command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP File Manager

    PHP File Manager

    phpFileManager a complete filesystem management tool on a single file.

    phpFileManager is a complete filesystem management tool on a single file. This is a tool meant for rapid file access, and also to verify the server php configuration and security. The script can be renamed and deployed on an unique known url, and offers password protection. Online Demo: http://phpfm-demo.dulldusk.com Feel free to mess around! This is a public demo installation, and will reset itself every hour.
    Leader badge
    Downloads: 72 This Week
    Last Update:
    See Project
  • 21

    AudioSerial with JavaScript

    Use a smartphone to send serial commands.

    .../Cookbook.AudioSerial.html To add this library to your webpage, include this. <script src='https://audioserial.sourceforge.io/serial-1.0.js'></script> or <script src='http://audioserial.sourceforge.io/serial-1.0.js'></script> To see a working demo, click here. http://audioserial.sourceforge.io/serialdemo.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SendCommand is a Perl script that uses the Expect library to automate telnet and ssh sessions on remote hosts (Cisco, Netscreen, Bluecoat and more). Executes commands and outputs results to stdout or into files. It aims to be a very flexible tool.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    desk

    desk

    A lightweight workspace manager for the shell

    Lightweight workspace manager for the shell. Desk makes it easy to flip back and forth between different project contexts in your favorite shell. Change directory, activate a virtualenv or rvm, load in domain-specific aliases, environment variables, functions, arbitrary shell files, all in a single command. Instead of relying on CTRL-R to execute and recall ("that command's gotta be here somewhere..."), desk helps shorten and document those actions with shell aliases and functions, which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Moodle2 Tools for Teachers

    Moodle2 Tools for Teachers

    Command line tools to push updates of resource on a Moodle 2 server.

    Publishing updates of resources on a Moodle server requires to click click and click again. If you propose several resources and want to update them times to times, this becomes boring. The proposed tools may ease this. Then, you can for instance automate your update with a script. Moreover you can easily adapt those tools to your needs. (These are shell scripts.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Web Console

    Web Console

    Web-based application to execute shell commands.

    Web Console is a web-based application that allows to execute shell commands on a server directly from a browser. The application is very light, does not require any database and can be installed in about 3 minutes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next