dotfiles/.scripts/tasks.sh

5 lines
156 B
Bash
Executable File

#!/bin/sh
today="$(task list due:today | grep tasks | awk '{print $1;}')"
total="$(task list | grep tasks | awk '{print $1;}')"
echo "Tasks: $today/$total"