|
5 | 5 |
|
6 | 6 | Simplify `systemd` management with `isd`! |
7 | 7 | `isd` is a TUI offering fuzzy search for units, auto-refreshing previews, |
8 | | -smart `sudo` handling, and a fully customizeable interface |
| 8 | +smart `sudo` handling, and a fully customizable interface |
9 | 9 | for power-users and newcomers alike. |
10 | 10 | <!-- --8<-- [end:tagline] --> |
11 | 11 |
|
12 | 12 | <!-- --8<-- [start:features] --> |
13 | | -`isd` is a keyboard-focused, highly customizeable TUI with the following features: |
| 13 | +`isd` is a keyboard-focused, highly customizable TUI with the following features: |
14 | 14 |
|
15 | 15 | - Quickly switch between `system` and `user` units |
16 | 16 | - Fuzzy search units |
@@ -60,11 +60,11 @@ A collection of some _unordered_ ideas that could improve `isd`: |
60 | 60 | Big thanks to the developers of: |
61 | 61 |
|
62 | 62 | - [systemd](https://systemd.io/) for creating the most widely used service manager for Linux |
63 | | -- [NixOS](https://nixos.org/) for peeking my interest in `systemd` and service managers |
| 63 | +- [NixOS](https://nixos.org/) for piquing my interest in `systemd` and service managers |
64 | 64 | - [`sysz`](https://github.com/joehillen/sysz) for providing a starting point and a desire to build a more complex `systemctl` TUI |
65 | | -- [textual](https://textual.textualize.io/) for making it a breeze to create TUI's in Python |
| 65 | +- [textual](https://textual.textualize.io/) for making it a breeze to create TUIs in Python |
66 | 66 | - [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) for building a solid and simple to use static site generator for the documentation |
67 | | -- [asciinema](https://docs.asciinema.org/) for developing an easy to use _and self-hosteable_ terminal recorder and player |
| 67 | +- [asciinema](https://docs.asciinema.org/) for developing an easy to use _and self-hostable_ terminal recorder and player |
68 | 68 | - [vhs](https://github.com/charmbracelet/vhs) for creating a scriptable terminal program |
69 | 69 | <!-- --8<-- [end:acknowledgments] --> |
70 | 70 |
|
0 commit comments