Add configuration file include directive

To include the contents of another configuration file simply do e.g.:

[include raspberrypi.conf]

Also, included file can include other files which can include other
files etc.

This feature is useful for managing many configuration files and sharing
configuration files with others.
This commit is contained in:
Martin Lund 2024-07-18 21:01:26 +02:00
parent 14963032c3
commit 725423c50c
4 changed files with 144 additions and 19 deletions

View file

@ -74,6 +74,7 @@ when used in combination with [tmux](https://tmux.github.io).
* Configuration file support
* Support for configuration profiles
* Activate configuration profiles by name or pattern
* Support for including other configuration files
* Redirect I/O of shell command to serial device
* Redirect I/O to UNIX socket or IPv4/v6 network socket
* Useful for scripting or TTY sharing