#!/bin/sh # Rofi # https://github.com/davatorium/rofi # Arguments pattern=$1 :ls | grep -F "$pattern" | rofi -dmenu -i -p 'Open buffers' | :buffer