diff options
author | EuAndreh <eu@euandre.org> | 2022-11-26 18:44:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-26 20:29:13 -0300 |
commit | c02760513a1fb291cb32b2fe044470da26daee7f (patch) | |
tree | df90c9ac8003245d42786534ccb430e1f7192bcf /_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | |
parent | dynamic.mk: Move iroh -> toph, update remote path (diff) | |
download | euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.gz euandre.org-c02760513a1fb291cb32b2fe044470da26daee7f.tar.xz |
Replace kuvira -> toph
git grep -l euandreh.xyz |
xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|'
Plus a few other manual changes.
Diffstat (limited to '')
-rw-r--r-- | _articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md index be1e7da..8a18850 100644 --- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md +++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md @@ -40,7 +40,7 @@ Sticking to POSIX sh makes it require less build-time dependencies. There aren't The good thing is that the program itself is small enough ([119 lines][119-lines] on v0.1.0) that POSIX sh does the job just fine, combined with other POSIX utilities such as [getopts][getopts], [sort][sort] and [awk][awk]. -[119-lines]: https://euandreh.xyz/remembering.git/tree/remembering?id=v0.1.0 +[119-lines]: https://euandre.org/git/remembering/tree/remembering?id=v0.1.0 [getopts]: http://www.opengroup.org/onlinepubs/9699919799/utilities/getopts.html [sort]: http://www.opengroup.org/onlinepubs/9699919799/utilities/sort.html [awk]: http://www.opengroup.org/onlinepubs/9699919799/utilities/awk.html @@ -186,5 +186,5 @@ For my personal use, I've [packaged] `remembering` for GNU Guix and Nix. Packagi Patches welcome! -[packaged]: https://euandreh.xyz/package-repository.git/ -[nix-file]: https://euandreh.xyz/dotfiles.git/tree/nixos/not-on-nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f +[packaged]: https://euandre.org/git/package-repository/ +[nix-file]: https://euandre.org/git/dotfiles/tree/nixos/not-on-nixpkgs/remembering.nix?id=0831444f745cf908e940407c3e00a61f6152961f |