diff options
author | Stefan Kreutz <mail@skreutz.com> | 2021-04-06 13:21:13 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2021-04-06 13:21:13 +0200 |
commit | b3034041a1bbfe9629588403ef576190d28cf696 (patch) | |
tree | 2893021c6d4713d4ac10b8fca3aa3a9e672bdf99 /BACKLOG.md | |
parent | 67d1972f335a032eb0edbcc5bc71f91b5311cafa (diff) | |
download | blog-b3034041a1bbfe9629588403ef576190d28cf696.tar |
Update dependencies
Update to Stackage LTS release 17.2 for ghc-8.10.3 using the following
command:
curl --output cabal.project.freeze \
https://www.stackage.org/lts-17.2/cabal.config
Diffstat (limited to 'BACKLOG.md')
-rw-r--r-- | BACKLOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -26,7 +26,6 @@ ## Implementation -* Cabal build (without stack) * Format source code * Consider to disable pandoc extension `auto_identifiers` * Consider to filter draft posts as described [here](https://odone.io/posts/2020-05-18-published-posts-hakyll.html) @@ -39,7 +38,9 @@ ## Blog -* shellpass +* Update about page +* shellpass, shellpass-ssh, shellpass-fzf, keybindings for cwm and tmux +* smux * hacked vipe clone: vi-pipe * tmux-fzf-ksh integration: search file system, history, password-store * Dotfiles under revision control: How I manage my personal configuration files with Git @@ -60,3 +61,4 @@ * goaccess log format for OpenBSD httpd * Practical, cross-platform, append-only backups using restic, rclone, and ssh: ready to use scripts/shortcuts for OpenBSD, Linux, macOS, Windows 10 * nix vs. guix +* Find man(1) pages interactively using fzf(1), see ~/.kshrc |