feat: add alias to filter with fzf through tldr

This commit is contained in:
Stefan Imhoff
2023-01-12 18:52:56 +01:00
parent dfe92527ee
commit cb75834229
2 changed files with 6 additions and 0 deletions

View File

@@ -438,6 +438,9 @@ alias tn="tmux new -s $(pwd | sed 's/.*\///g')"
# Bat
alias cat="bat"
# TLDR
alias tldrf='tldr --list --single-column | fzf --preview "tldr --color=always {1}" --preview-window=right,70% | xargs tldr'
# iA Writer
alias ia='open $1 -a /Applications/iA\ Writer.app'