Skip to content

Instantly share code, notes, and snippets.

# !/usr/bin/env/zsh
# (outdated)
# Packages:
# - wl-clipboard
# - fzf
# - fd
# - ripgrep
#
# Plugins:
# - mollifier/cd-gitroot
function loremipsum() {
# TODO: Extract wblp from $1 to allow 2w, 5w, 3p, 6l etc. WIP: FOO=20asdrf; echo ${FOO%%[a-z]*}
local amount=${1:-1}
# set -x
# local foo=${amount%%[a-z]+}
# echo $foo
# exit 1
# Working values for the "what" parameter: "words", "paras", "bytes"
local what=${2:-paras}
// ==UserScript==
// @name JIRA Board Epic Filter
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Helper functions to only see one epic at a time on the board
// @author cartok
// @match https://*.atlassian.net/*/boards/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=atlassian.net
// @grant none
// @license MIT