a-kenji
bee1082b4a
Merge pull request #455 from Adhalianna/main
...
Add a manpage to Zellij
2021-05-05 22:22:10 +02:00
Aram Drevekenin
6714b21489
docs(issue): update issue template with more precise instructions
2021-05-05 17:36:55 +02:00
Aram Drevekenin
f9e70e131b
style(changelog): remove empty line
2021-05-05 17:11:22 +02:00
Aram Drevekenin
e30503e30f
docs(changelog): update vttest change
2021-05-05 17:10:35 +02:00
Aram Drevekenin
837cb8d15a
fix(compatibility): pass vttest 8 ( #461 )
...
* fix(compatibility): pass vttest 8
* style(comment): remove unused
* style(grid): sometimes it's just easier to do what clippy wants...
2021-05-05 17:09:24 +02:00
NKGoc
b504a5379e
auto install mandown if it's not there (tested with Manjaro repositories)
2021-05-05 14:16:53 +02:00
NKGoc
67a0a8dc3b
Merge branch 'main' of https://github.com/Adhalianna/zellij
2021-05-05 13:21:17 +02:00
NKGoc
0003f8268f
new tasks to install mandown and generate manpage
2021-05-05 13:20:26 +02:00
NKGoc
b70d73a581
new tasks to install mandown and generate manpage
2021-05-05 13:16:58 +02:00
NKGoc
6d826dcae0
Removing generated manpage
2021-05-05 12:58:20 +02:00
NKGoc
24b4ae831c
wrapped lines in CONTRIBUTING.md
2021-05-05 12:07:47 +02:00
NKGoc
7962b44d80
Merge branch 'main' of https://github.com/Adhalianna/zellij
2021-05-05 12:05:11 +02:00
NKGoc
0ab7a51d04
simplifications
2021-05-05 12:05:05 +02:00
NKGoc
3f300bf834
simplifications
2021-05-05 11:48:47 +02:00
Brooks J Rady
6e5600efc8
chore(plugin): shuffle helper library names and versions
2021-05-04 23:31:30 +01:00
NKGoc
ba99c379cc
typo fix
2021-05-04 21:06:48 +02:00
NKGoc
4ebf0c8c44
remove description added when making sense out of cargo make
2021-05-04 20:53:23 +02:00
NKGoc
00d064e349
add manpage to zellij
2021-05-04 20:50:27 +02:00
Aram Drevekenin
847444cd0b
docs(changelog): fix release date
2021-05-04 17:25:54 +02:00
Aram Drevekenin
bea4446586
chore(version): bump development version
2021-05-04 17:17:33 +02:00
Aram Drevekenin
fbe8042695
HOTFIX: allow cargo publish
2021-05-04 16:58:23 +02:00
Aram Drevekenin
97eca28954
chore(version): bump zellij-tile
2021-05-04 16:48:19 +02:00
Aram Drevekenin
03f8e7220c
docs(changelog): update change
2021-05-04 16:11:42 +02:00
Aram Drevekenin
1f88b342e2
fix(colors): stabilize colors ( #453 )
...
* fix(colors): stabilize colors
* style(fmt): rustfmt
2021-05-04 16:06:55 +02:00
Kyle Sutherland-Cash
f2f20f676f
chore: simplify boundary combination function
2021-05-04 01:12:20 -07:00
Aram Drevekenin
845211c1ee
Terminal compatibility: Pass vttest 2 and 3 ( #447 )
...
* fix(compatibility): pass vttest 2+3
* style(fmt): rustfmt
* style(comment): remove unused
* docs(changelog): update change
2021-05-03 19:11:31 +02:00
a-kenji
2792a9009b
Merge pull request #437 from a-kenji/xrdb-loading-fix
...
Make Xrdb Loading More Forgiving
2021-05-03 18:26:45 +02:00
a-kenji
f97c3ae3a1
Make Xrdb Loading More Forgiving
...
Attempt at fixing #434 .
The `hex_to_rgb` function propagates the Option now.
If it is None, it tries to load the default Palette now.
2021-05-03 18:10:02 +02:00
a-kenji
570ee31888
Merge pull request #441 from a-kenji/fix-default-keybinds
...
Fixes Default Keybinds in Resize Mode #440
2021-05-03 14:44:02 +02:00
a-kenji
118e5a10cb
Fixes Default Keybinds in Resize Mode #440
...
Closes #440
Changes arrow keybinds from switching focus
to resizing.
Add arrow parity keybinds to scroll and tab modes.
2021-05-03 12:26:30 +02:00
a-kenji
bf6386f495
Merge pull request #436 from a-kenji/fix-default-config-test
...
Enables the Default Config Test
2021-05-02 19:26:17 +02:00
a-kenji
3f3d10e636
Enables the Default Config Test
...
The split of test/no_test happens now in
find_config_dir, it always returns Null in tests.
That way differing configurations in tests shouldn't
make the test fail anymore.
2021-05-02 18:58:18 +02:00
a-kenji
ecd3efc3e1
docs(changelog): Add theme support through xrdb #239
2021-05-02 18:27:04 +02:00
a-kenji
d6a49f683b
Merge pull request #433 from a-kenji/disable-default-config-test
...
Disable Default Config Test
2021-05-02 16:29:37 +02:00
a-kenji
6d62c86ae5
Merge pull request #432 from a-kenji/update-dependencies
...
docs(contributing): Update Dependencies
2021-05-02 16:23:15 +02:00
a-kenji
c193a0571c
Disable Default Config Test
...
For now, it fails if there is a local config, differing
from the default config.
2021-05-02 16:20:05 +02:00
a-kenji
d0d83b048d
docs(contributing): Update Dependencies
2021-05-02 16:14:27 +02:00
a-kenji
882de91191
Merge pull request #431 from a-kenji/rename-install
...
Rename install -> setup
2021-05-02 16:11:26 +02:00
a-kenji
993a6fdf0a
Rename install -> setup
...
* Renaming of the install module to convey the intent more,
move functions that install to a submodule install of setup.
2021-05-02 15:59:02 +02:00
Kyle Sutherland-Cash
c29b1181ee
Simplify the boundary logic a little
2021-05-02 04:09:43 -07:00
Denis Maximov
98d9eacd22
Merge pull request #239 from zellij-org/x-colors
...
X colors
2021-05-02 13:53:36 +03:00
denis
ce1f81bcec
chore: remove unused dependency from zellij-tile
2021-05-02 13:04:12 +03:00
denis
56cf446275
chore: added zellij-tile-extra, moved macros from zellij-tile
2021-05-02 12:57:48 +03:00
denis
d48cc81536
fix: don't have new on ColoredElements anymore, removed default for palette in zellij-tile
2021-05-02 12:25:49 +03:00
denis
452940fb65
Merge branch 'main' into x-colors
2021-05-02 11:59:20 +03:00
a-kenji
099861ff5b
docs(changelog): Improved Config Loading #423
2021-05-02 00:19:14 +02:00
a-kenji
e9eccc13e7
Merge pull request #423 from yykamei/load-config-before-start
...
Load config before start()
2021-05-02 00:14:47 +02:00
Yutaka Kamei
168deabea7
Load config before start()
...
Previously, a config file was loaded within `start()`, and if the config
file is invalid, Zellij was supposed to show a user what's wrong with
it. However, since `start()` starts setting up its terminal with an
alternative screen buffer, neither standard output nor standard error
could display such an error.
This change intends to address this issue by making Zellij load a config
file before `start()`.
In addition, the patch also includes some refactorings:
* Redefine `from_cli_config` with `TryFrom`, which was introduced in
Rust 1.34
* Remove conditional declaration `cfg(not(test))` because `start()` now
receive a `Config` as the third argument
* Introduce [`tempfile`](https://crates.io/crates/tempfile ) in order to
run tests with actual files
* Typo?: "Deserialisation" -> "Deserialization"
2021-05-02 06:18:40 +09:00
Kyle Sutherland-Cash
69d34c3e09
Don't commit to master like an idiot... :(
2021-05-01 09:32:30 -07:00
Kyle Sutherland-Cash
2eadcb86a5
Bit of renaming
2021-05-01 09:22:21 -07:00