From bad4f596e666624f4e5f92d0097e4ba5b4830091 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 11 May 2020 11:10:10 +0200 Subject: [PATCH] Add 'fscr' script --- .local/bin/scripts/fscr | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/scripts/fscr diff --git a/.local/bin/scripts/fscr b/.local/bin/scripts/fscr new file mode 100755 index 0000000..b0d9f94 --- /dev/null +++ b/.local/bin/scripts/fscr @@ -0,0 +1,3 @@ +#!/bin/sh + +find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"