Commit graph

  • 0ca58322e7
    Merge 16a7477d53 into 1ac218cb1e N£utr0nys 2026-07-13 15:13:39 +00:00
  • 16a7477d53 fish: preserve multiline snippets by clearing IFS N£utr0nys 2026-07-13 17:04:54 +02:00
  • a7946d3f57
    Merge 0eb4cb29de into 1ac218cb1e shaked-shlomo 2026-06-02 01:15:26 +03:00
  • 0eb4cb29de Fix fzf minimum-version check using lexicographic comparison Shaked Shlomo 2026-06-02 01:15:22 +03:00
  • 19de9ac15b
    Merge 54da726d52 into 1ac218cb1e shaked-shlomo 2026-06-02 01:09:03 +03:00
  • 54da726d52 Fix typos in doc comments and widgets docs Shaked Shlomo 2026-06-02 01:08:59 +03:00
  • 23233ff61c
    Merge 118ff7bd6d into 1ac218cb1e Emmanuel Fidelis 2026-05-18 17:45:19 +00:00
  • 118ff7bd6d removed cloning implementation to use refs instead Emmanuel 2026-05-18 18:45:11 +01:00
  • c4cc697662
    Merge 03a37fb770 into 1ac218cb1e Gaurav Shrivastava 2026-05-18 02:52:58 -05:00
  • 03a37fb770 Fix CI stty tty check and relax tldr integration assertion. Gaurav11112003 2026-05-18 02:45:45 -05:00
  • e03361e67a Fix shell test prompt detection and CI tldr cache. Gaurav11112003 2026-05-18 02:39:36 -05:00
  • 7d66f73a81 Fix CI tldr/tealdeer and harden shell plugin tests. Use cargo-installed tealdeer in CI and enable client.tealdeer in tests/config; prime tldr cache. Improve fish tmux launcher quoting, relax pane sentinel matching, extend multiline timeouts, and silence non-tty stty noise in integration tests. Gaurav11112003 2026-05-18 02:08:06 -05:00
  • e96ef1fbde Add tmux-driven shell plugin tests behind path-filtered CI. Gaurav11112003 2026-05-18 01:54:34 -05:00
  • 48792e9f1d adding allow unused macro and light formating Emmanuel 2026-05-14 13:29:13 +01:00
  • 921443ca41
    Merge c844c37296 into 1ac218cb1e June 2026-05-09 10:15:28 -07:00
  • c844c37296 fix: prevent panic on multi-byte UTF-8 in cheatsheet prefix lines June Kim 2026-05-09 10:07:56 -07:00
  • 369047b738 updated config/mod.rs to implement best practices emma31-dev 2026-05-04 12:30:56 +01:00
  • c5ab9d7850 formatted finder emma31-dev 2026-04-26 17:34:47 +01:00
  • 2cf137d905 Simplified env_var parsing emma31-dev 2026-04-26 17:27:16 +01:00
  • ea4b83e619
    Merge 010b782dfb into 1ac218cb1e Ken Powers 2026-04-14 11:08:56 -04:00
  • 010b782dfb Add --key flag to navi widget for custom keybindings Ken Powers 2026-04-14 10:39:23 -04:00
  • 9eb1d6e2b5
    Merge 101b0c78b9 into 1ac218cb1e kavau 2026-04-14 10:09:54 +01:00
  • 1ac218cb1e
    Merge pull request #1023 from emma31-dev/test_changes master Alexis Opolka 2026-04-13 13:55:11 +02:00
  • feb9fee762 simplified test for terminal.rs emma31-dev 2026-04-13 12:38:31 +01:00
  • 40bd436afe Fixed all test cases emma31-dev 2026-04-13 12:34:59 +01:00
  • 85fc192f84 reverted to old implementation in terminal.rs emma31-dev 2026-04-13 11:45:41 +01:00
  • e46f5d3ea7 fmt emma31-dev 2026-04-13 11:38:45 +01:00
  • ba183743a8 fixed mishandling of different environment emma31-dev 2026-04-13 11:36:47 +01:00
  • d28583b949 mistake :) windows don't implement args emma31-dev 2026-04-13 10:25:29 +01:00
  • 3b2c5ec143 replaced unwrap with expect emma31-dev 2026-04-13 10:09:42 +01:00
  • 47fea0de53 updated crossterm crate in toml emma31-dev 2026-04-10 23:28:51 +01:00
  • 70388d776f Remmoved redundant code in terminal.rs and simplified args passing emma31-dev 2026-04-10 16:04:24 +01:00
  • 3ae685f0ef simplified hashing process in hash.rs and iplemented better traitbounds in shell.rs emma31-dev 2026-04-08 01:59:40 +01:00
  • 09f975cbc1 Merge branch 'test_changes' of https://github.com/emma31-dev/navi into test_changes emma31-dev 2026-04-06 01:07:20 +01:00
  • 23c9c740ca improved if else statement emma31-dev 2026-04-06 01:05:47 +01:00
  • 0d4c573dad
    Merge branch 'denisidoro:master' into test_changes Emmanuel Fidelis 2026-04-06 00:58:27 +01:00
  • 3a7adbe24d formated properly emma31-dev 2026-04-06 00:53:00 +01:00
  • 970cd7f5f0 Update clipboard.rs emma31-dev 2026-04-06 00:34:58 +01:00
  • ed1791c71a added extra test cases and improved error handling in git.rs emma31-dev 2026-04-05 23:09:33 +01:00
  • 4c01ae0a38 used consistent module import emma31-dev 2026-04-05 18:21:58 +01:00
  • 24288c4c3f no need to refernce x as no other use exist :( emma31-dev 2026-04-04 15:31:10 +01:00
  • 4328c259dd improved scoping of BufReader in fs.rs emma31-dev 2026-04-04 15:25:20 +01:00
  • de769edec2 implementing best practices for arg in rust emma31-dev 2026-04-04 11:26:43 +01:00
  • d1ed7bb9b9 fixed binding of std::env::current_exe in fs.rs emma31-dev 2026-04-03 16:59:30 +01:00
  • f1463e9e7b
    Merge pull request #1016 from kit494way/bash-on-windows Alexis Opolka 2026-04-03 15:37:56 +02:00
  • 11197d8793
    Merge 68d5ea6538 into b1b0274663 Alexis Opolka 2026-04-03 10:45:39 +00:00
  • b1b0274663
    Merge pull request #1021 from emma31-dev/master Alexis Opolka 2026-04-03 08:23:30 +02:00
  • 03e2f9e94d
    Merge pull request #1019 from gounthar/feat/release-riscv64 Denis Isidoro 2026-04-02 16:07:53 -03:00
  • 86abd59b63 updated issues tab link emma31-dev 2026-03-29 21:38:11 +01:00
  • 2ae861fd9a docs: improving bug report linking and accessability. ty :) emma31-dev 2026-03-27 12:23:51 +01:00
  • e3be91a4f3
    ci: add riscv64 to release targets Bruno Verachten 2026-03-24 17:26:47 +01:00
  • 90b409f613
    Make bash available on Windows KITAGAWA Yasutaka 2026-03-22 15:52:54 +09:00
  • b4ce885253
    Merge pull request #1015 from kit494way/command-pwsh Alexis Opolka 2026-03-14 09:05:25 +01:00
  • 8d37d58124
    Enable specifying pwsh as a command KITAGAWA Yasutaka 2026-03-14 09:12:02 +09:00
  • 88541ca997
    Merge pull request #1010 from lamchau/master Alexis Opolka 2026-03-12 14:54:04 +01:00
  • 68d5ea6538 Merge branch 'tzhouhc-master' into experimental experimental alexis-opolka 2026-03-12 14:53:08 +01:00
  • faf360fb40 Merge branch 'master' of github.com:tzhouhc/navi into tzhouhc-master alexis-opolka 2026-03-12 13:57:43 +01:00
  • 5f4abc7c73 feat: Fixes small issues and added the sync command alexis-opolka 2026-03-12 13:48:27 +01:00
  • 01f374ca53 chore: run cargo fmt alexis-opolka 2026-03-09 20:55:06 +01:00
  • 5b80552a58 feat: Refactor the add command to use the newly added rust git2 crate alexis-opolka 2026-03-09 20:52:33 +01:00
  • 101b0c78b9 Add option to print cheat before executing it kavau 2026-03-07 12:36:48 +01:00
  • 3ff6b27f91 Add option to print command kavau 2026-03-07 12:33:27 +01:00
  • aa87ad49cd fix: always repaint prompt after fzf exits in fish widget Lam Chau 2026-03-06 02:24:50 -08:00
  • ec04fa91b4 fix: preserve newlines in multi-line fish widget snippets Lam Chau 2026-03-06 02:24:04 -08:00
  • c1dc363e49 feat: Fix navi repo list command behaviour alexis-opolka 2026-03-01 12:12:25 +01:00
  • 38fa6f1033 feat: Update the current integration tests to ignore the tldr integration feat/multiline-parsing OPOLKA Alexis OF/DSI 2026-02-26 12:21:19 +01:00
  • 4fede6531f
    Merge pull request #1007 from Wind010/BetterWindowsSupport feat/windows-support Alexis Opolka 2026-02-25 12:10:56 +01:00
  • a14d512a07 Address PR comments wind010 2026-02-24 14:29:23 -08:00
  • ac8fce18c2
    Merge pull request #962 from gabriel-vanzandycke/multiline-description Alexis Opolka 2026-02-23 11:46:18 +01:00
  • ae0c475fc4
    Merge pull request #998 from grota/grota-patch-patsub_replacement Alexis Opolka 2026-02-20 09:07:10 +01:00
  • fea5e15342 Fix failing test (splitting_of_dirs_param_may_not_contain_empty_items) from not adhering to appropriate path separator based off operating system wind010 2026-02-17 14:18:14 -08:00
  • 0b8c1bef21 Support Windows OS for copy to clipboard (ctrl+y) wind010 2026-02-17 13:58:39 -08:00
  • f79cc5b198 Add PowerShell as the default option when run on Windows. Add printing out of command that will execute wind010 2026-02-16 16:26:20 -08:00
  • f30475a990 feat: Add -a/--all for repo commands to skip confirmation Ting Zhou 2025-12-19 03:04:39 -05:00
  • 373ad9393a
    fix: bash widget sanitization for & Giuseppe Rota 2025-11-26 12:24:40 +01:00
  • 2030a5c7d7 Apply cargo format Gabriel Van Zandycke 2025-10-13 13:35:50 +02:00
  • 4400609842 Add yaml config support Gabriel Van Zandycke 2025-10-13 13:28:44 +02:00
  • 8076b72bb9 Make multiline option optional. It's off by default to keep the original behavior where fzf argument could be used to reorder the columns Gabriel Van Zandycke 2025-10-13 11:32:58 +02:00
  • 904a139f24 cargo fmt Gabriel Van Zandycke 2025-03-27 11:27:39 +01:00
  • e5dec9262a revert to LINE_SEPARATOR added for each blank space Gabriel Van Zandycke 2025-03-27 10:39:29 +01:00
  • edf9fa666a fix comment after new tag Gabriel Van Zandycke 2025-03-26 15:41:56 +01:00
  • 473a70c75c comply with cargo format Gabriel Van Zandycke 2025-03-26 10:42:54 +01:00
  • 3a9e582b0f fix variable support Gabriel Van Zandycke 2025-03-26 10:00:47 +01:00
  • cdecabd3f4 [#954] Do not collapse blank lines inside snippets Gabriel Van Zandycke 2025-03-22 10:58:53 +01:00
  • 47199b413b [#954] remove un-necessary variable and eprintln Gabriel Van Zandycke 2025-03-22 10:54:29 +01:00
  • 07d79fec3f [#954] revert Gabriel Van Zandycke 2025-03-22 10:52:07 +01:00
  • 6e069a939f [#954] Display multi-line description and multi-line code-blocks with multiple lines (only fzf supported) Gabriel Van Zandycke 2025-03-22 10:00:31 +01:00
  • 853346748d [#954] terminal.rs: handle multiline descriptions by calling on item.comment Gabriel Van Zandycke 2025-03-20 14:33:22 +01:00
  • 31d8c26fd8 [#954] parser.rs: enable multiline descriptions Gabriel Van Zandycke 2025-03-20 14:19:34 +01:00
  • e16c2b6b4b UNFINISHED work alexis-opolka 2025-10-14 07:39:15 +02:00
  • c0453584b1 feat: Added the start of the handling of the git remote update process alexis-opolka 2025-10-03 20:05:31 +02:00
  • 27d2456dab Cleaned the messy code in repo/add.rs and used println! instead of eprintln! within repo/list.rs before exiting. alexis-opolka 2025-09-11 19:31:18 +02:00
  • b01291e040
    Merge pull request #990 from astr0n0mer/master Alexis Opolka 2025-08-18 19:12:59 +02:00
  • 820a7b9b31
    docs: fixes broken links astr0n0mer 2025-08-18 16:18:33 +05:30
  • 1410ade80f
    Merge pull request #988 from denisidoro/master Alexis Opolka 2025-07-26 13:28:38 +02:00
  • c6da2d934d
    Merge pull request #987 from stacksparrow4/master Alexis Opolka 2025-06-30 04:15:07 +02:00
  • 403f25bc22 Removed head -n 1 from tmux widget Daniel Cooper 2025-06-30 11:53:51 +10:00
  • 8f236e9fcf
    Merge pull request #986 from sebastiaanspeck/fix/toc Alexis Opolka 2025-06-29 22:56:07 +02:00
  • 2970b97e6c README: remove dead links from ToC Sebastiaan Speck 2025-06-28 02:50:29 +00:00
  • c55e6cdef6
    Merge pull request #985 from alexismrosales-encora/fix/docs-configuration-typo Alexis Opolka 2025-06-26 23:26:16 +02:00