zellij/zellij-utils/src/input
Aram Drevekenin c95d0e769f
feat(plugins): make plugins configurable (#2646)
* work

* make every plugin entry point configurable

* make integration tests pass

* make e2e tests pass

* add test for plugin configuration

* add test snapshot

* add plugin config parsing test

* cleanups

* style(fmt): rustfmt

* style(comment): remove commented code
2023-07-25 10:04:12 +02:00
..
unit feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
actions.rs feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
command.rs feat(plugins): extensive plugin api (#2516) 2023-06-09 22:49:12 +02:00
config.rs feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
keybinds.rs feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
layout.rs feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
mod.rs feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
mouse.rs chore(deps): move from termion to termwiz for STDIN handling (#1249) 2022-03-23 09:08:35 +01:00
options.rs feat: support default cwd (#2290) 2023-04-18 16:35:51 +02:00
plugins.rs feat(plugins): make plugins configurable (#2646) 2023-07-25 10:04:12 +02:00
theme.rs Add option to hide session name in tab-bar (deriving from #2172) (#2301) 2023-03-30 20:33:39 +09:00