xkbcli-compile-compose.1 985 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .Dd June 4, 2024
  2. .Dt XKBCLI\-COMPILE\-COMPOSE 1
  3. .Os
  4. .
  5. .Sh NAME
  6. .Nm "xkbcli\-compile\-compose"
  7. .Nd compile an X Keyboard Compose file
  8. .
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Ar options
  12. .Op Ar COMPOSE_FILE
  13. .
  14. .Sh DESCRIPTION
  15. .Nm
  16. compile and print a Compose file based on the given options
  17. .
  18. .Bl -tag -width
  19. .It Ar COMPOSE_FILE
  20. Path to the compose file to load, or
  21. .Dq \-
  22. to read the standard input
  23. .
  24. .It Fl h, \-help
  25. Print help and exit
  26. .
  27. .It Fl V, \-version
  28. Print version information and exit
  29. .
  30. .It Fl \-verbose
  31. Enable verbose debugging output
  32. .
  33. .It Fl \-file Ar FILE
  34. Specify a Compose file to load, or
  35. .Dq \-
  36. to read the standard input.
  37. .Pp
  38. DEPRECATED: add the file path without the flag.
  39. .
  40. .It Fl \-locale Ar LOCALE
  41. Specify the locale directly, instead of relying on the environment variables
  42. LC_ALL, LC_TYPE and LANG.
  43. .
  44. .It Fl \-test
  45. Test compilation but do not print the Compose file
  46. .El
  47. .
  48. .Sh SEE ALSO
  49. .Xr xkbcli 1 ,
  50. .Xr Compose 5 ,
  51. .Lk https://xkbcommon.org "The libxkbcommon online documentation"