A terminal workspace with batteries included
Go to file
qepasa 0710594588
feat(plugin): Add mouse events for plugins (#629)
* feat(plugin): Add mouse events for plugins

* Add double click support in strider

* Add support for mouse clicks in tab-bar and fix bug in strider with selecting past the list of files and random double click action

* continue working on mouse support for tab bar

* finish tab change

* fix fmt and fix bug in strider double-click

* fix clippy

* cleanup dbgs and logs

* fix clippy

* noop change to rerun e2e tests

* Rebase and fix mouse click behavior in tab-bar and strider after rebase

* fix fmt

* remove dbgs and and comment in tab-line/main.rs

* cargo fmt

* Code review suggestions

* rebase fix

* fix clippy

* fix mouse selection for tabs in tab-bar
2021-10-12 22:37:54 +01:00
.github chore(tests): move all integration tests to be either unit or e2e tests - remove old testing infra (#589) 2021-06-30 11:27:35 +02:00
assets chore(release): v0.18.1 2021-09-30 11:14:41 +02:00
default-plugins feat(plugin): Add mouse events for plugins (#629) 2021-10-12 22:37:54 +01:00
docs docs(manpage): Update manpage 2021-05-30 21:07:44 +02:00
example fix(e2e): new fullscreen snapshot 2021-09-29 15:13:19 +02:00
src Preserve current umask (#777) 2021-10-12 18:11:16 +05:30
zellij-client chore(version): bump development version 2021-09-30 11:39:04 +02:00
zellij-server feat(plugin): Add mouse events for plugins (#629) 2021-10-12 22:37:54 +01:00
zellij-tile feat(plugin): Add mouse events for plugins (#629) 2021-10-12 22:37:54 +01:00
zellij-tile-utils chore(version): bump development version 2021-09-30 11:39:04 +02:00
zellij-utils Preserve current umask (#777) 2021-10-12 18:11:16 +05:30
.gitignore clean and exit on window close 2021-05-15 22:18:29 +05:30
Cargo.lock chore(version): bump development version 2021-09-30 11:39:04 +02:00
Cargo.toml chore(version): bump development version 2021-09-30 11:39:04 +02:00
CHANGELOG.md docs(changelog): preserve umask/keep default file permissions 2021-10-12 20:49:24 +05:30
CODE_OF_CONDUCT.md docs(coc): initial 2020-10-27 11:11:10 +01:00
CONTRIBUTING.md docs(contributing): clean up language 2021-09-29 16:17:06 +02:00
docker-compose.yml chore(tests): move all integration tests to be either unit or e2e tests - remove old testing infra (#589) 2021-06-30 11:27:35 +02:00
GOVERNANCE.md docs(governance): arbiter no-confidence vote 2021-08-11 14:44:59 +02:00
LICENSE.md Update references of mosaic to Zellij in md files 2021-02-10 12:12:19 +05:30
Makefile.toml fix(makefile): update update-default-config (#751) 2021-09-30 09:30:59 +02:00
README.md docs(readme): fix email link 2021-09-29 16:14:02 +02:00
rust-toolchain feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
test-template.yaml fix(borders): properly handle wide chars in pane titles (#698) 2021-09-06 20:24:47 +02:00


logo
Zellij

demo

Discord Chat Zellij documentation

What is this?

Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer (similar to tmux and screen), but this is merely its infrastructure layer.

Zellij includes a layout system, and a plugin system allowing one to create plugins in any language that compiles to WebAssembly.

For more details about our future plans, read about upcoming features in our roadmap.

Zellij was initially called "Mosaic".

How do I install it?

You can install it through cargo:

cargo install zellij

Or you can download a prebuilt binary from our Releases.

The default plugins make use of characters that are mostly found in nerdfonts. To get the best experience either install nerdfonts, or use the simplified ui by starting Zellij with zellij options --simplified-ui, or putting simplified_ui: true in the config file.

How do I get involved?

Zellij is a labour of love built by an enthusiastic team of volunteers. We eagerly welcome anyone who would like to join us, regardless of experience level, so long as they adhere to our code of conduct.

Please report any code of conduct violations to aram@poor.dev

To get started, you can:

  1. Take a look at the "Issues" in this repository - especially those marked "Good first issue". Those with the "Help Wanted" tag probably don't have anyone else working on them.
  2. Drop by our chat and ask what you can work on, or how to get started.
  3. Open an issue with your idea(s) for the project or tell us about them in our chat.

How do I start a development environment?

  • Clone the project
  • Install cargo-make with cargo install --force cargo-make
  • In the project folder, for debug builds run: cargo make run
  • To run all tests: cargo make test

For more build commands, see Contributing.md.

Configuration

For configuring Zellij, please see the Configuration documentation.

What is the current status of the project?

Zellij should be ready for everyday use, but it's still classified as a beta. This means that there might be a rare crash or wrong behaviour here and there, but that once found it should be fixed rather quickly. If this happens to you, we would be very happy if you could open an issue and tell us how to reproduce it as best you can.

Roadmap

This section contains an ever-changing list of the major features that are either currently being worked on, or planned for the near future.

  • A web client/server - Connect to Zellij through the browser instead of opening a terminal window. Either on a local or remote machine.
  • Share sessions with others - See the focused window and cursor of other users, work on a problem or a code base together in real time.
  • Support for multiple terminal windows across screens - Transfer panes across different windows and screens by having them all belong to the same session.
  • Smart layouts - expand the current layout system so that it rearranges and hides panes intelligently when new ones are added or the window size is changed.

License

MIT