Skip to content

Instantly share code, notes, and snippets.

@noahmayr
noahmayr / fzf-jj.sh
Last active April 7, 2024 14:25 — forked from chooglen/fzf-jj.zsh
Interactive `jj` with `fzf`
#!/bin/sh
### CONFIG ###
changeIdColumn="2"
commitIdColumn="3"
nodeTypes="@○◆•"
delimiterPattern='((?:^[^ ] +)|[^[:alnum:]:.])+'
defaultLogArgs=""
copyStdinToClipboard="pbcopy"
### END CONFIG ###
# need to export this so all subshells created by fzf are also going to use sh and the correct PATH env var
@noahmayr
noahmayr / designer.html
Created August 19, 2014 12:20
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="ic-resizeable" attributes="width height">
<template>
<style>
:host {
position: absolute;
box-sizing: border-box;
width: 300px;
@noahmayr
noahmayr / designer.html
Last active August 29, 2015 14:05
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="boiler-gui">
<template>
<style>
:host {
position: absolute;
width: 352px;
height: 332px;