pwnwriter/haylxon
SHOOT BEFORE THE BLINK || Haylxon, A tool embodying the K1SS philosophy that allows you to take screenshots of webpages/URLs at lightning-fast speeds. Built from the ground up for ease of use, performance, beautiful ui and portability in mind. 💖
—
https://github.com/pwnwriter/haylxon
Month: October 2023
Marcel: A Modern Shell
Marcel is a shell. The main idea is to rely on piping as the primary means of composition, as with any Unix or Linux shell. However, instead of passing strings from one command to the next, marcel passes Python values: builtin types such as lists, tuples, strings, and numbers; but also objects representing files and processes. A pipe carries streams of these values between commands.