Skip to content

Instantly share code, notes, and snippets.

View guptaanurag2106's full-sized avatar

Anurag Gupta guptaanurag2106

  • Bengaluru, India
  • 07:53 (UTC +05:30)
View GitHub Profile
@guptaanurag2106
guptaanurag2106 / bookmark_manage.py
Created January 11, 2026 19:29
Small utilities for managing bookmark files (especially for managers like Linkding, one_tab extension)
import html
import sys
import time
import argparse
import os
import requests
import json
from urllib.parse import urlparse, parse_qs, urlencode, urlunparse
from dotenv import load_dotenv
@guptaanurag2106
guptaanurag2106 / Arch Sway Setup.md
Last active February 18, 2026 01:01
A minimal Arch + Sway setup guide

Arch Linux + Sway Setup Guide

Assumes a UEFI system, single-disk setup, no encryption (LUKS), no LVM.
If you have different requirements, you can still read on and look up the relevant commands.

If you want an automated script, see the simple install script: