Skip to content

Commit

Permalink
adding default search definitions to project creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Dec 1, 2017
1 parent 8ebce57 commit 386d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion na.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ENDHELPSTRING
target="$newfile"
if [ ! -e $target ]; then
touch $target
echo -e "Inbox @inbox:\n$proj:\n\tBugs:\n\tNew Features:\nArchive:" >> $target
echo -e "Inbox:\n$proj:\n\tNew Features:\n\tIdeas:\n\tBugs:\nArchive:\nSearch Definitions:\n\tTop Priority @search(@priority = 5 and not @done)\n\tHigh Priority @search(@priority > 3 and not @done)\n\tMaybe @search(@maybe)\n\tNext @search(@na and not @done and not project = \"Archive\")\n" >> $target
fi
else
declare -a fileList=( *\.*$NA_TODO_EXT* )
Expand Down

0 comments on commit 386d246

Please sign in to comment.