idkrn123
Follow
🎄
On vacation
Highlights
Pinned Loading
-
A simple command-line helper I use v...
A simple command-line helper I use very often. Recursively loop through all files in the specified directory and its subdirectories, wrapping their contents in triple backticks. Clipboard automation with `xclip`. 1#!/bin/bash
23function process_directory {
4for file in "$1"/*; do
5if [ -d "$file" ]; then
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.