henil
fd04a22249
build(ci): Use Cache to speed up CI checks
2021-05-15 13:41:36 +05:30
Brooks J Rady
f1bff237a4
feat(build): incorporate git committing and tagging into the publish process
2021-05-14 11:41:00 +01:00
Brooks J Rady
b835594bf2
fix(build): fix an unintuitive operator precedence breaking plugin updating
2021-05-14 11:07:45 +01:00
a-kenji
ed0cea96dc
docs(changelog): Add check to the setup subcommand
2021-05-14 12:01:14 +02:00
a-kenji
26cd36720b
Merge pull request #503 from a-kenji/check-setup
...
Add `check` flag to the setup subcommand
2021-05-14 11:57:57 +02:00
a-kenji
d667e5ed81
Add check
flag to the setup subcommand
...
* The check option communicates default and config options to the user
as well as optional compile time features
* Move generate-completion from a subcommand to a flag in the setup
subcommand
2021-05-14 11:45:19 +02:00
Aram Drevekenin
791cfd0a6e
chore(version): bump development version
2021-05-14 11:01:13 +02:00
Aram Drevekenin
e68504552e
hotfix: bump zellij-tile version
2021-05-14 10:39:59 +02:00
Aram Drevekenin
8cdc7fbb69
fix(input): forward unknown keys to active terminal ( #501 )
...
* fix(input): forward unknown keys to active terminal
* docs(changelog): update change
2021-05-13 17:15:13 +02:00
Aram Drevekenin
b93e51cf88
fix(compatibility): implement device reports ( #500 )
...
* fix(compatibility): implement device reports
* docs(changelog): update change
2021-05-13 16:09:07 +02:00
a-kenji
a24c7f79f1
Merge pull request #465 from a-kenji/set-data-dir
...
Add Complile Time System Directories
2021-05-12 20:11:06 +02:00
a-kenji
4134c952f6
Merge branch 'main' of https://github.com/zellij-org/zellij into set-data-dir
2021-05-12 20:03:04 +02:00
a-kenji
ffd8f17a94
Add Complile Time System Directories
...
closes #380
* --features disable_automatic_asset_installation
disables automatic installation of the `data_dir`
* a set PREFIX env will use `$PREFIX/zellij` as its `data_dir`
2021-05-12 19:51:29 +02:00
a-kenji
34f0bf172d
Merge pull request #497 from a-kenji/fix-default-keybind
...
Fix Default Keybind for Tab -> Resize Mode
2021-05-12 16:14:20 +02:00
a-kenji
ad2f932b1a
Fix Default Keybind for Tab -> Resize Mode
2021-05-12 16:04:07 +02:00
a-kenji
9eea63f836
Merge pull request #495 from a-kenji/fix-simplified-ui
...
Fix Simplified Ui
2021-05-12 15:46:17 +02:00
a-kenji
db592cc840
Merge branch 'main' of https://github.com/zellij-org/zellij into fix-simplified-ui
2021-05-12 15:36:50 +02:00
a-kenji
776a2c5151
Fix Simplified Ui
...
Propagate the config now, in all the places, as opposed to
fallback to a default.
2021-05-12 15:27:28 +02:00
Aram Drevekenin
ce00837ca2
docs(changelog): pasted text fix
2021-05-12 14:22:59 +02:00
Aram Drevekenin
3f1ec7c295
fix(ui): handle pasted text properly ( #494 )
...
* fix(ui): handle pasted text properly
* style(fmt): rustfmt
2021-05-12 14:22:15 +02:00
Aram Drevekenin
ce50d6e406
docs(changelog): compatibility update
2021-05-12 11:29:27 +02:00
Aram Drevekenin
9bb300e1c0
fix(compatibility): properly fill viewport with styles when clearing it ( #493 )
2021-05-12 11:27:53 +02:00
a-kenji
830e963d6f
Merge pull request #492 from a-kenji/config-loading-tweak
...
Slight rework of config loading.
2021-05-12 10:08:32 +02:00
a-kenji
6ffd698d0a
Slight rework of config loading.
...
Merges the cli and file configuration
2021-05-12 09:57:47 +02:00
a-kenji
2c2ab15ee7
docs(changelog): Add Option for Simplified Layout
2021-05-11 22:13:15 +02:00
a-kenji
38b8f64ae6
Merge pull request #479 from a-kenji/simple-font-ui
...
Add Option for Simplified Layout
2021-05-11 22:09:33 +02:00
a-kenji
7d553bbeba
Merge pull request #488 from a-kenji/darwin-config-dir
...
Change Ordering of the Default Config Directories
2021-05-11 13:24:56 +02:00
a-kenji
1859abbb23
Change Ordering of the Default Config Directories
...
* since darwin doesn't have distinct data and config
directories, assumptions that we had were invalid
* now the `HOME` config directory is loaded before the
system config directory, in this case populating the
data directory doesn't invalidate possible user configuration,
because the configuration directory now exists
2021-05-11 13:24:26 +02:00
Aram Drevekenin
ce0ca2f997
chore(version): bump development version
2021-05-11 11:45:21 +02:00
a-kenji
8bb476457e
Merge pull request #487 from a-kenji/mac-config
...
Fix Max Config Directory
2021-05-11 11:13:13 +02:00
a-kenji
4b39699964
Merge branch 'main' into mac-config
2021-05-11 11:10:34 +02:00
a-kenji
a116f6e177
Fix Max Config Directory
...
closes #485
* fixes a regression on the config directory handling on mac
2021-05-11 11:09:04 +02:00
Aram Drevekenin
20dcb3f4ca
docs(changelog): update compatibility fixes
2021-05-11 11:08:14 +02:00
Aram Drevekenin
073d39705e
Terminal compatibility: various behaviour fixes ( #486 )
...
* fix(compatibility): various behaviour fixes
* style(fmt): rustfmt
* style(fmt): thanks clippy for teaching me about matches!
2021-05-11 11:06:19 +02:00
a-kenji
5f2c5d2bda
!fixup Add Option for Simplified Layout
...
* fix test
2021-05-10 21:21:19 +02:00
a-kenji
85a4e476f2
fixup! Merge branch 'main' of https://github.com/zellij-org/zellij into simple-font-ui
2021-05-10 20:54:39 +02:00
a-kenji
ef69644f1b
fixup! Add Option for Simplified Layout
...
* merge structop and serde structs
2021-05-10 17:42:59 +02:00
a-kenji
ba4e23b163
Merge pull request #480 from a-kenji/dump-config-exit
...
Fix exit code on `dump-default-config`
2021-05-10 17:24:52 +02:00
a-kenji
e2514b411c
Merge branch 'main' into dump-config-exit
2021-05-10 17:24:19 +02:00
Kunal Mohan
afcc990e69
docs(changelog): Switch tabs in normal mode #471
2021-05-10 20:49:01 +05:30
Kunal Mohan
74526a936a
Merge pull request #471 from dantepippi/switch-tabs-464
...
Switching Tabs if there's no pane in the direction
2021-05-10 20:44:05 +05:30
a-kenji
0abb165aec
Fix exit code on dump-default-config
2021-05-10 17:14:00 +02:00
a-kenji
9c5f0a05c1
Poke
2021-05-10 17:08:30 +02:00
a-kenji
3c161a9de3
fixup! Add Option for Simplified Layout
...
* Add to Changelog
2021-05-10 16:55:26 +02:00
a-kenji
84e4876813
fixup! Add Option for Simplified Layout
2021-05-10 16:51:06 +02:00
a-kenji
088bcf3dd8
Add Option for Simplified Layout
...
* the simplified layout omits the Nerdfonts characters that are not
found in every Fontset
* add an optional config option to opt into the simplified ui
`simplified_ui: bool`
* add a config flag that allows opting into the simplified ui
`zellij options --simplified-ui`
* move the `clean` flag to the `setup` subcommand
2021-05-10 16:03:06 +02:00
matu3ba
2f1bba753a
improve bug report template ( #466 )
...
Give copy-paste commands and give example of typical
information and density. Refer to common sense of the issue author.
2021-05-10 14:13:26 +02:00
Dante Pippi
62796c1a31
After rebase
2021-05-09 17:24:15 -03:00
Dante Pippi
9c09cf1658
New behavior for h and l
...
New behavior for h and l, will change tabs if there are no available
panes in the direction.
cargo clippy
Ensuring atomicity for the MoveFocusOrTab
- Blocking the input thread for the action MoveFocusOrTab
- Using "unreachable" macro in match arm to make it clear that the
directions Up and Down should not be used with the action MoveFocusOrTab
Adding tests
2021-05-09 17:05:14 -03:00
Kyle Sutherland-Cash
2cd433d0d6
Merge pull request #473 from zellij-org/bus-business-with-extra-merge-fun
...
Refactoring sender/receiver stuff - post-merge
2021-05-09 05:58:46 -07:00