57 lines
1.4 KiB
Markdown
57 lines
1.4 KiB
Markdown
---
|
|
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.
|