From 1080a1ddf01273d60477ada0a7f1c8b4d3e36e54 Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Tue, 29 Sep 2020 16:06:43 -0300 Subject: [PATCH] Update project help message --- project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project b/project index c92e8bb..caa1384 100755 --- a/project +++ b/project @@ -9,12 +9,12 @@ Easily cd to a project directory and launch a dedicated tmux server. Project paths are stored in $PROJECTS_FILE. If there is at least 1 project path and this script is called without -arguments, it will launch fzf so you can select one. +arguments, it will launch the default finder (fzf) to pick one. Options: -A Add current dir as a project -a [dir] Add a new project. - -r Remove project from projects. (select with fzf) + -r Remove project from projects. Chose with finder -f Change "finder" used to select the project -l List projects -h Print this message