You can create and modify perl scripts to easily customize
the terminal emulator's behaviour
and to add any kind of new features.
>>> scripting support in progress! <<<
To load new perl script,
just add it into the `nemi.ini' [scripts] section,
and it should be automatically loaded.
`nemi.ini' is the configuration file for the program.
If you are having problems with compiling the
project and are using older version of perl than 5.42.0.
You can try to use perlbrew to use recent version.
perlbrew init
perlbrew install perl-5.42.0
Then configure the project with
$ perl configure.pl -using_perlbrew
$ perl configure.pl && make
Read documentation for working with scripts: https://github.com/331uw13/nemi/tree/main/scripts