Commit Graph

225 Commits

Author SHA1 Message Date
ynqa
f0911d2e17 docs: about supported packages 2025-03-28 21:30:45 +09:00
ynqa
3b4f9c0ad5 docs: about configuration 2025-03-28 21:30:45 +09:00
ynqa
198fa74400 docs: update about default filter 2025-03-28 21:30:45 +09:00
ynqa
ae0b46b631 bump up version to v0.6.0 2025-03-28 21:30:45 +09:00
ynqa
d5bdcb4251 Merge pull request #74 from ynqa/v0.x.0/default-filter
feat: enable to set default filter
2025-03-28 21:22:53 +09:00
ynqa
816c3f6f6a feat: enable to set default filter 2025-03-28 00:21:52 +09:00
ynqa
9cef626172 Merge pull request #82 from ynqa/v0.x.x/bumpup-crates
update dependencies
2025-03-28 00:10:00 +09:00
ynqa
f3432a4c2d chore: use promkit v0.8.0 2025-03-28 00:02:06 +09:00
ynqa
0e9eeceef9 chore: update dependencies 2025-03-28 00:01:49 +09:00
ynqa
5867d8bf75 Merge pull request #75 from ynqa/rm-future-timer
chore: remove `futures-timer` and use `tokio::time::interval` instead
2025-03-27 23:51:45 +09:00
ynqa
43cd6afc8f Merge pull request #76 from ynqa/v0.6.0/dev
v0.6.0: focus on the definitions in configuration
2025-03-27 23:48:15 +09:00
ynqa
425f776a19 Merge branch 'main' into v0.6.0/dev 2025-03-27 23:39:58 +09:00
ynqa
24921c8238 chore: remove futures-timer and use tokio::time::interval instead 2025-03-27 03:50:30 +09:00
ynqa
4e57eb2869 docs: todo 2025-03-27 01:18:35 +09:00
ynqa
f4df165fd5 cargo-clippy 2025-03-27 00:50:30 +09:00
ynqa
d850dfbe31 docs: fix tiny stuff 2025-03-27 00:49:04 +09:00
ynqa
52e50991b9 docs: about color 2025-03-26 23:17:42 +09:00
ynqa
b81722bcf9 chore: fix tiny 2025-03-26 22:48:37 +09:00
ynqa
21f4ad302e chore: comment default.toml 2025-03-26 22:43:05 +09:00
ynqa
2a92f2d1e3 chore: reconsider default.toml 2025-03-26 21:49:19 +09:00
ynqa
2054d6a90b chore: format default.toml 2025-03-26 05:31:52 +09:00
ynqa
059ffe12bc chore: default.toml as default config 2025-03-26 03:23:17 +09:00
ynqa
546a06763b chore: reactivity_control at config.rs 2025-03-26 00:32:58 +09:00
ynqa
884f9a966c chore: no_hint into config.rs 2025-03-25 22:42:32 +09:00
ynqa
533a824976 chore: define json viewer keybind at config.rs 2025-03-25 21:46:43 +09:00
ynqa
4c3e7a0203 on-error: keybinds for json viewer at config.rs 2025-03-25 06:06:59 +09:00
ynqa
a09acb5bc0 chore: define core keybinds at config.rs 2025-03-25 05:00:38 +09:00
ynqa
5e45fc6c88 chore: compose Keymap from Keybinds 2025-03-25 04:37:39 +09:00
ynqa
392791e2d1 chore: separate keybind for editor/completion and others... 2025-03-25 04:31:00 +09:00
ynqa
47785b6e7e chore: max_stream at config.rs 2025-03-25 04:17:22 +09:00
ynqa
0c2a1e1fd9 chore: cursor of completion at config.rs 2025-03-25 03:52:43 +09:00
ynqa
49d369f27f chore: comment about hard to patch (partially) for config using config file 2025-03-25 03:41:59 +09:00
ynqa
db651c851c chore: define search_down keybind at config.rs 2025-03-25 02:42:00 +09:00
ynqa
5508a55252 chore: edit_mode into Config 2025-03-25 02:05:06 +09:00
ynqa
a6b6f00c3d chore: comment about separating struct and config file 2025-03-25 01:46:17 +09:00
ynqa
e3be1b779d chore: remove option_serde 2025-03-24 06:07:09 +09:00
ynqa
e48ae457f9 chore: hard for partial merge because we cannot generate optional (for all nested) structure via macro 2025-03-24 05:59:58 +09:00
ynqa
bf64782915 chore: define CompletionConfig at config.rs 2025-03-24 04:05:24 +09:00
ynqa
f52c2a7c77 chore: define JsonTheme at config.rs 2025-03-24 03:34:34 +09:00
ynqa
887293a413 chore: define EditorTheme at config.rs 2025-03-24 02:21:01 +09:00
ynqa
4cc8c3db9d chore: remove deny_unknown_fields for serde 2025-03-24 01:37:09 +09:00
ynqa
5b7eecfffd chore: define Keybinds at config.rs (and once remove tests about configs) 2025-03-24 01:25:27 +09:00
ynqa
dc7114634a on-error: define EventDefSet 2025-03-24 00:26:29 +09:00
ynqa
4717504eb4 on-error: try enabling multiple keybind (for or-matching) 2025-03-23 13:14:08 +09:00
ynqa
1d25f2d834 chore: multiple serde macros at single builder_field_attr 2025-03-23 12:23:51 +09:00
ynqa
5fc6c9ec37 chore: move serde for config to config/core.rs 2025-03-23 12:11:35 +09:00
ynqa
b80f8e5022 test: load_from and patch_with 2025-03-23 11:07:08 +09:00
ynqa
6b559fda00 chore: rename to ConfigFromFile instead of ConfigBuilder 2025-03-23 10:50:13 +09:00
ynqa
c1ecd07488 chore: use derive-builder instead of another similar struct with Option<attr> 2025-03-23 01:52:56 +09:00
ynqa
76ab947498 on-error: keyeventdef for simplified keyevent 2025-03-23 01:37:58 +09:00