Tag: cli

Smart global search for vim and fzf

In the previous post I have outlined that there are some benefits to having a fzf command search everywhere in the home folder, instead of just current working directory. Following the setup there enables for yanking and pasting lines from the files stored in distant places (in t…

Global search for vim and fzf

This post is a continuation of both my previous post about vim mnemonics and an another my post about Syncting the entire phone. I have found the combined result of both setups loosely described in those posts to be an unexpected symbiosis that works very well for editing my mark…

Cheatsheet: acme.sh DNS mode

Here's a compilation of useful commands that use a DNS-01 challenge to issue a certificate using acme.sh client. Issue a certificate using an automatic DNS API mode with GoDaddy: acme.sh --issue --dns gnd_gd --domain example.com Issue a wildcard certificate (denoted by an aste…