Batata is a Gnome/GTK4 opinionated terminal emulator for people that need to have several terminals open at the same time and want to easily navigate between them. Something similar to Tilix/tmux/Terminator but flavored to my taste.
Here's an ugly demo where a forget to showcase that it support tabs too!!
Action | Shorcut |
---|---|
Ctrl+Shift+N | Spawn a new terminal in current stack. |
Alt+Shift+Arrows | Move terminal to that direction. |
Alt+Arrows | Focus the terminal that direction. |
Ctrl+Shift+X | Maximize/restore current terminal. |
Ctrl+Shift+T | Spawns a new terminal in a new tab. |
Alt+Numbers | Show tabs 0-9. |
Lucas Schulze uses the word "potato" and/or "batata" as values for things when debugging stuff, everyone likes batatas.
As a eat your own dog food enthusiast I currently using it every day, however it still may eat your terminals.
- Fix Desktop::Widget known issues.
- Fancy widget to choose themes.
- Move widget from one tab to another when move(:left/:right) returns false.
- Show terminals from all tabs in
Desktop::Switcher
in different columns.
- Add support for translations.
- Finish safe-signals patch on GI-Crystal to avoid memory leaks here.
It's available on AUR.
yay -S batata
batata
Not yet on flathub, but you can build and install it doing:
make flatpak
flatpak run io.github.hugopl.Batata
You need the development packages for libadwaita version >= 1.6 and vte4 >= 0.78.
make && sudo make install && sudo make post-install
batata
- Hugo Parente Lima - creator and maintainer