Kunal Mohan
dbc446ab55
fix regression and tests
2021-05-22 22:19:50 +05:30
Kunal Mohan
fa0a7e05c3
Add ability to attach to sessions
2021-05-22 22:19:50 +05:30
Kunal Mohan
ac082a1c93
add keybinds for session mode and detach
2021-05-22 22:19:50 +05:30
Kunal Mohan
b8acf19071
Use Action enum for Quit and detach instead of separate messages under ClientToServerMsg
2021-05-22 22:19:50 +05:30
Kunal Mohan
61aa104576
Add ability to detach a session
2021-05-22 22:19:50 +05:30
Kunal Mohan
2487256664
Mark current session in the output of list-sessions
2021-05-22 22:19:50 +05:30
Kunal Mohan
d231d28d7c
Implement the minimal list-sessions command
2021-05-22 22:19:50 +05:30
Kunal Mohan
d6fc7b04d1
add attach and list sessions subcommand to CliArgs
2021-05-22 22:19:50 +05:30
a-kenji
d13fc7cafa
Merge pull request #530 from a-kenji/action-doc
...
Add documentation to actions struct
2021-05-22 10:43:26 +02:00
a-kenji
95964d5f87
Add documentation to actions struct
...
* Add warning for renaming the actions
2021-05-22 10:16:03 +02:00
a-kenji
f6acd1b4fd
Merge pull request #529 from a-kenji/config-flags-doc
...
Change Description of Config Flags
2021-05-22 10:10:41 +02:00
a-kenji
658df7ac17
Change Description of Config Flags
...
* Make distinction clearer between certain
flags
2021-05-22 09:49:01 +02:00
a-kenji
810a01c389
Merge pull request #524 from a-kenji/update-docs
...
chore(docs): Fix references
2021-05-19 11:03:55 +02:00
a-kenji
0dfd610388
chore(docs): Fix references
...
* `xrdb` is not included currently
2021-05-19 10:48:30 +02:00
Kunal Mohan
b20ac47d68
Merge pull request #522 from zellij-org/re-export-dependencies
...
Re-export common dependencies from zellij-utils
2021-05-19 11:21:33 +05:30
Kunal Mohan
a351440c99
upgrade termbg and remove build-dependencies
2021-05-19 11:10:21 +05:30
Kunal Mohan
040d10df0f
Re-export common dependencies from zellij-utils
2021-05-19 01:35:53 +05:30
kxt
68445af63f
refactor(IO): random fixes ( #521 )
...
* refactor(os_input_output): use Pid for child process
* fix(debug): change debug_to_file to write &[u8]
This patch changes debug_to_file to write entire slices in one call, to
avoid the overhead of opening and closing files for each byte written.
* refactor(ServerOsApi): remove unnecessary muts from methods
Co-authored-by: KOVACS Tamas <ktamas@fastmail.fm>
2021-05-18 17:39:36 +02:00
a-kenji
12de9b1073
Merge pull request #519 from a-kenji/fix-clean-flag
...
Fix `clean` flag
2021-05-18 11:49:51 +02:00
a-kenji
79e7c414b7
Fix clean
flag
...
* The setup subcommand was exiting the programm no matter what
even if the `clean` flag was provided.
Now it returns to the
main function on encountering the clean flag.
2021-05-18 11:12:57 +02:00
a-kenji
58a1ff82c1
docs(changelog): Split Layout Flag 514
2021-05-18 10:49:52 +02:00
a-kenji
c1248ff49f
Merge pull request #514 from a-kenji/layout-path-506
...
Split Layout Flag
2021-05-18 10:47:58 +02:00
a-kenji
bcbde9fbb5
Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506
2021-05-18 10:05:15 +02:00
a-kenji
dc067580f3
Fix Clippy Suggestions
2021-05-18 09:45:03 +02:00
Henil Dedania
8c3bf215b7
Merge pull request #510 from zellij-org/speedup-ci
...
build(ci): Use Cache to speed up CI checks
2021-05-18 12:00:38 +05:30
Aram Drevekenin
d202cb7394
docs(readme): clarifications
2021-05-17 18:21:31 +02:00
Aram Drevekenin
7dbf859508
docs(changelog): update osc change
2021-05-17 18:15:22 +02:00
Aram Drevekenin
a3f42b19a9
Osc implementation ( #517 )
...
* fix(compatibility): implement most osc methods
* style(fmt): rustfmt
* style(fmt): remove cargo warnings
* style(fmt): make clippy happy
* style(fmt): fix formatting after my clippy fixes broke it again ;P
* fix(grid): fix tests
2021-05-17 18:13:05 +02:00
Kunal Mohan
84911619b2
hotfix(server): Maintain working directory while daemonization
2021-05-17 15:53:21 +05:30
Kunal Mohan
51f1b53fe2
Docs(changelog): Restructuring #515
2021-05-17 01:49:00 +05:30
Kunal Mohan
bc408e6e61
Merge pull request #515 from zellij-org/restructure
...
Restructure workspace: Create separate crates for client, server and utilities
2021-05-17 01:40:46 +05:30
Kunal Mohan
a872362328
fmt and clippy
2021-05-16 22:25:32 +05:30
Kunal Mohan
62d0901bbd
Revert changes to Makefile.toml and build without --all-features
2021-05-16 22:03:44 +05:30
Kunal Mohan
2038947a14
Big refactor: separate crates for client, server and utilities
2021-05-16 21:41:56 +05:30
Thomas Linford
28212f5430
handle error on termios initialization ( #511 )
2021-05-16 17:00:22 +01:00
a-kenji
197f318756
Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506
2021-05-16 12:44:56 +02:00
a-kenji
abf0a2d0c6
Split Layout Flag
...
* Split Layout Flag into `layout` that searches in default layout
directories and `layout-path` that takes a path to a layout file
Close #506 .
2021-05-16 12:43:50 +02:00
Kunal Mohan
8d742ccc53
Docs(changelog): Multiprocess model #499
2021-05-15 23:07:39 +05:30
Kunal Mohan
4c198b4243
Merge pull request #499 from zellij-org/multiprocess
...
Switch to a multiprocess client-sever model
2021-05-15 23:03:38 +05:30
Kunal Mohan
050d846b5e
clean and exit on window close
2021-05-15 22:18:29 +05:30
Kunal Mohan
07ca0cbb11
Fix after rebase
2021-05-15 22:14:35 +05:30
Kunal Mohan
378dd90f8f
Do not pass config_options while spawning server process
2021-05-15 22:14:35 +05:30
Kunal Mohan
41212dc0e8
Fix after rebase
2021-05-15 22:14:34 +05:30
Kunal Mohan
e203f96d78
fix testing
2021-05-15 22:14:34 +05:30
Kunal Mohan
c5675e965b
Use ClientToServerMsg and ServerToClientMsg for IPC
2021-05-15 22:14:34 +05:30
Kunal Mohan
f2c43ac577
Fix memory overflow error and add panic hook for server
2021-05-15 22:14:34 +05:30
Kunal Mohan
0d792e26f2
Switch to multiprocess model: Not looking good
2021-05-15 22:14:34 +05:30
a-kenji
20d4b1826d
docs(changelog): Remove unused import
2021-05-15 17:39:29 +02:00
a-kenji
5a9b9dcbbc
Merge pull request #504 from matthiasbeyer/remove-unused
...
Remove unused imports/functions
2021-05-15 17:38:16 +02:00
Matthias Beyer
fd42119219
Remove unused import
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-05-15 14:31:54 +02:00