📝 Added libre_foundries font list immediate search
This commit is contained in:
parent
c2c4e3efcb
commit
ca5dfeca0b
2 changed files with 82 additions and 1 deletions
5
aliases
5
aliases
|
|
@ -68,7 +68,7 @@ alias shred="doas shred -uzv" # shreds the file and overwrites it with 1s and 0s
|
|||
alias indelible="doas chattr +i" # makes a file impossible to delete (except with sudo)
|
||||
alias diff=difft
|
||||
alias cdiff="colordiff"
|
||||
alias kfonts="kitty +list-fonts"
|
||||
# alias kfonts="kitty +list-fonts"
|
||||
alias {kdiff,kitten,kd}="kitty +kitten diff"
|
||||
alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf"
|
||||
alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver"
|
||||
|
|
@ -413,6 +413,9 @@ alias hugo="librewolf https://gohugo.io/ &"
|
|||
#alternative to searching on google fonts
|
||||
alias fontspace="librewolf https://www.fontspace.com &"
|
||||
|
||||
# saved list of libre-foundries list of libre/free font sites
|
||||
alias librefonts="librewolf ~/Documents/notes/libre_foundries_font_list.html &"
|
||||
|
||||
# for downloading web fonts
|
||||
alias gfontshelper="librewolf https://google-webfonts-helper.herokuapp.com/fonts &"
|
||||
#gfi is a utility that downloads google fonts from the cli:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue