awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ehmicky avatar

ehmicky/human-signals

0
View on GitHub↗
286 stars·14 forks·JavaScript·Apache-2.0·4 views

Human Signals

Human-friendly process signals.

Features

  • Process Management - Human-friendly process signal handling.

Star history

Star history chart for ehmicky/human-signalsStar history chart for ehmicky/human-signals

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

Open-source alternatives to Human Signals

Similar open-source projects, ranked by how many features they share with Human Signals.
  • smol-rs/smolsmol-rs avatar

    smol-rs/smol

    4,979View on GitHub↗

    Smol is a lightweight Rust asynchronous runtime and task executor. It provides a suite of foundational tools for scheduling and executing asynchronous futures, managing background workloads, and handling non-blocking network and file operations. The project includes a compatibility layer for adapting asynchronous types and execution contexts, enabling futures to run across different runtime ecosystems. It also features a mechanism to offload synchronous I/O and CPU-intensive operations to dedicated worker thread pools to prevent runtime stalls. Its capabilities cover non-blocking network I/O

    Rustasyncconcurrencyfutures
    View on GitHub↗4,979
  • kennethreitz/envoykennethreitz avatar

    kennethreitz/envoy

    2,264View on GitHub↗

    Python Subprocesses for Humans™.

    Python
    View on GitHub↗2,264
  • pexpect/pexpectpexpect avatar

    pexpect/pexpect

    2,844View on GitHub↗

    A Python module for controlling interactive programs in a pseudo-terminal

    Python
    View on GitHub↗2,844
  • amoffat/shamoffat avatar

    amoffat/sh

    7,231View on GitHub↗

    sh is a Python process management library that provides programmatic wrappers and interfaces for controlling Unix system commands and child process lifecycles. It functions as an asynchronous process wrapper, allowing shell commands and system programs to run within a non-blocking event loop. The library maps command-line arguments and standard input/output streams to native Python functions and objects. It includes a process lifecycle controller to manage signal groups, execution timeouts, and process permissions for spawned child processes. The project provides capabilities for executable

    Pythondevopspythonsubprocess
    View on GitHub↗7,231
See all 14 alternatives to Human Signals→

Frequently asked questions

What does ehmicky/human-signals do?

Human-friendly process signals.

What are the main features of ehmicky/human-signals?

The main features of ehmicky/human-signals are: Process Management.

What are some open-source alternatives to ehmicky/human-signals?

Open-source alternatives to ehmicky/human-signals include: smol-rs/smol — Smol is a lightweight Rust asynchronous runtime and task executor. It provides a suite of foundational tools for… kennethreitz/envoy — Python Subprocesses for Humans™. pexpect/pexpect — A Python module for controlling interactive programs in a pseudo-terminal. pexpect/ptyprocess. sindresorhus/fkill — Works on macOS (10.13 or later), Linux, Windows. amoffat/sh — sh is a Python process management library that provides programmatic wrappers and interfaces for controlling Unix…