From 12ce9451ee1c24ad245d33e8944ba77a1108b5b2 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 18 Apr 2019 19:41:39 +0530 Subject: Move nlaunch from user-scripts --- user-scripts/nlaunch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 user-scripts/nlaunch (limited to 'user-scripts/nlaunch') diff --git a/user-scripts/nlaunch b/user-scripts/nlaunch deleted file mode 100755 index 7448ca9..0000000 --- a/user-scripts/nlaunch +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env sh - -# Description: Fuzzy find executables in $PATH and launch an application. -# stdin, stdout, stderr are suppressed so CLI utilities exit silently. -# Works as an independent app launcher. -# -# Shell: POSIX compliant -# Author: Arun Prakash Jana - -IFS=':' - -get_selection() { - ls -H $PATH | sort | fzy -} - -if selection=$( get_selection ); then - "$selection" 2>/dev/null 1>/dev/null & -fi -- cgit v1.2.3-70-g09d2