Commit Graph

810 Commits

Author SHA1 Message Date
fenix
2ba7fc312c Added Screen-overview.yaml & Screen.nonfunctional.txt
Added Screen Equivalents for the Tmux.yaml files in the same format.
2021-04-27 20:01:17 -07:00
a-kenji
f172a01dac
Merge pull request #391 from a-kenji/config-loading
Load Config from Assets
2021-04-27 22:58:19 +02:00
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
James Richter
20183b315d
Merge pull request #1 from zellij-org/main
Catching up to Master:
2021-04-25 14:12:45 -07: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
denis
a8adfdfd60 wip: more cleaning up 2021-04-24 18:52:50 +03:00
denis
12388c9e86 wip: I really don't want people to hate me 2021-04-24 18:40:17 +03:00
denis
2e94ef51aa wip: trying to make it less messy so people don't hate me 2021-04-24 18:28:28 +03: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
denis
de72d3d2fb wip: tab bar coloring 2021-04-24 11:42:40 +03:00
Aram Drevekenin
5d876bfcdb
docs(issue-template): add instruction 2021-04-24 10:25:14 +02:00
denis
c44de89350 wip: colors adjustments 2021-04-24 11:25:09 +03: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
denis
fef466c74b wip: the only way to make the default look like on main is to make more customizable colored elements 2021-04-24 10:21:25 +03:00
denis
47a918a53c wip: merge main 2021-04-24 09:18:37 +03:00
a-kenji
83c7e5622b
Merge pull request #344 from a-kenji/main
Update Changelog #342
2021-04-23 17:16:16 +02:00