I like pie
Pinned Loading
-
supergenpass.sh bash script forked i...
supergenpass.sh bash script forked into powershell using chatgpt. see: https://gist.github.com/sn0n/69df99cfe09177a4a18a9ee14263242a 1# PowerShell script to generate passwords using SuperGenPass algorithm2param (3[string]$domain = $(if ($args.Count -gt 0) { $args[0] } else { Read-Host "Enter Domain" }),
4[int]$length = 10 # Default password length
5)
-
bash script to generate passwords, f...
bash script to generate passwords, forked from https://github.com/lanzz/bash-supergenpass/blob/master/supergenpass.sh. 1#!/usr/bin/env bash23# Requires xclip & openssl4# for Android (termux) you can install termux:api app5# enter `pkg install termux-api` in Termux cli -
`chmod +x ./zetlmd.sh` then run with...
`chmod +x ./zetlmd.sh` then run with `./zetlmd.sh`. This will create a notes folder with a .md for each tag used when writing a zett with that zetts contents as well as creating a zett file itself within that notes folder. 1#!/bin/bash23# Function to create a tag file4create_tag_file() {5touch "notes/$1.md"
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.



