zellij/src
a-kenji abbe3b237a
add(feature): toggle boolean options with cli flag (#855)
add the ability to toggle boolean options with a cli flag:

example:
    if the pane frames are turned off in the config file,
    then passing in the `--no-pane-frames` flag will toggle the
    pane frames on
2021-11-10 13:31:37 +01:00
..
tests feat(scrolling): half-page scroll actions (#813) 2021-11-08 15:05:47 +01:00
commands.rs add(feature): toggle boolean options with cli flag (#855) 2021-11-10 13:31:37 +01:00
install.rs Change layout directory from data to config 2021-06-16 17:09:05 +02:00
main.rs fix(main): Refactor src/main.rs by splitting one massive main function into commands.rs (#829) 2021-11-05 22:59:45 +01:00
sessions.rs fix(envs): Unify operation of Zellij environment variables (#842) 2021-11-10 09:02:17 +01:00