From 4be4150047a86a240985ee0be4e206e7f148eb2b Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sat, 29 Apr 2023 20:54:44 +0200 Subject: [PATCH] Write about --help in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0cc627..172761c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,12 @@ Host process for multiple Hyprland plugins. - **tool**: `pypr` - **config file**: `~/.config/hypr/pyprland.json` -The `pypr` tool only have one built-in command: `reload`, which reads the configuration file and attempt to apply the changes. Other commands are added by adding plugins. +The `pypr` tool only have two built-in commands: +- `reload` reads the configuration file and attempt to apply the changes +- `--help` lists available commands (including plugins commands) +- +Other commands are added by adding plugins. A single config file `~/.config/hypr/pyprland.json` is used, using the following syntax: