Benedikt Peetz bpeetz
bpeetz commented on issue trinitrix/core#16 2023-11-01 12:30:25 +00:00
Can't press 'i' on the command line

Well, this has been completed since merging the key mappings

bpeetz closed issue trinitrix/core#16 2023-11-01 12:30:25 +00:00
Can't press 'i' on the command line
bpeetz created branch trinitry in trinitrix/core 2023-11-01 12:27:21 +00:00
bpeetz pushed to trinitry at trinitrix/core 2023-11-01 12:27:21 +00:00
27d8a2fd0c build(flake): Update
c66358261c build(flake): Switch back to stable rust
c3ba5ad5a5 build(trinitry/Cargo.toml): Remove unneeded dependencies
3702788285 build(update.sh): Do not append to the `src/tests.rs` file
d6cc3422e4 build(update.sh): Add trinitry to the crates to update
Compare 7 commits »
bpeetz pushed to master at trinitrix/core 2023-10-31 17:57:45 +00:00
196c392f59 build(flake): Switch to nixpkgs's wrapped mold linker
66e3b362c3 build(flake): Remove language-servers from the devshell
8413a30090 build(flake): Remove unused crane overrides
df07c3fc24 build(flake): Replace self-packaged cranelift with rustup's
c1b426d590 build(treewide): Update
Compare 5 commits »
bpeetz pushed to master at trinitrix/core 2023-10-18 21:12:59 +00:00
4e839d4e2c fix(config/lua): Add the 'jj' mapping the insert mode
c024b73625 fix(ui): Display pending keys in KeyInputPending
18152bdded fix(key_input): Also input pending keys, when leaving KeyInputPending
0ed99b6244 fix(config/lua): Generate the 'keymappings' table under 'std'
b54f8e59e8 fix(key_input): Handle shifted characters correctly
Compare 7 commits »
bpeetz pushed to master at trinitrix/core 2023-10-16 12:04:48 +00:00
9139fa2776 feat(command_interface): Support user specified keymappings
602eba6a60 build(treewide): Update
1dd9a0e4de feat(command_interface): Add support for functions (and thus callbacks)
Compare 3 commits »
bpeetz pushed to master at trinitrix/core 2023-10-14 10:42:55 +00:00
d7b93178e8 build(treewide): Move back to rust stable
181af51c08 build(treewide): Update
Compare 2 commits »
bpeetz pushed to master at trinitrix/core 2023-09-20 17:24:36 +00:00
6745da4c71 style(treewide): Apply consistent formatting
27d00c564c feat(command_interface): Add support for namespaces
Compare 2 commits »
bpeetz pushed to master at trinitrix/core 2023-09-17 14:42:16 +00:00
29aa6c1d33 build(treewide): Update
bpeetz pushed to master at trinitrix/core 2023-09-09 20:51:56 +00:00
9a9cda535a fix(commands/print): Add basic support for printing non-string types
bpeetz pushed to master at trinitrix/core 2023-09-09 19:30:47 +00:00
357c42332f feat(app): Add support for a Lua based configuration file
bpeetz pushed to master at trinitrix/core 2023-09-09 18:02:35 +00:00
7aea23f3b6 fix(handlers/main)!: Change exit key to `q`
74f3b25827 feat(states): Add `command` state for command only keymappings
bc1fc0cc02 refactor(LuaCommandManager): Express the semantics of Lua code explicitly
ed37d1239f feat(CommandTransferValue): Generalize the API to facilitate multiple languages
42b8793dd0 Fix(lua): Upgrade to mlua 9.1, which introduced braking changes
Compare 7 commits »
bpeetz pushed to master at trinitrix/core 2023-08-04 10:36:58 +00:00
d93b00484e Docs(architecture): Add lua code execution to diagram
bpeetz commented on pull request trinitrix/core#15 2023-07-26 20:48:48 +00:00
Decrease build time

Merge manually.

bpeetz closed pull request trinitrix/core#15 2023-07-26 20:48:48 +00:00
Decrease build time
bpeetz opened issue trinitrix/core#16 2023-07-26 20:47:53 +00:00
Can't press 'i' on the command line
bpeetz commented on issue trinitrix/core#12 2023-07-26 20:41:31 +00:00
Command based setup

This was merged in #14, but some todo still exist:

  • Table type support
  • Error messages and Status messages in ci input field (not in the status panel)
  • Better ux in the ci input…
bpeetz pushed to master at trinitrix/core 2023-07-26 20:37:47 +00:00
bd0ffe9edc Merge: Branch 'commands'
84c13fd6f8 Fix(treewide): Resolve merge conflicts
855d487693 Refactor(treewide): Remove the useless `tui_app` directory
258f784098 Fix(handlers::main): Don't close the cli after an entered command
a80245c523 Fix(handlers::command): Only send success on real success
Compare 24 commits »
bpeetz pushed to commands at trinitrix/core 2023-07-26 20:27:22 +00:00
84c13fd6f8 Fix(treewide): Resolve merge conflicts
855d487693 Refactor(treewide): Remove the useless `tui_app` directory
258f784098 Fix(handlers::main): Don't close the cli after an entered command
a80245c523 Fix(handlers::command): Only send success on real success
f7b161fb55 Fix(handlers::command): Add the missing displayOutput handler
Compare 22 commits »