summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-06-06 03:11:41 +0100
committerMatthew Lemon <y@yulqen.org>2023-06-06 03:11:41 +0100
commit7815e00deba5d7eb69d6a1b49851e622fe809399 (patch)
tree2f717228e70cccaa70c67010e51e07e0dab520c9
parent9874989fad1eecb5877fb3390c9c95fc6666d8c7 (diff)
Adds an fzf wrapper to todoist cli
-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"