diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-06 03:11:41 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-06 03:11:41 +0100 |
commit | 7815e00deba5d7eb69d6a1b49851e622fe809399 (patch) | |
tree | 2f717228e70cccaa70c67010e51e07e0dab520c9 /bashrc | |
parent | 9874989fad1eecb5877fb3390c9c95fc6666d8c7 (diff) |
Adds an fzf wrapper to todoist cli
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |