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
·
Back to sharplispers/clawk

Open-source alternatives to Clawk

30 open-source projects similar to sharplispers/clawk, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Clawk alternative.

  • puellaemagicae/unix-in-lispPuellaeMagicae avatar

    PuellaeMagicae/unix-in-lisp

    166View on GitHub↗

    Mount Unix system into Common Lisp image

    Common Lisp
    View on GitHub↗166
  • rpav/scriptlrpav avatar

    rpav/ScriptL

    76View on GitHub↗

    Shell scripting made Lisp-like! Or, live-coding remote function calls for the shell.

    Makefile
    View on GitHub↗76
  • plisp/uncursedPlisp avatar

    Plisp/uncursed

    40View on GitHub↗

    A blessed fixed greased +3 terminal library

    Common Lisp
    View on GitHub↗40
  • sirherrbatka/cl-progress-barsirherrbatka avatar

    sirherrbatka/cl-progress-bar

    19View on GitHub↗

    Progress bars, just like in quicklisp!

    Common Lisp
    View on GitHub↗19
  • ruricolist/kilnruricolist avatar

    ruricolist/kiln

    73View on GitHub↗

    Infrastructure for scripting in Common Lisp

    Common Lisp
    View on GitHub↗73
  • vindarel/cl-ansi-termvindarel avatar

    vindarel/cl-ansi-term

    32View on GitHub↗

    Colorized output on ANSI terminals, print tables of lists, plists, hash-tables, titles, banners and more

    Common Lisp
    View on GitHub↗32

AI search

Explore more awesome repositories

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

Find more with AI search
  • bradleyjensen/shclB

    bradleyjensen/shcl

    0View on GitHub↗
    View on GitHub↗0
  • dnaeon/clingondnaeon avatar

    dnaeon/clingon

    160View on GitHub↗

    Command-line options parser system for Common Lisp

    Common Lisp
    View on GitHub↗160
  • neronus/cleshNeronus avatar

    Neronus/Clesh

    75View on GitHub↗

    CLESH a very short and simple program, written in Common Lisp, that extends Common Lisp to embed shell code in a manner similar to perl's backtick.

    Common Lisp
    View on GitHub↗75
  • nallen05/old-norsenallen05 avatar

    nallen05/old-norse

    21View on GitHub↗

    Build retro ASCII games & fast mouse-driven terminal apps in Common Lisp 🌈

    Common Lisp
    View on GitHub↗21
  • ruricolist/cmdruricolist avatar

    ruricolist/cmd

    69View on GitHub↗

    Utility for running external programs

    Common Lisp
    View on GitHub↗69
  • sjl/adoptsjl avatar

    sjl/adopt

    34View on GitHub↗

    A Damn OPTion parsing library.

    Common Lisp
    View on GitHub↗34
  • vindarel/cl-readlinevindarel avatar

    vindarel/cl-readline

    46View on GitHub↗

    Common Lisp bindings to the GNU Readline library

    Common Lisp
    View on GitHub↗46
  • vindarel/replicvindarel avatar

    vindarel/replic

    39View on GitHub↗

    Build a terminal application in no time from an existing library.

    Common Lisp
    View on GitHub↗39
  • atgreen/cl-selfupdateatgreen avatar

    atgreen/cl-selfupdate

    13View on GitHub↗

    Self-update functionality for Common Lisp executables via GitHub/GitLab Releases

    Common Lisp
    View on GitHub↗13
  • atgreen/cl-tuitionatgreen avatar

    atgreen/cl-tuition

    141View on GitHub↗

    A Common Lisp library for building TUIs

    Common Lisp
    View on GitHub↗141
  • cl-unix-cybernetics/cl-unix-cyberneticscl-unix-cybernetics avatar

    cl-unix-cybernetics/cl-unix-cybernetics

    185View on GitHub↗

    UNIX system administration in Common Lisp

    Common Lisp
    View on GitHub↗185
  • ciel-lang/cielciel-lang avatar

    ciel-lang/CIEL

    413View on GitHub↗

    CIEL Is an Extended Lisp. Scripting with batteries included.

    Common Lisp
    View on GitHub↗413
  • garlic0x1/cl-termbox2garlic0x1 avatar

    garlic0x1/cl-termbox2

    12View on GitHub↗

    Termbox2 bindings for Common Lisp

    Common Lisp
    View on GitHub↗12
  • hitecnologys/cl-charmsHiTECNOLOGYs avatar

    HiTECNOLOGYs/cl-charms

    178View on GitHub↗

    More up-to-date version of cl-charms. Forked it because it was, apparently, abandoned by author and I couldn't contact him.

    Common Lisp
    View on GitHub↗178
  • inconvergent/lqninconvergent avatar

    inconvergent/lqn

    53View on GitHub↗

    query language and terminal utility for querying and transforming Lisp, JSON and other text files. written in Common Lisp

    Common Lisp
    View on GitHub↗53
  • jmeissen/cl-sshjmeissen avatar

    jmeissen/cl-ssh

    16View on GitHub↗

    SSH v2 client implementation

    Common Lisp
    View on GitHub↗16
  • 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
  • sharkdp/hyperfinesharkdp avatar

    sharkdp/hyperfine

    28,316View on GitHub↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Rust
    View on GitHub↗28,316
  • scala/scalascala avatar

    scala/scala

    14,548View on GitHub↗

    Scala is a statically typed programming language and compiler that combines object-oriented and functional programming paradigms. It serves as a cross-platform runtime language capable of targeting the Java Virtual Machine and JavaScript to share logic between backend servers and web frontends. The project provides a functional programming framework with immutable data structures and higher-order functions to build reliable concurrent and distributed applications. It distinguishes itself through deep interoperability with Java and JavaScript ecosystems and the ability to transform code into n

    Scalafunctional-programmingjvm-languagesobject-oriented-programming
    View on GitHub↗14,548
  • addyosmani/criticaladdyosmani avatar

    addyosmani/critical

    10,183View on GitHub↗

    Critical is a tool for extracting and inlining the minimum CSS required to render above-the-fold content. It identifies the styles necessary for the initial visible portion of a page to reduce render-blocking requests and improve page load speed. The project generates resolution-specific stylesheets to optimize the initial paint across different device dimensions. It includes a utility to rebase asset URLs within extracted styles, ensuring that images and fonts load correctly when stylesheets are moved to different directories or content delivery networks. The tool provides a command-line in

    JavaScriptcritical-csscritical-path-csscritical-path-styles
    View on GitHub↗10,183
  • apple/swift-argument-parserapple avatar

    apple/swift-argument-parser

    3,728View on GitHub↗

    This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe Swift properties using a declarative approach, ensuring that inputs match expected data types to prevent runtime errors. The framework supports the creation of complex command hierarchies through nested subcommands. It automatically generates formatted usage documentation and error messages by deriving information from the defined metadata and types. The system utilizes property wrappers to attach parsing logic to types and employs reflection to extract metadata from property na

    Swift
    View on GitHub↗3,728
  • ai-christianson/ra.aidai-christianson avatar

    ai-christianson/RA.Aid

    2,223View on GitHub↗

    Develop software autonomously.

    Python
    View on GitHub↗2,223
  • anthropics/claude-codeanthropics avatar

    anthropics/claude-code

    132,728View on GitHub↗

    Anthropic's terminal-native AI coding agent.

    Pythonaiclideveloper-tools
    View on GitHub↗132,728
  • antham/strumtantham avatar

    antham/strumt

    62View on GitHub↗

    Strumt is a library to create prompt chain

    Gopromptprompt-chain
    View on GitHub↗62