a-kenji
8823bef7c1
Add ZELLIJ Environment Varable on startup( #304 )
...
Makes it easy and flexible to check
whether zellij is already running.
This carries no further information
for now and is initialised to `0`.
closes 304.
2021-04-21 15:26:05 +02:00
a-kenji
4863fb7b5e
Merge pull request #300 from a-kenji/config-command
...
Change Config To Flag (#290 )
2021-04-21 10:05:45 +02:00
a-kenji
ae010964ff
Chore(Rustfmt)
2021-04-21 09:11:58 +02:00
a-kenji
2c12e8ff83
Change Config To Flag ( #290 )
...
This changes the `config` subcommand to a config flag.
Add option subcommand for now, for the clearing of default path.
Add `ZELLIJ_CONFIG` environment variable.
The configuration locations are now as follows:
* `--config` flag
* `ZELLIJ_CONFIG` environment variable
* default config location
in that order.
2021-04-21 09:03:46 +02:00
Hongjie Zhai
4590fb474e
cargo fmt
2021-04-21 15:31:04 +09:00
Hongjie Zhai
9d8fbd2424
add tests
2021-04-21 15:30:02 +09:00
Hongjie Zhai
77bbf73c83
cargo fmt
2021-04-21 15:02:51 +09:00
Hongjie Zhai
1ed408db86
update default config
2021-04-21 14:51:52 +09:00
Hongjie Zhai
fad088a868
add scroll page
2021-04-21 14:27:58 +09:00
Sebastian Thiel
e6deacb695
Reduce crate size by 4.8MB using cargo diet
, to 77kB
...
On top of that I verified that `cargo package` is still able to build,
adjusting the includes in the process to assure required assets are
packaged, too.
2021-04-21 09:22:44 +08:00
Brooks J Rady
74cc48fc50
fix(release): beta tag breaks cargo install
2021-04-20 00:27:43 +01:00
Brooks J Rady
3d6312938f
chore(release): bump version and add some pre-release info
2021-04-20 00:23:01 +01:00
Brooks J Rady
fee999ec40
fix(naming): made plugin terminology more consistent
2021-04-19 23:37:47 +01:00
Aram Drevekenin
996c197fcf
docs(readme): add link
2021-04-19 23:02:45 +02:00
Aram Drevekenin
9aaf51400a
docs(readme): fix link
2021-04-19 23:01:33 +02:00
Aram Drevekenin
1692ae171e
docs(readme): some updates
2021-04-19 23:00:02 +02:00
Brooks J Rady
c4a7566e28
feat(build): update makefile to support ci releasing
2021-04-19 19:22:37 +01:00
Aram Drevekenin
8a8d536c84
fix(status-line): remove black background from shortcuts ( #276 )
...
* fix(status-line): remove black background from shortcuts
* style(fmt): rustfmt
2021-04-18 09:58:00 +02:00
a-kenji
d5be5e3a84
Merge pull request #275 from a-kenji/unbind-default-keys
...
Unbind default keys
2021-04-17 15:21:12 +02:00
a-kenji
e5fc158503
Add Unbind for Keybindings ( #241 )
...
* will unbind all default keybindings for now
* add test for toplevel unbind
* add example/default.yaml
* add example/README.md
2021-04-17 15:05:34 +02:00
a-kenji
60ad749473
Merge branch 'main' of https://github.com/zellij-org/zellij into unbind-default-keys
2021-04-17 00:15:52 +02:00
a-kenji
1f14683c8f
Add Unbind Setting for Keybinds
...
Adds the `unbind: true` and `unbind: false` flag under
keybinds.
Unbinds all default Keybinds.
Some enums are here already for more flexible unbinds.
2021-04-17 00:15:12 +02:00
Brooks J Rady
7bbd5e2974
Merge branch 'main' of github.com:zellij-org/zellij
2021-04-16 16:50:44 +01:00
Brooks J Rady
79a053f807
fix(build): return a clearer message on install failure
2021-04-16 16:50:35 +01:00
Aram Drevekenin
475c2db4be
fix(compatibility): properly scroll up in scroll region ( #274 )
2021-04-16 17:20:51 +02:00
Aram Drevekenin
833381bca8
Stability fixes ( #273 )
...
* fix(grid): various recoveries from a corrupted state
* style(fmt): rustfmt
* fix(grid): more stability fixes
* style(fmt): rustfmt
2021-04-15 20:14:35 +02:00
Brooks J Rady
4fe100813c
fix(crates.io): bump plugin assets
2021-04-14 20:06:42 +01:00
Brooks J Rady
03011c1e5a
fix(crates.io): fix outdated zellij-tile library
2021-04-14 20:04:02 +01:00
Brooks Rady
126a4b1d33
feat(build): overhaul build system
2021-04-14 19:36:11 +01:00
Brooks J Rady
7ab5b0e80f
fix(build): tweak the publishing process
2021-04-14 19:26:12 +01:00
Brooks J Rady
e98dd69a88
chore(crates.io): bump version to publish
2021-04-14 19:20:27 +01:00
Brooks J Rady
a52aa9be97
docs(build): update CONTRIBUTING.md
2021-04-14 19:11:24 +01:00
Brooks J Rady
af702b67e6
feat(build): vastly simplify the build system
2021-04-14 19:08:22 +01:00
Brooks J Rady
2dd8d817bb
feat(build): allow arguments to be passed to Zellij
2021-04-14 16:36:02 +01:00
Aram Drevekenin
58fad06ebe
fix(compatibility): bash reverse search ( #271 )
2021-04-14 15:05:43 +02:00
Aram Drevekenin
f9fe1856f2
fix(compatibility): rotate scroll region ( #270 )
2021-04-14 14:08:46 +02:00
Aram Drevekenin
ceb2ebbd2b
fix(terminal): persiste vte state ( #269 )
...
* fix(terminal): persist vte state
* style(fmt): rustfmt
2021-04-14 13:52:45 +02:00
Brooks J Rady
413a24b77f
fix(bug): remove buggy expansion boundaries
2021-04-14 11:01:28 +01:00
Brooks J Rady
4ae48916b6
fix(style): run rustfmt
2021-04-13 21:08:15 +01:00
Brooks J Rady
a16a8ad6e3
chore(crates.io): bump version to publish
2021-04-13 20:58:23 +01:00
Brooks J Rady
265d039456
fix(perf): fixed a crash when cat
ing large files and bounded memory usage
2021-04-13 20:57:53 +01:00
Brooks J Rady
ee70927611
chore(crates.io): bump version to test upload
2021-04-13 18:59:45 +01:00
Kunal Mohan
138889f49a
Merge pull request #262 from zellij-org/error-model
...
Make error model more autonomous
2021-04-13 23:14:32 +05:30
Brooks Rady
24161375d1
feat(build): new cargo-make based build system
2021-04-13 18:36:06 +01:00
Brooks J Rady
6f4dcfbf65
fix(clippy): get ci passing again
2021-04-13 18:14:13 +01:00
Brooks J Rady
23e0b8adf1
fix(ci): unbreak things
2021-04-13 16:52:27 +01:00
Brooks J Rady
df88862eb3
Revert "fix(ci): speed up ci and fix some typos"
...
This reverts commit f036a98124
.
2021-04-13 16:49:17 +01:00
Brooks J Rady
f036a98124
fix(ci): speed up ci and fix some typos
2021-04-13 16:44:44 +01:00
Brooks J Rady
fa6c76ea2d
fix(ci): update to use the new build system
2021-04-13 16:32:59 +01:00
Brooks J Rady
0e73227fe2
merge(main): update branch with changes from main
2021-04-13 16:17:40 +01:00