Commit Graph

689 Commits

Author SHA1 Message Date
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
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
Dante Pippi
4f7ad31cf6 Changing tests to test the new behavior
Previous behavior was to go to the largest overlap. Now it should go to
the most recently used pane. Used cargo insta review to update the
snapshots.
2021-04-22 21:07:55 -03:00
Dante Pippi
f5b781c66f Adding field active_at and using it to sort panes
Using last activity time to determine which pane was previously active
when moving back to a direction.

Changing active_at type to Instant
2021-04-22 20:59:56 -03:00
Aram Drevekenin
f2fa8839d4 chore(version): 0.5.1 2021-04-22 20:59:20 +02:00
Aram Drevekenin
c809e2b8b0
docs(changelog): update ui fix 2021-04-22 20:56:57 +02:00
Aram Drevekenin
169e25af66
fix(ui): draw ui properly on terminal start (#323)
* fix(ui): draw ui properly on terminal start

* style(fmt): rustfmt
2021-04-22 20:55:23 +02:00
denis
ae3537957b wip: new build?" 2021-04-22 12:10:41 +03:00
denis
8d98ca7da0 wip: merge main in 2021-04-22 11:45:29 +03:00
Brooks Rady
80e1f29270
fix(cargo): reduce crate size by 4.8MB using cargo diet, to 77kB 2021-04-22 04:00:41 +01:00
Brooks Rady
590121483d
fix(cargo): reduce crate size by 4.8MB using cargo diet, to 77kB 2021-04-22 03:52:45 +01:00
Sebastian Thiel
b3ec1d81dd
Remove build.rs from package, allowing for completions to be excluded too 2021-04-22 09:57:21 +08:00
Brooks J Rady
4dc2965bbf chore(changelog): add entry to CHANGELOG.md and tweak formatting 2021-04-22 00:30:00 +01:00