From 69377bbd89ba1dd6a3213e43d94d91d9c8914036 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 3 Jan 2020 00:04:31 +0530 Subject: Remove plugin notes, update docs to run cmd as plugin --- plugins/notes | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 plugins/notes (limited to 'plugins/notes') diff --git a/plugins/notes b/plugins/notes deleted file mode 100755 index 02b9a0f..0000000 --- a/plugins/notes +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env sh - -# Description: Open a quick notes file or directory in $EDITOR -# -# Details: Set the variable NOTE to the path to your quick notes file -# -# Shell: POSIX compliant -# Author: Arun Prakash Jana - -NOTE= -# NOTE=~/Dropbox/Notes/synced_note - -if [ ! -z "$NOTE" ]; then - $EDITOR "$NOTE" -fi -- cgit v1.2.3-70-g09d2