[go: up one dir, main page]

Showing 80 open source projects for "sh"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhereβ€”across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platformβ€”removing the limitations of distance, platforms, and systems.
    Learn More
  • 1
    sh

    sh

    A shell parser, formatter, and interpreter with bash support

    ...The static parser will otherwise have to assume that the index is an arithmetic expression. Some builtins like export and let are parsed as keywords. A subset of the Go packages are available as an npm package called mvdan-sh.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 2
    arduino-cli

    arduino-cli

    Arduino command line tool

    ...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, though it is available as part of Git for Windows (Git Bash). If you don't have sh available, use the "Download" installation option. If you would like to use the arduino-cli command from any location, install Arduino CLI to a directory already in your PATH or add the Arduino CLI installation path to your PATH environment variable.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 3
    mac-cleanup-py

    mac-cleanup-py

    Python cleanup script for macOS

    mac-cleanup-py is a powerful cleanup script for macOS. This project is a rewrite of the original mac-cleanup-sh rewritten in Python.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    XcodeProj

    XcodeProj

    Read, update and write your Xcode projects

    XcodeProj is a library written in Swift for parsing and working with Xcode projects. It's heavily inspired by CocoaPods XcodeProj and xcode. Using swift-sh you can automate project-tasks using scripts, for example, we can make a script that keeps a project’s version key in sync with the current git tag that represents the project’s version. Future adaption could easily include determining the version and bumping it automatically. If so, we recommend using a library that provides a Version object. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 5
    hg38 version of the pipelines for whole exome sequencing: exome_test38.sh wole transcription sequencing: rna_test38.sh somatic calling: somatic38.sh SV detect: svdetect38.sh, meerkat38.sh cnv: svdetectcnv38.sh, contra38.sh, cnvkit38.sh *** Mutect2 instead of haptotypecaller is used to call variants in DNA-seq.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    cnvkit.sh

    A short script to run cnvkit

    cnvkit.sh is a shell script to run CNVkit for exome-seq. The shell uses the files produced by exome_test.sh. It allows for recentering the baseline by the average log2ratio of a certain chromosome. ***Update*** The seg can be annotated by cytoband with multithreading. Individual chromosomal scattergrams are plotted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    acme.sh

    acme.sh

    A pure Unix shell script implementing ACME client protocol

    ...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. Docker ready. IPv6 ready. Cron job notifications for renewal or error etc. It's probably the easiest & smartest shell script to automatically issue & renew the free certificates. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Cloud Cost Handbook

    Cloud Cost Handbook

    Set of guides meant to help explain often-times complex pricing

    The Cloud Cost Handbook by vantage-sh is an open-source, community-driven documentation project that breaks down the often confusing and opaque pricing models of major public cloud providers into clear, practical guides written in plain English. It’s intended as an educational resource for developers, finance teams, and FinOps practitioners who need to understand how cloud costs are structured, what drives pricing across services, and how to estimate, optimize, and forecast spend without wading through dense official documentation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    IP of Death
    A simple IP address utility, that displays your IP address. It's a script you click on. There's a .bat file for Windows. A command file for Mac. A desktop file that runs a .sh script for Linux. The Linux script has only been tested on Kali. Saves some time, just double click and go.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    macOS FPC + Lazarus daily snapshots

    macOS FPC + Lazarus daily snapshots

    Daily macOS FPC + Lazarus snapshots (Cocoa - 64 bit - Intel and ARM64)

    ...Move lazarus-src to your home directory 2. Open a Terminal 3. Change to lazarus-src and run the command: xattr -drv com.apple.quarantine * 4. Use a script to start Lazarus like: #!/bin/sh open ~/lazarus-src/lazarus.app --args "--pcp=~/.laz_main" There is also a daily FPC development snapshot for ARM64. 1. Move fpc-src to your home directory 2. Install with a script like: #!/bin/sh cd ~/fpc-src xattr -drv com.apple.quarantine * sudo make FPC=$PWD/ppca64 OPT="-ap -FD/Library/Developer/CommandLineTools/usr/bin -XR/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk" install Adjust links in /usr/local/bin to point to 3.3.1 or choose compiler in Lazarus
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    outline-install-wrt

    outline-install-wrt

    tun2socks OpenWRT installation script for Outline config

    outline-install-wrt OpenWRT /bin/sh script to install Outline (Shadowsocks) with xjasonlyu/tun2socks How to use: First, get the script and make it executable: cd /tmp wget https://sourceforge.net/p/outline-install-wrt/code/ci/main/tree/install_outline.sh?format=raw -O install_outline.sh chmod +x install_outline.sh Check if you have kmod-tun and ip-full installed, if not run: opkg update opkg install kmod-tun ip-full Then run the script: You'll need at least 9 MiB of free space on / ....
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    WA2L/edrc

    WA2L/edrc

    E D R C - Enterprise Disaster Recovery Console.

    ... β—† π—¨π—§π—œπ—Ÿπ—œπ—§π—œπ—˜π—¦ - https://sourceforge.net/projects/wa2l-edrc/files/edrc-release/ β†’ README β—† π—™π—˜π—”π—§π—¨π—₯π—˜π—¦ - https://wa2l-edrc.sourceforge.net/manuals/man1/EDRC.1.html - https://wa2l-edrc.sourceforge.net/manuals/man1/edrcintro.1.html β—† π—£π—”π—–π—žπ—”π—šπ—˜ π——π—’π—–π—¨π— π—˜π—‘π—§π—”π—§π—œπ—’π—‘ - http://wa2l-edrc.sourceforge.net/ β—† π—¦π—˜π—˜ π—”π—Ÿπ—¦π—’ 🚩 - https://sourceforge.net/p/wa2l-edrc/wiki/Home/ β—† π—£π—”π—–π—žπ—”π—šπ—˜ 𝗙𝗒π—₯𝗠𝗔𝗧 The package is distributed in the following format: - edrc_WA2L-<VERSION>-<DATE>.sh (interactive shell archive) β—† π—’π—§π—›π—˜π—₯ 𝗣π—₯π—’π—π—˜π—–π—§π—¦ - https://sourceforge.net/projects/wa2l-wintools/ - https://sourceforge.net/projects/wa2l-simplebackup/ .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    vash

    vash means Visual Assistant Shell, for everyday interaction with unix

    Visual Assistant Shell, is yet another visual shell with main idea not hide unix command line from user but increases speed of system responce; Vash runs as a supershell over /bin/sh (bash) providing a set of tools such as command line editor, arguments substitution, parameterized histoty, hotkey scripting, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing SDK in C++20

    DocWire SDK, a standout C++20AI driven data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document format support and the ability to extract valuable insights from email boxes, databases, and websites using cutting-edge AI. DocWire SDK aims to...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    ...The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16

    dft_installer.sh

    Automated Installer for VASP, SIESTA, their libraries and utilities

    Automated Installer for VASP, SIESTA, and their libraries and utilities for serial and parallel modes in a Linux environment. (dft_installer.sh) Gustavo DomΓ­nguez RodrΓ­guez, Gabriel IvΓ‘n Canto Santana, Jorge Alejandro Tapia Gonzalez, Cesar Alberto Cab Cauich High-performance scientific software is commonly compiled on the computing system, for optimizing it according to its specific characteristics. However, this compilation is often a tedious and limiting process, which frequently...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Rayshade

    Rayshade

    Rayshade raytracer

    ...export CFLAGS="$CFLAGS -DPOPEN -DUSE_CPP" [ -n "$WITH_URT" ] && { CFLAGS="$CFLAGS -I/usr/local/include -DURT" LDFLAGS="$LDFLAGS -L/usr/local/lib64" LIBS=" /usr/local/lib64/librle.a export LDFLAGS LIBS } sh ./configure
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    tmpmail

    tmpmail

    A temporary email right from your terminal written in POSIX

    ...A temporary email right from your terminal written in POSIX sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    treeshell

    treeshell

    Eclipse Shell Script Editor with Tree View. Opens No-Extension-Files.

    ...NOTE2: if you see bad bugs you can try 'Files' -> 'previous releases' in the menu. Download the *.jar file into the 'plugins' sub-directory of your Eclipse installation and restart Eclipse. This will automatically associate the editor with all *.sh files and all files without extensions, e.g. 'sshDisable' but also 'README'. If you'd like to avoid association with no-extension-files or upgrade to a newer version see this link https://sourceforge.net/p/treeshell/wiki/AdvInst
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    forbiddenmanu-builds

    Some sh*t by @forbiddenmanu XD

    Welcome to my Android builds project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pure sh bible

    pure sh bible

    A collection of pure POSIX sh alternatives to external processes

    pure sh bible is a collection of shell scripting recipes written strictly in POSIX sh, without relying on Bash-only or external utilities unless absolutely necessary. The goal is to show that you can do a surprising amount with just portable, β€œpure” shell, which makes your scripts work across many Unix-like systems out of the box. Each snippet solves a common task (string handling, arrays, math, file operations, argument parsing) and is written in a way that favors clarity and portability over clever one-liners. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mcrcon

    mcrcon

    Console based rcon client for minecraft servers.

    Mcrcon is IPv6 compliant minecraft rcon client with bukkit coloring support. It is well suited for remote administration and to be used as part of automated server maintenance scripts. - Does not trigger "IO: Broken pipe" or "IO: Connection reset" spam bug on server side. - Has workaround for server side bug (https://bugs.mojang.com/browse/MC-154617) ****************************************************************** Further development and new releases has moved to Github Github...
    Leader badge">
    Downloads: 124 This Week
    Last Update:
    See Project
  • 23

    Schily Tools

    A Tool Box with tools written or managed by JΓΆrg Schilling

    ...It includes programs like: cdrecord, cdda2wav, readcd, mkisofs, smake, bsh, btcflash, calc, calltree, change, compare, count, devdump, dmake based on SunPro Make, hdump, isodebug, isodump, isoinfo, isovfy, label, mt, obosh, od, p, POSIX patch, pbosh, sccs, scgcheck, scpio, sdd, sfind, sformat, smake, sh/bosh (Bourne sh), star, star_sym, strar, suntar, gnutar, tartest, termcap, and ved.
    Leader badge">
    Downloads: 33 This Week
    Last Update:
    See Project
  • 24
    EF IconFont

    EF IconFont

    A better way to operate icon font in Swift, support iOS, macOS

    ...An ordinary iconfont cocoapods package helps you to use iconfont more easily in your project, in Swift. To run the example project manually, clone the repo, and run sh Startup.sh in the project folder. Demo is in the Example folder, open Example.xcworkspace with Xcode and select the target you want in it, run. The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the Swift compiler. This pod has integrated some free resources in the subspecs, like AntDesign and FontAwesome. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Hackingtool

    Hackingtool

    ALL IN ONE Hacking Tool For Hackers

    HackingTool by Z4nzu is a large collection (β€œall-in-one”) of tools and scripts for penetration testing / hacking / OSINT etc. It bundles many utilities (port scanners, payload injectors, web attack tools, phishing tools, wireless attack tools, reverse engineering, etc.) into a menu interface. Includes many individual tools, often wrappers or aggregations of existing well-known tools (e.g. port scanners, web attack tools, steganography, hash cracking etc.). A menu interface offering...
    Downloads: 17 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next