Develop-IDE is a fake IDE. It uses a custom layout and configuration for the Zellij Terminal Multiplexer to render two tabs: one opens the Micro Text Editor, and the other opens a terminal.
It does not support any features except those provided by zellij
and micro
.
- Make sure you have
zellij
,micro
andbash
installed. - Download
develop.sh
- Make it executable:
sudo chmod +x develop.sh
- Make it runnable from anywhere:
sudo mv develop.sh /usr/local/bin/develop
Simply call develop
with file names specified (multiple files supported).
$ develop yourfile1.txt yourfile2.txt
Bu default, zellij
will be launched in locked mode to not interfere with micro
's keybinding.
To exit develop
:
- Press Ctrl + G to exit locked mode
- Then press Ctrl + Q to close the app
