meli/meli/src/conf
Guillaume Ranquet a37d5fc1d1
Run cargo lints / Lint on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 13m15s Details
Run Tests / Test on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 20m58s Details
conf/shortcuts: implement a key to command mapping
Permits users to map keys in their configuration file to an array of meli commands

e.g:
[shortcuts.listing]
commands = [ { command = [ "tag remove trash", "flag unset trash" ], shortcut = "D" },
             { command = [ "tag add trash", "flag set trash" ], shortcut = "d" } ]

Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
2024-01-18 15:53:35 +01:00
..
.rebuild.overrides.rs Move src to meli/src 2023-07-08 13:58:32 +03:00
composing.rs Fix typos found with `typos` tool 2024-01-03 11:08:55 +02:00
listing.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
notifications.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
overrides.rs Fix typos found with `typos` tool 2024-01-03 11:08:55 +02:00
pager.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
pgp.rs meli: add deny clippy lints and fix them 2024-01-01 15:59:13 +02:00
shortcuts.rs conf/shortcuts: implement a key to command mapping 2024-01-18 15:53:35 +01:00
tags.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
terminal.rs meli: add deny clippy lints and fix them 2024-01-01 15:59:13 +02:00
themes.rs Fix typos found with `typos` tool 2024-01-03 11:08:55 +02:00