figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 9e1d0db36ec2cfa51621cdca8cb96ffbf13966ac
parent 6c742f8191bc898a71b6793c0df3e1d6025c2764
Author: FIGBERT <figbert@figbert.com>
Date:   Thu, 29 Sep 2022 21:12:06 -0700

Add Mabel to projects

Diffstat:
Mcontent/projects/d3c3nt.md | 2+-
Acontent/projects/mabel/default.png | 0
Acontent/projects/mabel/desert.png | 0
Acontent/projects/mabel/index.md | 42++++++++++++++++++++++++++++++++++++++++++
Mcontent/projects/privacy-redirect-for-safari/index.md | 2+-
Mcontent/projects/simply-translate.md | 2+-
Mcontent/projects/tofu/index.md | 2+-
Mcontent/projects/txtodo/index.md | 2+-
8 files changed, 47 insertions(+), 5 deletions(-)

diff --git a/content/projects/d3c3nt.md b/content/projects/d3c3nt.md @@ -2,7 +2,7 @@ title = "d3c3nt" date = 2022-02-19 updated = 2022-06-15 -weight = 2 +weight = 3 +++ [**d3c3nt**] is a simple, clean, and flexible theme for [Zola]. The diff --git a/content/projects/mabel/default.png b/content/projects/mabel/default.png Binary files differ. diff --git a/content/projects/mabel/desert.png b/content/projects/mabel/desert.png Binary files differ. diff --git a/content/projects/mabel/index.md b/content/projects/mabel/index.md @@ -0,0 +1,42 @@ ++++ +title = "Mabel" +date = 2022-09-29 +weight = 0 ++++ + +[**Mabel**] is a fancy BitTorrent client for the terminal. Programmed in +performant and memory-safe [Go], the TUI is the torrenting +state-of-the-art on macOS and Linux (and anywhere UNIX-y). + +<!-- more --> + +![Mabel downloading several Linux distros] + +Keyboard-centric, terminal-based workflows provide developers with a +sense of focus and control unparalleled by the GUI. In my personal use +of such programs (like [NeoVim], [Amfora], and many others), I noticed a +distinct lack of functional torrent clients: existing options were +dated, spewed logs to `stdout`, and proved generally disappointing. +Mabel modernizes torrenting from the command line. + +![Mabel inspecting the details of an active download] + +Mabel builds on the excellent work of many others in the open-source +community, like [Charm] and [anacrolix]. It's the second public release +of [SMMR Software], a collaboration between [FIGBERT] and [Jacob +Neplokh]. + +Mabel is available through a package manager near you. For more, explore +the source code [on GitHub][**Mabel**]. + +[**Mabel**]: https://github.com/smmr-software/mabel +[Go]: https://go.dev +[Mabel downloading several linux distros]: default.png +[NeoVim]: https://neovim.io +[Amfora]: https://github.com/makeworld-the-better-one/amfora +[Mabel inspecting the details of an active download]: desert.png +[Charm]: https://charm.sh +[anacrolix]: https://github.com/anacrolix/torrent +[SMMR Software]: https://smmr.software/ +[FIGBERT]: @/_index.md +[Jacob Neplokh]: https://jacobneplokh.com/ diff --git a/content/projects/privacy-redirect-for-safari/index.md b/content/projects/privacy-redirect-for-safari/index.md @@ -2,7 +2,7 @@ title = "Privacy Redirect for Safari" date = 2021-08-14 updated = 2022-09-22 -weight = 0 +weight = 1 +++ [**Privacy Redirect for Safari**] is a web extension that automatically diff --git a/content/projects/simply-translate.md b/content/projects/simply-translate.md @@ -2,7 +2,7 @@ title = "SimplyTranslate" date = 2021-07-02 updated = 2022-09-22 -weight = 4 +weight = 5 +++ [**SimplyTranslate**][st] is a collection of "translation scrapers with diff --git a/content/projects/tofu/index.md b/content/projects/tofu/index.md @@ -1,7 +1,7 @@ +++ title = "Tofu" date = 2021-04-07 -weight = 3 +weight = 4 +++ [**Tofu**][tofu] is an easy-to-use, open-source, two-factor diff --git a/content/projects/txtodo/index.md b/content/projects/txtodo/index.md @@ -2,7 +2,7 @@ title = "txtodo" date = 2020-05-20 updated = 2022-06-14 -weight = 1 +weight = 2 +++ [**txtodo**] is a minimalist open-source todo list app inspired by Jeff