a-kenji
4c079ca25d
Merge pull request #513 from a-kenji/default-mode-368
...
Default mode 368
2021-05-29 18:18:30 +02:00
Aram Drevekenin
d54c82420e
chore(version): bump development version
2021-05-28 14:35:34 +02:00
Aram Drevekenin
1c69d70082
chore(version): change to patch version
2021-05-28 14:05:52 +02:00
a-kenji
81b026df24
Merge branch 'main' of https://github.com/zellij-org/zellij into default-mode-368
...
* If starting in the locked mode after the merge,
the locked mode seems to need 2 actions to go to
the normal mode - after that everything works
as expected.
- This is not intended.
2021-05-27 15:49:50 +02:00
Aram Drevekenin
9bdb40b4c6
chore(version): bump development version
2021-05-27 14:41:33 +02:00
a-kenji
80fe803ffd
Default mode 368
...
* Parsing Implemented
* Adds option to specify a default mode
either through a flag `--options default-mode [MODE]`,
or a configuration option `default_mode: [MODE]`
closes #368
2021-05-24 23:06:50 +02:00
Kunal Mohan
ac082a1c93
add keybinds for session mode and detach
2021-05-22 22:19:50 +05:30
Aram Drevekenin
97589c6a92
chore(version): bump development version
2021-05-15 13:50:35 +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
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
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
Brooks J Rady
6e5600efc8
chore(plugin): shuffle helper library names and versions
2021-05-04 23:31:30 +01:00
Aram Drevekenin
97eca28954
chore(version): bump zellij-tile
2021-05-04 16:48:19 +02:00
Aram Drevekenin
1f88b342e2
fix(colors): stabilize colors ( #453 )
...
* fix(colors): stabilize colors
* style(fmt): rustfmt
2021-05-04 16:06:55 +02:00
denis
ce1f81bcec
chore: remove unused dependency from zellij-tile
2021-05-02 13:04:12 +03:00
denis
56cf446275
chore: added zellij-tile-extra, moved macros from zellij-tile
2021-05-02 12:57:48 +03:00
denis
d48cc81536
fix: don't have new on ColoredElements anymore, removed default for palette in zellij-tile
2021-05-02 12:25:49 +03:00
denis
f85822972a
chore: cleanup, fix: the tests finally pass
2021-05-01 14:44:43 +03:00
denis
eabecde90b
chore: painless merge this time
2021-05-01 13:45:01 +03:00
Dante Pippi
62662464e3
Including text on tab name to let users know sync is on.
2021-04-28 11:16:06 -03: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
2fc7810c0b
fix(plugin): mark Event as non-exhaustive
2021-04-27 15:19:55 +01:00
Brooks J Rady
2814c30272
feat(plugin): added the get_plugin_ids() query function
2021-04-27 14:57:54 +01:00
denis
2e94ef51aa
wip: trying to make it less messy so people don't hate me
2021-04-24 18:28:28 +03:00
denis
de72d3d2fb
wip: tab bar coloring
2021-04-24 11:42:40 +03: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
8d98ca7da0
wip: merge main in
2021-04-22 11:45:29 +03:00
Brooks J Rady
fee999ec40
fix(naming): made plugin terminology more consistent
2021-04-19 23:37:47 +01:00
Brooks J Rady
03011c1e5a
fix(crates.io): fix outdated zellij-tile library
2021-04-14 20:04:02 +01:00
denis
748a7ffa6e
wip: cleaning up a bit, need to map the colors to the right places in the palette
2021-04-09 14:14:50 +03:00
denis
7774edd45a
wip: need to figure out how to clear lines
2021-04-08 16:29:52 +03:00
denis
2b59edbe9d
wip: need to set the default for Palette in the plugins
2021-03-31 09:44:41 +03:00
denis
6e276ae386
wip: move Palette out of zellij-tile
2021-03-27 15:30:53 +02:00
denis
b71315b036
wip: latest plugin system merge in
2021-03-27 14:43:16 +02:00
a-kenji
84488a35aa
Merge branch 'main' of https://github.com/zellij-org/zellij into config-file
2021-03-26 23:33:36 +01:00
denis
2c402b0b1d
wip: scary how messy it is, but it's a start
2021-03-26 16:42:38 +02:00
Brooks J Rady
b6f945da35
Wrap up the plugin system refactor, running everything through update()
2021-03-25 17:22:10 +00:00
Brooks J Rady
84a5cf95d1
Converted tab updates to the new generic update() function
2021-03-25 15:51:39 +00:00
Brooks J Rady
0371c111b7
Removed AppState and the unneeded get_help() function
2021-03-25 14:56:59 +00:00
Brooks J Rady
0ea8ce497d
Rename Help to ModeInfo
2021-03-25 14:30:31 +00:00
Brooks J Rady
23df8e447a
Move most key handling to the update() + event system
2021-03-23 23:57:18 +00:00
Brooks J Rady
ac55e59047
Initial implementation of the update callback + upstream termion
2021-03-23 19:52:59 +00:00
Brooks J Rady
9bc7a268ce
Merge changes from main
2021-03-23 16:42:54 +00:00
Brooks J Rady
a1e6171031
Rename references of 'draw' to 'render' for plugins
2021-03-23 16:26:34 +00:00
Aram Drevekenin
8d0ff0fe40
feat(input): new shortcuts and ui ( #220 )
...
* feat(statusbar): new shortcuts
* feat(input): new shortcuts and ui
* style(fmt): rustfmt
2021-03-11 16:03:28 +01:00
Brooks J Rady
e9ab81850e
Add event subscription tracking
2021-03-09 21:51:17 +00:00
Brooks J Rady
06bce9a1fd
Deduplicate the WASM interface structs
2021-03-09 19:39:42 +00:00
Brooks J Rady
3e10e34575
Rename init() to load() in plugin API + Bump deps
2021-03-09 17:09:21 +00:00
Jonah Caplan
44b0246e91
feat(tabs): add ability to set tab name ( #212 )
...
* send all tabs in vec
* works but no input filtering
* add event types
* add event handler for tab events
* fmt fixups
* update tab name in place, and escape rename works
* rename handle_tab_event handle_tab_rename_keypress
* handle empty new_name when renaming
* fix(tabs): pad active tab name too
* fix(tabs): report proper length
* fix(tabs): always render active tab
* style(fmt): rustfmt
Co-authored-by: Aram Drevekenin <aram@poor.dev>
2021-03-08 10:06:23 +01:00