translate-shell+zellij in container
- this is just build for my usage, but there is plan to implement languages selection
- currently this automaticaly select hr:en and en:hr for
translate-shell
, you can modifyzellij/config/layouts/translate.kdl
file for other languages
- use
Continerfile
withpodman
orbuildah
to build container image - zellij directorium contains a config files that will be coppied to container, there is predefined layout
- create/run container with
podman
or other container engine
-
tranzelt
just use azellij
as container entry point, so all features ofzellij
, navigations, panes, tabs, etc. is available -
this automaticaly start
zellij
with with predefined layout, two interactivetranslate-shell
panes, lang1->lang2 and lang2->lang1, and if you open new pane withAlt+n
it will opened in horzontal split with height 25%, it's intended to be used for plaintranslate-shell
, but it is just shell -
exiting
zellij
will exit container -
this not handle container images or running containers, any artifacts from building and runing containers is on user to manage
- Container ENV variable for languages, container image will be build with those languages as default
- language selection with
zellij
- files translate
- Note:
zellij
have systems of plugins, there is possibility for better integration withtranslate-shell
, need to investiagate how to do it
MIT