I hereby claim:
- I am fmos on github.
- I am fmos (https://keybase.io/fmos) on keybase.
- I have a public key whose fingerprint is 24C4 22BA B08E DFAF C019 54C3 DF74 9B35 73B8 D7AD
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import ssl | |
| import socket | |
| import os | |
| import argparse | |
| import subprocess | |
| import tempfile | |
| from datetime import datetime |
| """ | |
| Markdown List Splitter | |
| This script parses a Markdown file containing lists (ordered or unordered) | |
| and extracts the content of the leaf nodes from the list structure. It then | |
| generates hierarchical, indented chunks based on the list nesting and prints | |
| them to the console. | |
| ### Features: | |
| - **Markdown Parsing**: Uses `markdown-it-py` to tokenize the markdown content. |
| --- | |
| - name: Set up Ghost behind an NGINX reverse proxy using Podman | |
| hosts: all | |
| vars: | |
| homedir: /srv/podman | |
| tld: example.com | |
| certmail: [email protected] | |
| tasks: |
| #!/bin/sh | |
| # wrapper script to open rofi on the focused i3 workspace | |
| rofi -m $(i3-msg -t get_outputs | jq '.[] | select(.active) | .name' | awk "/`i3-msg -t get_workspaces | jq '.[] | select(.focused) | .output'`/ { print FNR-1 }") $@ |
I hereby claim:
To claim this, I am signing this object:
| diff -r 4bf7ab502dbd zotonic_install | |
| --- a/zotonic_install Mon Sep 05 15:05:57 2011 +0200 | |
| +++ b/zotonic_install Sun Jun 03 15:06:40 2012 +0200 | |
| @@ -3,6 +3,7 @@ | |
| SHELL=/bin/bash && \ | |
| apt-get install -y \ | |
| erlang \ | |
| + erlang-src \ | |
| build-essential \ | |
| rake \ |