awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesExecution Duration Trackers

Utilities that measure and display the time taken for command execution.

Distinct from Command Execution: Focuses on the display of execution duration thresholds rather than the execution engine itself.

Explore 5 awesome GitHub repositories matching development tools & productivity · Execution Duration Trackers. Refine with filters or upvote what's useful.

Awesome Execution Duration Trackers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • spaceship-prompt/spaceship-promptAvatar von spaceship-prompt

    spaceship-prompt/spaceship-prompt

    20,398Auf GitHub ansehen↗

    Spaceship Prompt is a modular, highly customizable Zsh prompt framework designed to provide rich contextual information directly within the command line interface. It functions as a shell environment monitor, allowing users to track system metrics, version control status, and development environment details through a structured, theme-based layout. The framework distinguishes itself through an asynchronous execution model that offloads resource-intensive status checks to background processes, ensuring the terminal remains responsive during prompt generation. It supports incremental rendering,

    Displays the time taken for the previous command to complete when it exceeds a configurable threshold.

    Shelloh-my-zshpromptshell
    Auf GitHub ansehen↗20,398
  • sindresorhus/pureAvatar von sindresorhus

    sindresorhus/pure

    14,084Auf GitHub ansehen↗

    Pure is an asynchronous command line prompt for Zsh designed to maintain terminal responsiveness while providing real-time system and environment information. It functions as a minimal, themeable interface component that reconstructs its visual state by evaluating shell variables and environment context before every new line. The project distinguishes itself by offloading complex tasks, such as version control status checks and system monitoring, to background processes. This architecture ensures that the terminal interface remains fluid and responsive even when performing intensive status up

    Tracks and displays command duration and success status through automatic prompt color changes.

    Shellgitminimalprompt
    Auf GitHub ansehen↗14,084
  • pytest-dev/pytestAvatar von pytest-dev

    pytest-dev/pytest

    13,645Auf GitHub ansehen↗

    pytest ist ein Test-Framework für Python, das einen Befehlszeilen-Runner zum Entdecken und Ausführen von Testsuiten bereitstellt. Es basiert auf einer modularen Architektur, die Standard-Sprach-Assertions verwendet, um die Korrektheit des Codes zu verifizieren, und Ausdrücke automatisch inspiziert, um detaillierte Fehlerberichte zu liefern, ohne dass spezialisierte Assertions-Methoden erforderlich sind. Das Framework zeichnet sich durch ein Dependency-Injection-System aus, das Setup- und Teardown-Logik verwaltet, indem es Ressourcen automatisch auflöst und in Testfunktionen injiziert. Es bietet zudem eine Hook-basierte Plugin-Architektur, die eine tiefe Anpassung des Test-Lebenszyklus ermöglicht, einschließlich Sammlung, Ausführung und Berichterstattung. Diese Fähigkeiten werden durch dynamische Parametrisierung unterstützt, die mehrere Testinstanzen aus einer einzigen Definition generiert, sowie durch persistentes State-Caching, das das selektive erneute Ausführen fehlgeschlagener Tests über Sitzungen hinweg ermöglicht. Über das Kern-Ausführungsmodell hinaus bietet das Projekt eine umfassende Suite von Tools zur Verwaltung von Testumgebungen, einschließlich Output-Capture, Log-Management und Warnungsvalidierung. Es unterstützt komplexe Testszenarien durch Funktionen wie temporäres Dateimanagement, Objekt-Patching und die Möglichkeit, bestehende Testsuiten anderer Frameworks nativ auszuführen. Die Konfiguration erfolgt über zentralisierte Dateien, was eine fein abgestimmte Kontrolle über Testentdeckung, Filterung und Ausführungsverhalten ermöglicht. Das Projekt wird als Standard-Python-Paket vertrieben und enthält eine umfangreiche Dokumentation zu Konfiguration, Plugin-System und Befehlszeilenschnittstelle.

    Identifies and reports the slowest tests in a suite by measuring execution time and filtering results based on duration thresholds.

    Pythonhacktoberfestpythontest
    Auf GitHub ansehen↗13,645
  • bhilburn/powerlevel9kAvatar von bhilburn

    bhilburn/powerlevel9k

    13,429Auf GitHub ansehen↗

    Powerlevel10k is a customizable Zsh theme framework and command line prompt customizer designed to create a visual shell status dashboard. It provides a toolkit for defining the layout, colors, and segments of a terminal prompt to improve the command line user experience. The project distinguishes itself through a flexible configuration system for prompt appearance and layout, allowing users to organize information segments across multiple lines and visually merge adjacent blocks. It supports extensive visual customization, including the use of custom font codepoints for icons and state-based

    Calculates and displays the duration of the previous command when it exceeds a defined time threshold.

    Shell
    Auf GitHub ansehen↗13,429
  • ilancosman/tideAvatar von IlanCosman

    IlanCosman/tide

    3,929Auf GitHub ansehen↗

    Tide is an asynchronous shell prompt and Zsh theme designed to maintain interface responsiveness by computing high-latency data in the background. It functions as a context-aware command line that tracks active programming language versions, cloud infrastructure status, and command execution times. The project includes an interactive prompt configurator that allows users to visually design layouts, color schemes, and behavior settings through a terminal-based wizard. It also features a transient prompt engine that collapses previous command lines to reduce terminal scrollback clutter. The sy

    Calculates and displays the execution time for the previous command when it exceeds a specific threshold.

    Shellfishfish-pluginfish-prompt
    Auf GitHub ansehen↗3,929
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Execution Duration Trackers