Weeding Box Generator – Online Add Cut Lines to Decal
Paste your design and generate a weeding box outline. Download SVG for Silhouette/Cricut.
UD5 Toolkit
Configure Git line endings, diff rules, merge strategies, and linguist overrides with ease.
Build your .gitattributes file, preview, copy, or download instantly.
| Pattern | Attributes | Actions |
|---|---|---|
| No rules yet. Add a rule or load a preset. | ||
Your .gitattributes content will appear here
Add rules or load a preset to get started
Everything you need to know about .gitattributes, line endings, and Git attributes
\r\n) is the traditional Windows line ending — two characters: Carriage Return + Line Feed. LF (\n) is the Unix/Linux/Mac line ending — a single Line Feed character. When developers on different OSes work on the same files without proper Git configuration, you may see entire files marked as changed due to line ending differences. Setting * text=auto in .gitattributes tells Git to automatically normalize line endings to LF in the repository while checking out CRLF on Windows working trees.
* text=auto do?
* text=auto is the recommended best practice for most projects. It tells Git to automatically detect whether each file is text or binary. For text files, Git normalizes line endings to LF on commit, and checks out with the platform-appropriate ending (CRLF on Windows, LF on Unix). For binary files (images, archives, etc.), Git leaves them untouched. This single line prevents most cross-platform line ending issues.
binary attribute to tell Git they should not be diffed, merged, or have their line endings modified. For example: *.png binary, *.jpg binary, *.zip binary. You can also use -diff -merge -text as a more explicit equivalent. For Unity projects, files like .unity, .prefab, .asset, and .mat should be marked as binary.
linguist-vendored marks third-party/vendor code (excluded from stats), linguist-generated marks auto-generated files, linguist-documentation marks documentation files, and linguist-language=Python forces a specific language classification. These are incredibly useful for cleaning up your repository's language statistics on GitHub.
export-ignore?
export-ignore attribute tells git archive to exclude matching files from generated archives (tarballs, zip files). This is handy for excluding development-only files like .github/ workflows, tests/, .editorconfig, or CI configs from release packages. Example: .github/* export-ignore or tests/* export-ignore. It keeps your release artifacts clean and professional.
.unity), prefabs (.prefab), assets (.asset, .mat) are binary and should be marked binary. Meta files (.meta) should be text eol=lf. C# scripts (.cs) and shaders should use text eol=lf. Our Unity preset handles all of these automatically — just load it and you're set.
text — normalize line endingstext=auto — auto-detect & normalizebinary — no line ending conversion-text — skip conversion entirelyeol=lf — force LF on checkouteol=crlf — force CRLF on checkoutdiff — treat as diffable text-diff — skip in diffsdiff=NAME — use named diff drivermerge — allow 3-way merge-merge — prevent merge attemptsmerge=NAME — use named merge driverlinguist-vendored — exclude from statslinguist-generated — mark as generatedlinguist-documentation — mark as docslinguist-language=NAME — override languagelinguist-detectable=false — hide from statsexport-ignore — exclude from archivesPaste your design and generate a weeding box outline. Download SVG for Silhouette/Cricut.
Paste two texts, compute the diff, and render the result as a highlighted image. Easier to share changes visually.
Generate a QR code from any text, URL, or contact details. Save as PNG, SVG, or copy to clipboard. All local.
Upload an animated GIF and download every single frame as a separate PNG image. See frame delays and total count. Entirely local.
Create a multi‑line text truncation using the standard line‑clamp property. Choose lines. Copy the clean CSS.
Generate a random, somewhat meaningful song lyric line. Write your own hit with AI‑free randomness. All local.
Create a custom HTML/CSS progress bar with percentage, colors, and animation. Copy the code. Modern UI element.
Need dummy text? Pick a theme (pirate, cupcake, zombie) and get paragraphs of themed placeholder text. Not just Lorem Ipsum.
Get a random pickup line ranging from smooth to ridiculously cheesy. Perfect for breaking the ice or cringe laughs.
Generate a random, completely fake analytics dashboard snippet. 'Bounce rate: 98% from Mars.' Geeky humor.
Drag a slider over two images to see the differences instantly. Perfect for showcasing retouches or compression effects.
Encode a hidden message using zero‑width characters. The message looks like normal text. Decode with the same tool.
Create a QR code that lets people connect to your Wi‑Fi without typing a password. Just scan and join. Secure local.
Create realistic‑looking legal and contract placeholder text. Perfect for designing terms‑of‑service layouts.
Paste a list of numbers to visually check uniformity, mean, and simple pattern analysis. Educational tool for statistics and RNG.
Calculate how many rolls of wallpaper you need based on wall dimensions, roll size, and pattern repeat. Avoids overbuying. Simple and local.
Convert text into binary digits and decode binary back to readable text. Handy for education and computer science. All conversions performed locally in your browser.
Generate a Wi‑Fi QR code with full options: WPA3, hidden network, and EAP. Download as SVG. All local.
Split a long text into blocks of N characters or words. Perfect for token limits or social media threading.
Upload an image containing a QR code and decode its content. Works offline using JavaScript QR decoder. No camera needed.
Paste your own text and generate a random sentence that mimics its style. Use for creative writing prompts or testing. Fully local.
Generate a unique geometric or pixel-art avatar from a random seed. Download as PNG. Perfect for default user icons. No upload.
Click to generate a random haiku from natural language templates. Pure algorithmic poetry fun. Copy and share.
Generate random dungeon maps with rooms and corridors. Use for tabletop RPGs. Every layout is unique. Export as image.
Create a realistic‑looking fake tweet with any name, handle, text, likes, and retweets. Just for laughs. All local canvas.
Transform normal text into vaporwave fullwidth Aesthetic characters. Includes zalgo and other styles. Copy ready for social posts. Local tool.
Create text with a gradient fill using CSS background-clip. Configure colors and direction. Copy the code. Works in modern browsers.
Preview the Gravatar image associated with any email address. Generate the correct Gravatar URL. Handy for avatar debugging.
Generate random, secure coupon codes with a prefix. Choose length and character set. Perfect for store admins. All local.
Type a UPC or EAN number and see how a laser scanner would identify it, plus check digit validation.