summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 2a249e2..56428fe 100644
--- a/bashrc
+++ b/bashrc
@@ -123,6 +123,7 @@ fi
# todoist-cli completion
source "$HOME/bin/todoist_fzf.sh"
+alias ftodoist="todoist --namespace --project-namespace list | fzf --preview 'todoist show {1}' | cut -d ' ' -f 1 | tr '\n' ' '"
# aliases
alias pacget="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S"