From b880d625211f8d4ab913f8f6a3757ad7d835e5a4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 19 Jan 2023 20:27:22 -0500 Subject: [PATCH] undraft --- content/abook.md | 1 - content/mpv.md | 1 - content/programs.md | 56 --------------------------------------------- 3 files changed, 58 deletions(-) delete mode 100644 content/programs.md diff --git a/content/abook.md b/content/abook.md index 972d82a..f9a3baf 100644 --- a/content/abook.md +++ b/content/abook.md @@ -1,7 +1,6 @@ --- title: "Abook" date: 2023-01-17T11:54:20-05:00 -draft: true --- The address book. diff --git a/content/mpv.md b/content/mpv.md index cbf2152..a595651 100644 --- a/content/mpv.md +++ b/content/mpv.md @@ -1,7 +1,6 @@ --- title: "mpv" date: 2023-01-17T11:39:29-05:00 -draft: true --- mpv is a video-player so simple, it really just shows the video. diff --git a/content/programs.md b/content/programs.md deleted file mode 100644 index adb7f33..0000000 --- a/content/programs.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: "Programs" -date: 2023-01-16T14:32:25-05:00 -draft: true ---- - -## dwm - -The **D**ynamic **W**indow **M**anager. - -This is the window manager that tiles and organizes windows and binds keybindings. - -[dwm used in LARBS](https://github.com/lukesmithxyz/dwm) - -MIT License - -## lf - -The file browser. - -An extremely fast file manager written in Go. -Originally inspired by the program ranger, and working in a similar way, lf has now surpassed its slower master in interactivity and functionality. - -[source code](https://github.com/gokcehan/lf) - -MIT License - -## neomutt - -The email client. - - - -LARBS also comes with the [mutt-wizard](https://muttwizard.com) script, which does the annoying task of configuring mail accounts with mutt and even easily allows offline email storage for fast, local processing and indexing of mail. - -[website](https://neomutt.org/), [source code](https://github.com/neomutt/neomutt) - -GPLv2 - -## abook - -The address book. - -Why let Google or Apple keep your contacts? Keep an archive on your computer and export them when you need them. -Abook is a minimal and local store of your contacts, including emails, phone numbers, addressess and whatever you might need. -Abook integrates with neomutt's autofill as well and you can script more functionality into it. - -[website and source code](https://abook.sourceforge.io/) - -GPLv2 - -## mpv - -## ncmpcpp/mpd - -mpd is a music player daemon, and ncmpcpp is a client for it.