From 7815e00deba5d7eb69d6a1b49851e622fe809399 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 6 Jun 2023 03:11:41 +0100 Subject: Adds an fzf wrapper to todoist cli --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') 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" -- cgit v1.2.3