Open Issues Need Help
View All on GitHubAI Summary: This enhancement request aims to improve the user experience of a command-line interface by displaying the current values of settings directly within the command list. Specifically, it proposes appending the active setting value to the description of `set/1` commands, with truncation for lengthy values to maintain readability.
An X11 window manager written in Prolog
AI Summary: The task is to create a new Prolog predicate, `wait_for_file/3`, in the `utils.pl` file of the plwm project. This predicate will wait for a specified file to be created, checking periodically with a given interval and timing out after a certain duration. This will replace the current use of `sleep/1` in the unit tests, improving their reliability and speed.
An X11 window manager written in Prolog