mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
todo: update config; refactor actions
This commit is contained in:
parent
d5d6748eb3
commit
b68db8cdc1
5 changed files with 17 additions and 4 deletions
|
|
@ -21,6 +21,6 @@ for context in $CONTEXTS ; do
|
|||
CONTEXT_LIST=$(_list "$TODO_FILE" "@$context\b" "$@" | sed 's/\ *@[a-zA-Z0-9._\-]*\ */ /g')
|
||||
if [[ -n "${CONTEXT_LIST}" ]]; then
|
||||
echo -e "--@${context}"
|
||||
echo "${CONTEXT_LIST}" | eval $TODOTXT_FINAL_FILTER
|
||||
echo "${CONTEXT_LIST}" | eval "$TODOTXT_FINAL_FILTER"
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue