1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:33:33 +02:00

xdg-user-dir: add page (#16874)

This commit is contained in:
Managor 2025-06-18 05:58:42 +03:00 committed by GitHub
parent fbe467318f
commit 87465c452c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# xdg-user-dir
> Retrieve XDG user directory locations.
> See also: `xdg-user-dirs-update`.
> More information: <https://manned.org/xdg-user-dir>.
- Display the home directory for the current user:
`xdg-user-dir`
- Display the location of a user directory:
`xdg-user-dir {{DESKTOP|DOWNLOAD|TEMPLATES|PUBLICSHARE|DOCUMENTS|MUSIC|PICTURES|VIDEOS}}`

View file

@ -1,6 +1,7 @@
# xdg-user-dirs-update
> Update XDG user directories.
> See also: `xdg-user-dir`.
> More information: <https://manned.org/xdg-user-dirs-update>.
- Change XDG's DESKTOP directory to the specified directory (must be absolute):