a-kenji
309f4a62bf
docs(changelog): Fix update plugins #621
2021-08-01 17:50:43 +02:00
a-kenji
4417263ce4
Merge pull request #634 from a-kenji/fix/quick-tabs-621
...
Fix plugin attribute update on inactive tab
2021-08-01 17:47:51 +02:00
a-kenji
542999e07f
Fix plugin attribute update on inactive tab
...
Fixes #621
* `ScreenInstruction::SetSelectable` etc.
were not updating correctly, if a NewTab was spawned, before
the plugin was finished setting the attributes.
Now the `tab_index` is used to send the instructions to
their respective tabs and plugins.
2021-08-01 00:38:27 +02:00
a-kenji
32e0fa0b06
docs(changelog): Simplify deserialization slightly
2021-07-28 19:12:31 +02:00
a-kenji
424786594a
Merge pull request #633 from a-kenji/simplify-setup
...
Simplify deserialization for layouts, config
2021-07-28 19:11:34 +02:00
a-kenji
331807c16a
Simplify deserialization for layouts, config
...
Simplify deserialzation for layouts, config and config options.
Move the logic responsible to `Setup::from_options()` in order
to be able to parse `main.rs` as well as adding new command easier.
2021-07-28 18:17:49 +02:00
dantepippi
781c6a94e4
Merge pull request #632 from dantepippi/update-organization-members
...
Adding Dante to governance.md
2021-07-28 10:25:36 -03:00
Dante Pippi
bf4a149fe3
Adding Dante to governance.md
2021-07-28 10:24:32 -03:00
a-kenji
a62dea4ea3
docs(changelog): Add ScrollToBottom
action
#626
2021-07-25 20:36:07 +02:00
a-kenji
21f8d6e915
Merge pull request #626 from sagittarius-a/feature/scroll-mode-restore-on-sigint
...
feat(scroll): Restore scroll position on SIGINT
2021-07-25 20:32:31 +02:00
Sagittarius-a
7da214fcca
feat(scroll): Restore scroll position on SIGINT
...
Fixes #606
Currently scroll down to bottom then exits scroll mode.
2021-07-24 21:28:19 +02:00
a-kenji
f5734f2bf1
docs(changelog): add dump layout
to stdout
2021-07-22 18:47:28 +02:00
a-kenji
e2d086d591
Merge pull request #623 from a-kenji/feature/dump-layout
...
Add cmd to dump `layout` to stdout
2021-07-22 18:44:29 +02:00
a-kenji
d74a1bd7c5
docs(changelog): display session-name in tab-bar
2021-07-22 16:48:54 +02:00
a-kenji
69173acd5a
Merge pull request #608 from LovecraftianHorror/display-session-name
...
Display session name within `zellij`
2021-07-22 16:46:49 +02:00
a-kenji
903cb68a40
Add cmd to dump layout to stdout
...
Adds the ability to dump the default layouts to
stdout, similar to the `zellij setup --dump-config`,
but now it needs the name of a currently existing
layout:
- default
- strider
- disable-status
`zellij setup --dump-layout [LAYOUT]`
2021-07-22 16:40:36 +02:00
a-kenji
c42b0f867e
fixup! merge
...
* Missed something while merging
2021-07-22 16:30:06 +02:00
a-kenji
c9ccfb2919
Merge branch 'main' into display-session-name
2021-07-22 16:12:35 +02:00
Brooks Rady
2bb3c08ae2
chore(changelog): add logging feature
2021-07-21 12:38:25 +01:00
Brooks Rady
b55c879e7a
feat(logging): Implement a universal logging system
...
* Added `log` crate support for logging within Zellij (https://docs.rs/log/0.4.14/log/#macros )
* Messages sent over the `stderr` of plugins are now logged as well, bringing back `dbg!` support!
2021-07-21 12:33:42 +01:00
qepasa
290704a056
Cleanup Cargo.toml
2021-07-21 07:20:07 +02:00
qepasa
56b7cbf58c
Cleanup Cargo.toml
2021-07-21 07:19:39 +02:00
qepasa
f0bc297743
Merge branch 'main' into unified-logging
2021-07-20 22:19:03 -07:00
Paweł Palenica
0cabc5f112
Read from LoggingPipe returns error
2021-07-20 22:17:26 -07:00
Lovecraftian Horror
c5a25f267f
Revert "Display just session name with tab names"
...
This reverts commit b25842a563
.
2021-07-20 13:14:13 -04:00
a-kenji
105ae61682
docs(changelog): noop for mouse actions on plugins
2021-07-20 16:27:32 +02:00
a-kenji
855572f526
Merge pull request #620 from a-kenji/plugin-crash-on-mouse-event
...
Add noop for mouse actions on `plugins`
2021-07-20 16:26:20 +02:00
a-kenji
697ba09c71
Add noop for mouse actions on plugins
...
* Comments the `unimplemented!` macro out, in favor of a noop
The macro is still there for easy greppability.
It is still unimplemented, but zellij doesn't need to panic once
a plugin does get a scroll event.
2021-07-20 15:08:38 +02:00
Brooks J Rady
55bc1feee1
chore(release): rotate changelog
2021-07-19 20:50:01 +01:00
Brooks J Rady
7de19dc6df
fix(style): bury the dead (code)
2021-07-19 20:49:23 +01:00
Brooks J Rady
6a90542ae3
chore(release): bump development version
2021-07-19 20:35:50 +01:00
Brooks J Rady
d097c521ac
chore(release): v0.15.0
2021-07-19 20:27:58 +01:00
Paweł Palenica
27634423d9
Minor fixes
2021-07-17 23:50:24 -07:00
Paweł Palenica
3326f521ef
Fix clippy
2021-07-13 23:46:36 -07:00
Paweł Palenica
9044dbcec3
small touchups
2021-07-13 23:31:16 -07:00
Paweł Palenica
b15cfba6e1
Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add plugin_id to plugin log. Move logger init from file to in-code initialization and change logging file to zellij directory. Change format of timestamp.
2021-07-13 23:29:04 -07:00
Lovecraftian Horror
b25842a563
Display just session name with tab names
2021-07-09 15:45:39 -04:00
Lovecraftian Horror
eb6e49c260
Move ModeInfo::new()
back to get_mode_info()
2021-07-09 15:21:47 -04:00
a-kenji
3df0210647
Fix formating of markdown
2021-07-09 17:49:36 +02:00
a-kenji
be1cb626ee
Fix formatting of markdown
2021-07-09 17:47:21 +02:00
a-kenji
910c3d4291
docs(changelog): Add on_force_close
#609
2021-07-09 17:29:37 +02:00
a-kenji
22b30599d8
Merge pull request #612 from a-kenji/improve-options
...
Improve options
2021-07-09 17:25:27 +02:00
a-kenji
f755ef23d9
docs(changelog): Add commands to layout #600
2021-07-09 17:08:01 +02:00
a-kenji
0ab00e2c6c
Merge pull request #600 from a-kenji/layout-command
...
Add commands to layout
2021-07-09 16:58:29 +02:00
a-kenji
261e691f9f
Add commands to layout
...
Add the ability to run commands on loading a layout:
```
- direction: Horizontal
split_size:
Percent: 50
run:
command: {cmd: htop}
```
or respectively:
```
- direction: Horizontal
split_size:
Percent: 50
run:
command: {cmd: htop, args: ["-C"]}
```
In order to specify the difference of commands and
plugins now the plugins need to be under the `run` section:
```
- direction: Vertical
split_size:
Fixed: 2
run:
plugin: status-bar
```
This also means that this is a breaking change for people
that already have a custom layout.
Example layouts:
```
---
direction: Vertical
parts:
- direction: Horizontal
split_size:
Percent: 50
parts:
- direction: Vertical
split_size:
Percent: 50
- direction: Vertical
split_size:
Percent: 50
run:
command: {cmd: htop}
- direction: Horizontal
split_size:
Percent: 50
run:
command: {cmd: htop}
```
and:
```
---
direction: Horizontal
parts:
- direction: Vertical
split_size:
Fixed: 1
run:
plugin: tab-bar
- direction: Vertical
parts:
- direction: Vertical
parts:
- direction: Vertical
split_size:
Percent: 50
run:
command: {cmd: htop}
- direction: Vertical
split_size:
Percent: 50
run:
command: {cmd: htop, args: ["-C"]}
- direction: Vertical
split_size:
Fixed: 5
- direction: Vertical
split_size:
Fixed: 2
run:
plugin: status-bar
```
closes #551 , closes #284
2021-07-09 16:43:44 +02:00
a-kenji
8363705939
Add serde-alias for on_force_close
...
* It doesn't deserialize from the configuration otherwise,
if specified in lower-case.
Alternative: use a rename.
2021-07-09 15:05:47 +02:00
a-kenji
cf8d5a7a4d
Use lowercase for options
2021-07-09 13:11:02 +02:00
a-kenji
89f84ecd3f
Simplify merging of options
2021-07-09 13:09:05 +02:00
a-kenji
6299660d5c
Add doc-comment for mouse-mode
2021-07-09 11:57:52 +02:00
a-kenji
337674b073
Improve clarity of precedence in options
2021-07-09 11:56:49 +02:00