mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add alias to filter with fzf through tldr
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user