README update

This commit is contained in:
N0\A
2025-10-24 19:59:47 +02:00
parent fdbdf58045
commit b457f60518

View File

@@ -11,13 +11,16 @@ A ***very*** WIP desktop assistant for X11-based desktops.
- Web search - Web search
- Updater (git) - Updater (git)
- Super key menu - Super key menu
- Local network file and text transfer (Dukto protocol)
- Discord Rich Presence integration
## Instructions ## Instructions
1. Clone this repository 1. Clone this repository
2. Install all of the modules from `requirements.txt`, either with `pip install -r requirements.txt` or via your distribution's package manager 2. Install all of the modules from `requirements.txt`, either with `pip install -r requirements.txt` or via your distribution's package manager.
3. Launch `main.py`. Available options: 3. You will also need to install the `fd` command-line tool for the file search feature to work. (e.g., `sudo apt install fd-find` on Debian/Ubuntu, `sudo pacman -S fd` on Arch Linux).
4. Launch `main.py`. Available options:
- `--restart` Add a restart option to the right click menu - `--restart` Add a restart option to the right click menu
- `--no-quit` Hide the quit option - `--no-quit` Hide the quit option
- `--no-super` Disable the super key menu - `--no-super` Disable the super key menu
If you want to contribute in any way, PRs (and issues) welcome If you want to contribute in any way, PRs (and issues) welcome