Commit Graph

585 Commits

Author SHA1 Message Date
a-kenji
55d2a4cea9 Merge branch 'main' of https://github.com/zellij-org/zellij into config-loading 2021-04-27 21:40:13 +02:00
a-kenji
77e0b5e0d7 Config Loading
* Configuration is now handled in this order:
 --config flag
 ZELLIJ_CONFIG_FILE env
 get_default_config_dir() (directories-next)
 HOME/.config/zellij (for mac convenience)
 SYSTEM_DEFAULT_CONFIG_DIR (for distributions to specify sensible
 defaults ontop of zellij)
 from assets

* Fix default.yaml file

* Move default.yaml file to assets directory
2021-04-27 21:38:26 +02:00
Brooks Rady
3e8c810f97
feat(plugin): simple timers implemented via the set_timeout() call 2021-04-27 19:52:47 +01:00
Brooks J Rady
fd56d2a1a7 feat(ci): add M1 macOS builds 2021-04-27 18:52:05 +01:00
Brooks J Rady
6ca52d1da3 chore(changelog): implemented simple plugin timers via the set_timeout() call 2021-04-27 17:23:15 +01:00
Brooks J Rady
e163bd56e7 feat(plugin): simple timers implemented via the set_timeout() call 2021-04-27 17:13:25 +01:00
Brooks J Rady
3d926d6c03 feat(plugin): come back to this commit if you need high-performance timers 2021-04-27 16:05:01 +01:00
Brooks Rady
9f567f721e
feat(plugin): added the get_plugin_ids() query function 2021-04-27 15:34:26 +01:00
Brooks J Rady
d2aa28ce30 chore(changelog): new plugin API 2021-04-27 15:27:16 +01:00
Brooks J Rady
2fc7810c0b fix(plugin): mark Event as non-exhaustive 2021-04-27 15:19:55 +01:00
Brooks J Rady
1b36579d3b fix(plugin): fix bad export macro 2021-04-27 15:12:26 +01:00
Brooks J Rady
2814c30272 feat(plugin): added the get_plugin_ids() query function 2021-04-27 14:57:54 +01:00
Brooks J Rady
ea1a7dfc7d fix(ci): formatting tweak 2021-04-27 00:12:44 +01:00
Brooks J Rady
c9e9a8fae0 fix(ci): fix asset naming 2021-04-26 23:52:50 +01:00
Brooks J Rady
afefa82f47 fix(ci): fix cross compiliation 2021-04-26 23:33:53 +01:00
Brooks J Rady
1dc49b5e58 fix(ci): add missing item to the build list 2021-04-26 23:18:13 +01:00
Brooks J Rady
181916ad04 fix(ci): fix release naming 2021-04-26 23:13:45 +01:00
Brooks J Rady
4f8ee01067 fix(ci): fix environment variable (again) 2021-04-26 23:07:21 +01:00
Brooks J Rady
b460fc36ea fix(ci): fix environment variable 2021-04-26 23:03:56 +01:00
Brooks J Rady
9ff5d45263 fix(ci): fix manual dispatch 2021-04-26 23:02:23 +01:00
Brooks J Rady
62b4825505 fix(ci): properly order the arguments to tar 2021-04-26 20:22:22 +01:00
Brooks Rady
f0ff0170d2
feat(ci): add CI trigger for manual builds 2021-04-26 19:06:27 +01:00
Brooks J Rady
ad7fcb5717 feat(ci): add CI trigger for manual builds 2021-04-26 18:58:42 +01:00
a-kenji
8caef17ba6
Merge pull request #384 from a-kenji/pin-nightly-2021-04-23
Pin to nightly 2021-04-23
2021-04-26 12:14:15 +02:00
a-kenji
1517aa6c45 Pin to nighlty 2021-04-23
Rustfmt doesn't build on current nighlty
2021-04-26 11:58:15 +02:00
a-kenji
0cfe164494 docs(changelog): Default Configuration Files (#362) 2021-04-26 09:57:08 +02:00
a-kenji
8e45d1f186
Merge pull request #362 from SaintFenix/main
Added Tmux Config File: tmux.yaml, + default.yaml cleanup.
2021-04-25 21:06:22 +02:00
fenix
cee034127a Requested Changes to 362:
Renamed tmux.yaml to tmux.nonimplemented so that it's not mistaken, and removed an accidental edit in the default.yaml.
2021-04-25 11:52:31 -07:00
a-kenji
99bb6f0681 chore(Changelog): Shell Completions (#369) 2021-04-25 20:12:04 +02:00
a-kenji
d89e3e9e69
Merge pull request #369 from matthiasbeyer/clap-generate-shellcompletion
Add subcommand to generate completions, remove build.rs
2021-04-25 17:41:44 +02:00
fenix
1f24417e80 Corrections to Pull Request 362:
Corrections according to the discussion of the pull request, namely separating this idea out into a new yaml entirely called tmux-overview., and creating a tmux.yaml with just the new tmux bindings.
2021-04-25 08:41:19 -07:00
Matthias Beyer
49429688cf fixup! Add subcommand to generate completions 2021-04-25 15:53:17 +02:00
Matthias Beyer
9aca589167 Add subcommand to generate completions
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-25 14:33:53 +02:00
fenix
ddf010ae40 Created Tmux.yaml
Created a 1:1 Tmux.yaml for Zellij, using the Lock mode, as Tmux doesn't have a lock mode.
2021-04-24 13:08:36 -07:00
Doron Tsur
b3eb9f1302
Merge pull request #356 from zellij-org/add-auto-release
feature(release): added automatic release on pushing tag v*.*.*
2021-04-24 13:55:00 +03:00
Doron Tsur
fe70c72e4c feature(release): added automatic release on pushing tag v*.*.* 2021-04-24 13:47:14 +03:00
Aram Drevekenin
5d876bfcdb
docs(issue-template): add instruction 2021-04-24 10:25:14 +02:00
a-kenji
7ee228b2b6 Fix The Bug Report Template 2021-04-24 10:22:57 +02:00
a-kenji
47cea0615d Add Instructions to Bug Report Template 2021-04-24 10:19:22 +02:00
a-kenji
83c7e5622b
Merge pull request #344 from a-kenji/main
Update Changelog #342
2021-04-23 17:16:16 +02:00
a-kenji
7653442510 Update Changelog #342
* fix tab mode #342
2021-04-23 17:13:35 +02:00
a-kenji
ccf96dba61
Merge pull request #342 from matu3ba/main
fix(keybinding): fix tab mode
2021-04-23 16:09:15 +02:00
Jan Philipp Hafer
7bf39e6858 fix(keybinding): fix tab mode
dont exit on simple 'q' press
2021-04-23 15:56:25 +02:00
Aram Drevekenin
20a6a8e844 chore(version): boost development version to 0.6.0 2021-04-23 11:59:35 +02:00
Aram Drevekenin
2a969cacd0
docs(changelog): update version 2021-04-23 11:51:57 +02:00
Aram Drevekenin
ce76efa096 chore(ci): remove release.yml 2021-04-23 10:43:45 +02:00
Brooks Rady
6ee31c84d7
fix(ui): resolve ambiguous pane movements by their activity history
(For those who witnessed this string of typos, I greatly apologize)
2021-04-23 04:07:52 +01:00
Brooks Rady
e877c75ec1
fix(ui): resolve ambiguous plane movements by their activity history 2021-04-23 04:06:14 +01:00
Brooks Rady
63da95c50f
fix(ui): resolve ambigous pane movements activity history
Adding field active_at and using it to sort panes. This closes #230 by resolving ambiguous movements in favor of the most-recently visited pane.
2021-04-23 04:03:43 +01:00
Dante Pippi
068136b523 Fixing snapshots 2021-04-22 21:28:38 -03:00