diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 23:35:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 23:35:27 +0100 |
| commit | 9797f482d5e18f89786c3d66bfda25baaab65993 (patch) | |
| tree | 6266587b1f82e4c84fa1c697ea0bd647ea8b8b03 /README.md | |
| parent | f7654de715e263554891dbe347368e43d6ab3175 (diff) | |
| parent | bd1bcf5b88a1df5a993866aa95a7a26593120a5e (diff) | |
| download | xdgctl-9797f482d5e18f89786c3d66bfda25baaab65993.tar.gz | |
archlinux package
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -35,6 +35,8 @@ sudo xbps-install glibc-devel pkg-config ## Installation +### From source + ```bash git clone https://github.com/mitjafelicijan/xdgctl.git cd xdgctl @@ -50,6 +52,24 @@ make PREFIX=~/.local install If you manually add new applications to your `~/.local/share/applications` directory, you might need to run `update-desktop-database` again. +### Arch Linux package + +[](https://aur.archlinux.org/packages/xdgctl/) +[](https://aur.archlinux.org/packages/xdgctl-git/) + +xdgctl is available on the [AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository): + +- [xdgctl](https://aur.archlinux.org/packages/xdgctl/) (release package) +- [xdgctl-git](https://aur.archlinux.org/packages/xdgctl-git/) (git package) + +You can install it using your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) of choice. + +Example: + +```console +yay -Sy xdgctl +``` + ## More about XDG ### Application directories @@ -89,6 +109,7 @@ MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme ``` ### Other useful commands/files + ```bash update-desktop-database ~/.local/share/applications less ~/.config/mimeapps.list |
