blob: ea24077649a63e44cf6cd7cbb9904c388b64d3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
---
title: "Rocks"
subtext: "A compilation of anything that butters my muffin."
toc: true
---
## Server Software
* [Gonic](https://github.com/sentriz/gonic): Music streaming server that implements the (Open)Subsonic API and is accompanied by a nice web interface.
* [Miniflux](https://miniflux.app/): Feed reader with simple configuration, minimal UI, and great UX.
* [PrivateBin](https://privatebin.info/): Pastebin service where encryption and decryption happens in the browser.
* [ZNC](https://wiki.znc.in/ZNC): Featureful IRC bouncer with an extensive web interface for configuration.
## Desktop Software
### File Managers
* [lf](https://github.com/gokcehan/lf): TUI file manager; much faster than another program that rhymes with "danger."
* [nnn](https://github.com/jarun/nnn): An even more minimal file manager with a more unorthodox workflow.
### Image Viewers
* [nsxiv](https://codeberg.org/nsxiv/nsxiv): Simple and extensible image viewer for X; has a great UI.
* [swayimg](https://github.com/artemsen/swayimg): Image viewer for Wayland.
### Miscellaneous
* [dinit](https://github.com/davmac314/dinit): Powerful and well-implemented init system; takes everything great from systemd and implements it simpler.
* [turnstile](https://github.com/chimera-linux/turnstile): User session tracker and service manager-agnostic per-user service manager.
### Notifications
* [herbe](https://github.com/dudik/herbe): Daemon-less notifications for X.
* [mako](https://github.com/emersion/mako): Simple and lightweight notification daemon for Wayland.
### Terminal Emulators
* [foot](https://codeberg.org/dnkl/foot): Stupid fast and extensible terminal emulator for Wayland.
* [st](https://st.suckless.org/): Extremely simple terminal emulator for X; my personal favorite terminal emulator.
## Development Tools
### Shell Scripts
* [ShellCheck](https://www.shellcheck.net/): Static analyzer for shell scripts; the gold standard for people who care about their scripts.
* [shfmt](https://github.com/mvdan/sh): Shell script formatter; while quite opinionated, it works great for me.
## Emacs Packages
* [Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/index.html): An LSP client implemented right - great configurations out of the box, and generally "just works."
---
I'm taking suggestions for anything that could fit the bill here! Be sure to [let me know][contact] if you have anything.
[contact]: /contact.html
|