Commit Graph

  • 2afe225886
    Merge acba4b5f1100783902656e2ee266c3404087a8fc into 83f29f7418a7adb6f5ca9ee5ac057ef38728fa28 LM 2025-07-28 14:38:53 +02:00
  • 5a3458828b
    Merge 4986dd00d38564bb1e758a4ba760dbb7e1ae8d5a into 83f29f7418a7adb6f5ca9ee5ac057ef38728fa28 LM 2025-07-28 12:35:33 +00:00
  • 4986dd00d3 feat: add external actions support for multiple items lalvarezt 2025-07-28 01:18:58 +02:00
  • c514494f6d feat: add foundation for future external process features lalvarezt 2025-07-28 00:52:23 +02:00
  • acba4b5f11 fix(preview): move preview config logic out of the channel lalvarezt 2025-07-28 13:09:53 +02:00
  • e5303a3052 refactor(frecency): drop ArcMutex and opt for unbounded batch instead, no need to always lock lalvarezt 2025-07-28 13:47:35 +02:00
  • 26db5a95d0 feat(frecency): initial frecency support lalvarezt 2025-07-27 20:29:52 +02:00
  • fd6a4ef489 refactor(tests): follow other tests conventions lalvarezt 2025-07-27 16:24:08 +02:00
  • 31636c7afa feat: support for external actions lalvarezt 2025-07-27 13:33:17 +02:00
  • 1957d8d6ee WIP config Alex Pasmantier 2025-07-27 01:01:56 +02:00
  • e3279854fd wip alexandre pasmantier 2025-07-26 23:33:18 +02:00
  • 83f29f7418
    feat(zsh): add tv cli options/arguments/subcommands autocompletion (#665) main Aiden Scandella 2025-07-25 16:34:06 -04:00
  • faf984c72f
    Merge branch 'main' into aiden/shell-completion Alex Pasmantier 2025-07-25 21:56:34 +02:00
  • c93ddeeadb feat(cli): registering transparent selection keys for tv alexandre pasmantier 2025-07-25 17:39:44 +02:00
  • 34d556f3f7
    fix: reverse order to try to fix tests Aiden Scandella 2025-07-25 09:12:29 -07:00
  • 6498bc88b1
    Merge branch 'main' into aiden/shell-completion Aiden Scandella 2025-07-25 08:20:46 -07:00
  • 94e1061b67 fix(ui): adapt input bar height to borders and padding settings alexandre pasmantier 2025-07-25 16:10:08 +02:00
  • c8df96270a
    refactor(help): more informative help panel (#668) LM 2025-07-25 13:16:12 +02:00
  • 66e2e72e4e refactor: cleanup or useless functions and improved config flags movement lalvarezt 2025-07-25 10:46:29 +02:00
  • a9fca843ed refactor(help_panel): bring back channel/remote keybinging awareness lalvarezt 2025-07-25 09:50:35 +02:00
  • 112aa854d0 refactor(bindings): drop origin tracking for bindings, it creates more problems that it solves lalvarezt 2025-07-25 09:37:12 +02:00
  • 38e4f0f03d fix(config): simplify debug messages lalvarezt 2025-07-24 18:23:29 +02:00
  • 6bcb1d6579 refactor(actions): centralize action descriptions lalvarezt 2025-07-24 15:44:27 +02:00
  • 6d8a7ed526 refactor: rework help panel screen to generate dynamically and based on global/channel keybindings lalvarezt 2025-07-24 10:52:36 +02:00
  • 72c34731ec test(pty): longer delay when checking pty exit code Alex Pasmantier 2025-07-25 01:43:29 +02:00
  • a019f18229 perf(channel): avoid unnecessary allocations Alex Pasmantier 2025-07-25 01:31:40 +02:00
  • a0e3063702
    feat(config): border styles and padding are now configurable (#642) raylu 2025-07-24 15:08:03 -07:00
  • e588610b18 feat: implement tv option autocompletion Aiden Scandella 2025-07-22 13:15:59 -07:00
  • b507f6c8a0 feat(config): add cli options for border types and add optional Padding alexandre pasmantier 2025-07-24 19:26:36 +02:00
  • 7f7cea94c8 refactor: merge input bar, results, preview from channel raylu 2025-07-23 21:06:12 -07:00
  • 784c3df283 feat(config): BorderType raylu 2025-07-13 13:00:56 -07:00
  • 39610e145d feat(config): a more expressive bindings system (#666) LM 2025-07-23 21:16:38 +02:00
  • 088dc6ba83 refactor(bindigns): migrate to OneOrMany lalvarezt 2025-07-23 17:12:40 +02:00
  • 3cca8ad9bc refactor(bindings): fix formatting issues lalvarezt 2025-07-23 13:01:43 +02:00
  • 057b18c63a docs(bindings): add debugging info lalvarezt 2025-07-23 12:58:57 +02:00
  • 75b6d48372 fix(bindings): remove legacy binding, replace with newer Key lalvarezt 2025-07-23 12:05:45 +02:00
  • bf3a22a7cf docs(bindings): added docs lalvarezt 2025-07-23 11:51:02 +02:00
  • 78cc303003 refactor(bindings): merge key/event handling lalvarezt 2025-07-23 09:51:24 +02:00
  • fbd9920179 feat(bindings): add support for running multiple actions per key/event lalvarezt 2025-07-22 15:53:42 +02:00
  • f305f4a55e feat(bindings): expose hardcoded text input actions lalvarezt 2025-07-22 13:58:34 +02:00
  • f7d0963d6f feat(bindings): add support for unbinding keys lalvarezt 2025-07-22 13:37:03 +02:00
  • 064e156271 fix(test): tv init should run with the development config, to properly parse keybindings lalvarezt 2025-07-22 12:48:24 +02:00
  • b8be7a94d8 feat(bindings)!: initial steps for a new and more expressive bindings system lalvarezt 2025-07-22 09:18:48 +02:00
  • bb0fca5196
    Merge 339c374127838de065a5a92506f546876891fa97 into be6cdf8a3a4dff6bd72037a6b3b98370e84cee0d Aiden Scandella 2025-07-23 06:53:39 +02:00
  • be6cdf8a3a
    feat(preview): previews can now be cached on a per-channel basis (#667) Alex Pasmantier 2025-07-23 00:20:52 +02:00
  • ddfad36ddc feat(preview): previews can now be cached on a per-channel basis alexandre pasmantier 2025-07-22 20:23:14 +02:00
  • bf4eeb5ab5 deploy: a61f26197ec4b19e57d896ad81fb0775ae31502b gh-pages github-actions[bot] 2025-07-22 15:18:51 +00:00
  • a61f26197e
    fix(website): Fixed broken links on home page (#662) kapobajza 2025-07-22 17:17:39 +02:00
  • 9d539bc074 fix(website): Fixed broken links on home page Faruk 2025-07-21 10:07:22 +02:00
  • 339c374127
    back out option Aiden Scandella 2025-07-20 09:08:58 -07:00
  • 6195f2321b
    proof of concept: pass inline from channel Aiden Scandella 2025-07-20 08:33:34 -07:00
  • 71b361161c feat: introduction of a new binding system to better handle key/events/actions lalvarezt 2025-07-20 11:43:11 +02:00
  • ecbd20883c deploy: 1d6b996c834bf9b2ec7f1811e202c02b4507096c github-actions[bot] 2025-07-19 22:41:37 +00:00
  • 1d6b996c83 docs: update contributing docs and website alexandre pasmantier 2025-07-19 23:54:18 +02:00
  • 876b0cb3ce deploy: 7dd65d9023d588201bc569ef4704fc0b382986a5 github-actions[bot] 2025-07-19 22:38:08 +00:00
  • c8da07f3ed
    fix(fish): more robust string escaping (#656) Alex Pasmantier 2025-07-19 23:05:31 +02:00
  • da11c15510 fix(fish): more robust string escaping alexandre pasmantier 2025-07-19 22:58:03 +02:00
  • 098f3f4fe4
    feat: ansi-styled results with --ansi or corresponding channel option (#655) Alex Pasmantier 2025-07-19 22:52:12 +02:00
  • 1ccbd338ec feat: ansi-styled results with --ansi or corresponding channel option alexandre pasmantier 2025-07-15 14:50:03 +02:00
  • c789802d86
    docs: fix discord badge Alex Pasmantier 2025-07-19 21:32:39 +02:00
  • e809ccf686
    feat(config): add support for custom input prompt in user config (#648) Alex Flores 2025-07-18 10:16:51 -05:00
  • 51ad1855e0 refactor: better default management + a bit of cleaning alexandre pasmantier 2025-07-18 11:44:13 +02:00
  • c5f4e65942
    feat(config): add support for custom input prompt in user config Alex Flores 2025-07-15 23:31:31 -05:00
  • 28f58e0641
    chore(changelog): update changelog (auto) (#652) github-actions[bot] 2025-07-18 02:37:46 +02:00
  • 4608799adc chore(changelog): update changelog (auto) alexpasmantier 2025-07-18 00:35:45 +00:00
  • c533c41540 chore: release version 0.12.5 0.12.5 alexandre pasmantier 2025-07-18 02:35:03 +02:00
  • 44d39f352b deploy: c4bcba211aa1ea151b62a2f22c28d8f563fe4924 github-actions[bot] 2025-07-18 00:14:52 +00:00
  • c4bcba211a docs: fix cable channel docs image links alexandre pasmantier 2025-07-18 02:13:38 +02:00
  • 6b818b927c test: make file based testing more robust with unique identifiers (#649) LM 2025-07-18 01:40:19 +02:00
  • 4d42a731bf chore: some gh actions + justfile improvements alexandre pasmantier 2025-07-18 01:38:40 +02:00
  • 5d7ef02f00 test: make file based testing more robust with unique identifiers lalvarezt 2025-07-16 09:43:48 +02:00
  • 14b91f5e55
    docs: update discord badge Alex Pasmantier 2025-07-18 01:16:52 +02:00
  • 6a11627546 fix: text channel colon splitting alexandre pasmantier 2025-07-18 01:09:42 +02:00
  • bc7a38b1a4
    feat: add discord server badge in README file (#650) MohMine 2025-07-17 17:44:20 +02:00
  • 510d3d996c feat: add discord server badge in README file Mohamed-Amine Bousahih 2025-07-16 22:16:14 +02:00
  • 97055109c4 deploy: 313c0c32382e4977955c3a4d9e3fcb4f1f1556ce github-actions[bot] 2025-07-15 20:43:36 +00:00
  • 313c0c3238
    feat(cable): Channels for AWS Buckets and Instances (#647) Leonardo Vencovsky 2025-07-15 21:42:25 +01:00
  • c52dd0c962 docs: update cable docs alexandre pasmantier 2025-07-15 19:13:42 +02:00
  • 07853f0700 fix(history): short-circuit add_entry when history size is zero alexandre pasmantier 2025-07-15 19:04:40 +02:00
  • 0ec43a29e2 deploy: 4b84a12320ac2a998691bfdb374ce88f42b326b5 github-actions[bot] 2025-07-15 16:38:48 +00:00
  • 4b84a12320
    fix(website): Added gap between home page features on smaller screens (#645) kapobajza 2025-07-15 18:37:41 +02:00
  • 54356d617a feat(cable): AWS instances Leonardo Vencovsky 2025-07-15 18:09:31 +02:00
  • bfd51ad143 fix: Added gap between home page features on smaller screens Faruk 2025-07-15 16:19:49 +02:00
  • 47a0d83f27 feat(cable): AWS buckets Leonardo Vencovsky 2025-07-15 15:36:35 +02:00
  • c1b4377e1c deploy: 37e31b24436fb34d3befdf1ddf1de1df956d7224 github-actions[bot] 2025-07-15 08:24:57 +00:00
  • 37e31b2443 fix: clean exit when fallback channel is not found alexandre pasmantier 2025-07-15 10:23:47 +02:00
  • 136391f199 deploy: 2ae95cdbb1125d62b0fc57721dc952000ca170bb github-actions[bot] 2025-07-14 11:00:29 +00:00
  • 2ae95cdbb1 test: add missing test target directory to flaky tests alexandre pasmantier 2025-07-14 12:55:08 +02:00
  • 1b9b441ebe deploy: 3e4267dad465a44f8e9931499be5f35e9b2e8d99 github-actions[bot] 2025-07-13 14:44:52 +00:00
  • 3e4267dad4
    docs: update website features (#640) Alex Pasmantier 2025-07-13 16:43:35 +02:00
  • 5e3030ff38 docs: update website features alexandre pasmantier 2025-07-13 15:02:07 +02:00
  • 3c20d36149
    chore(changelog): update changelog (auto) (#639) github-actions[bot] 2025-07-13 13:59:23 +02:00
  • 6e183e93b7 chore(changelog): update changelog (auto) alexpasmantier 2025-07-13 11:58:46 +00:00
  • e87f7d30a8 chore: release version 0.12.4 0.12.4 alexandre pasmantier 2025-07-13 13:57:54 +02:00
  • 99b5c5ce78 feat(cli): add --force option to update-channels alexandre pasmantier 2025-07-13 13:28:01 +02:00
  • 16d7de7d09 ci: fix cross not available in PATH alexandre pasmantier 2025-07-13 13:01:01 +02:00
  • 23f38f9bb4 test: fix flaky tests and increase frame stability timeout alexandre pasmantier 2025-07-13 12:26:48 +02:00
  • c590e73351 deploy: da9484a4912b93353c970ed25728a9140f6a0f51 github-actions[bot] 2025-07-12 23:50:21 +00:00
  • da9484a491 docs: update CONTRIBUTING.md alexandre pasmantier 2025-07-13 01:49:09 +02:00
  • 874e91190d
    chore(changelog): update changelog (auto) (#637) github-actions[bot] 2025-07-13 01:25:03 +02:00