awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
oldratlee avatar

oldratlee/useful-scripts

0
View on GitHub↗
7,525 stars·2,804 forks·Shell·Apache-2.0·11 viewsgithub.com/oldratlee/useful-scripts↗

Useful Scripts

This project is a collection of specialized toolkits designed for container interaction, Java library auditing, Linux system diagnostics, and shell task automation. It provides a suite of utilities to streamline developer workflows and system troubleshooting.

The toolkit includes a Docker container helper for executing local binaries within running containers and a Java dependency analyzer to detect duplicate classes and resolve library conflicts. It also features Linux system diagnostic tools for analyzing network connection states and identifying CPU-intensive threads.

The project covers broader capabilities in shell script development, including utilities for debugging script parameters, parsing command line options, and performing text and path processing. Additional utilities manage command output by interfacing with the system clipboard and file browser.

Features

  • Local Binary Execution - Enables copying local executable files into running Docker containers for immediate execution and troubleshooting.
  • Java Class Deduplication - Identifies duplicate Java classes within archive files and class directories to resolve library dependency conflicts.
  • Shell Scripting Utilities - Provides a collection of helper utilities for automating common developer tasks such as text processing and command-line debugging.
  • Container Interaction Helpers - Provides a utility for copying local executable files into running Docker containers for immediate execution.
  • Container Runtime Debugging - Provides capabilities to execute local binaries inside running Docker containers to troubleshoot services without rebuilding images.
  • Binary Injection - Allows local binary files to be transferred into active Docker environments for diagnostics without rebuilding images.
  • Conflict Analyzers - Provides a set of tools for scanning archive files to detect duplicate classes and resolve library conflicts in Java projects.
  • Java Bytecode Analysis - Analyzes compiled Java class files and archive headers to identify duplicate entries and resolve dependency conflicts.
  • Performance Troubleshooting - Analyzes network connection states and identifies CPU-intensive threads to diagnose system bottlenecks.
  • System Diagnostic Tools - Provides scripts for analyzing network connection states and identifying CPU-intensive threads to assist in infrastructure diagnostics.
  • Network Introspection - Queries operating system networking and thread metrics to identify resource bottlenecks and connection anomalies.
  • CLI and Argument Parsing - Provides logic to parse command-line arguments and options into structured arrays for script configuration.
  • Command Line Parsing - Implements a mechanism to process command-line arguments into structured options with multi-value support.
  • Shell Script Development - Includes a utility that displays script arguments with color-coded delimiters for input verification during development.
  • Shell Command Pipelines - Chains Unix shell utilities and pipes to process text and system data for rapid tool creation.
  • Development Workflow Automation - Automates repetitive daily tasks such as copying command output to the clipboard or converting file path formats.
  • Archive Content Search - Includes a search utility for locating specific classes or resource files across all archive files in a directory.
  • Connection States - Includes a diagnostic utility that counts network connections by state to analyze system load and connectivity issues.
  • Clipboard and Browser Integration - Provides utilities to copy command output to the system clipboard and open related files in the file browser.
  • Thread Performance Analyzers - Ships a profiling utility that identifies CPU-intensive threads and prints stacks to pinpoint performance bottlenecks.
  • Text Formatting and Sorting Utilities - Provides utilities for removing duplicate lines without sorting and converting file paths between absolute and relative formats.

Star history

Star history chart for oldratlee/useful-scriptsStar history chart for oldratlee/useful-scripts

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Useful Scripts

Hand-picked collections where Useful Scripts appears.
  • Command Line Utilities

Open-source alternatives to Useful Scripts

Similar open-source projects, ranked by how many features they share with Useful Scripts.
  • bitfield/scriptbitfield avatar

    bitfield/script

    6,991View on GitHub↗

    This project is a Go shell scripting library and framework designed for writing automation scripts and CLI tools. It provides a concurrent data pipeline system for chaining sources, filters, and sinks to process text and JSON streams. The library distinguishes itself through a comprehensive toolkit for shell-like operations, including a text processing engine for regular expression filtering and frequency analysis, a filesystem utility toolkit for recursive search and path manipulation, and an integrated HTTP client wrapper for building data pipelines that fetch web content. The capability s

    Gocatcurlcut
    View on GitHub↗6,991
  • idnan/bash-guideIdnan avatar

    Idnan/bash-guide

    12,300View on GitHub↗

    This project is a comprehensive educational resource and technical guide for Bash shell programming and command-line operations. It serves as a programming guide, scripting reference, and tutorial for navigating Unix-like terminal environments. The documentation covers a broad range of system administration and automation tasks, including remote server administration via secure shell connections and the management of system processes and resources. It provides detailed instructions on executing remote commands and performing secure file transfers between hosts. The guide details core scripti

    View on GitHub↗12,300
  • cliutils/cli11CLIUtils avatar

    CLIUtils/CLI11

    4,322View on GitHub↗

    CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell input to typed variables and supports the creation of complex command hierarchies. The library is distinguished by its support for nested subcommands with infinite depth and prefix matching. It integrates configuration management by allowing application settings to be loaded from TOML or INI files, with the ability to fall back to environment variables. The project provides a comprehensive set of tools for argument parsing, including flags and positional arguments, alongside

    C++clicli-parsercpp11
    View on GitHub↗4,322
  • koalaman/shellcheckkoalaman avatar

    koalaman/shellcheck

    39,574View on GitHub↗

    This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of shell scripts. By performing deep structural analysis, it identifies common programming pitfalls, syntax errors, and security vulnerabilities before scripts are executed. It functions as an automated code reviewer that enforces best practices and helps developers maintain consistent, robust code across different operating environments. The tool distinguishes itself through its dialect-aware grammar resolution, which adapts its parsing logic based on the specific shell interpreter

    Haskellbashdeveloper-toolshaskell
    View on GitHub↗39,574
See all 30 alternatives to Useful Scripts→

Frequently asked questions

What does oldratlee/useful-scripts do?

This project is a collection of specialized toolkits designed for container interaction, Java library auditing, Linux system diagnostics, and shell task automation. It provides a suite of utilities to streamline developer workflows and system troubleshooting.

What are the main features of oldratlee/useful-scripts?

The main features of oldratlee/useful-scripts are: Local Binary Execution, Java Class Deduplication, Shell Scripting Utilities, Container Interaction Helpers, Container Runtime Debugging, Binary Injection, Conflict Analyzers, Java Bytecode Analysis.

What are some open-source alternatives to oldratlee/useful-scripts?

Open-source alternatives to oldratlee/useful-scripts include: bitfield/script — This project is a Go shell scripting library and framework designed for writing automation scripts and CLI tools. It… idnan/bash-guide — This project is a comprehensive educational resource and technical guide for Bash shell programming and command-line… cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… koalaman/shellcheck — This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of… oils-for-unix/oils — Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and… denysdovhan/bash-handbook.