Alexis Opolka
4fede6531f
Merge pull request #1007 from Wind010/BetterWindowsSupport
...
Better Windows support
2026-02-25 12:10:56 +01:00
wind010
a14d512a07
Address PR comments
2026-02-24 14:29:23 -08:00
Alexis Opolka
ae0c475fc4
Merge pull request #998 from grota/grota-patch-patsub_replacement
...
fix: bash widget sanitization for &
2026-02-20 09:07:10 +01:00
wind010
fea5e15342
Fix failing test (splitting_of_dirs_param_may_not_contain_empty_items) from not adhering to appropriate path separator based off operating system
2026-02-17 14:18:14 -08:00
wind010
0b8c1bef21
Support Windows OS for copy to clipboard (ctrl+y)
2026-02-17 13:58:39 -08:00
wind010
f79cc5b198
Add PowerShell as the default option when run on Windows. Add printing out of command that will execute
2026-02-16 16:26:20 -08:00
Giuseppe Rota
373ad9393a
fix: bash widget sanitization for &
...
In the bash widget readline code make sure that bash's `patsub_replacement` is temporarily unset to avoid having ${input}_NAVIEND in the final command when the expanded $replacement contains `&`
2025-11-26 12:24:40 +01:00
Alexis Opolka
b01291e040
Merge pull request #990 from astr0n0mer/master
...
docs: fixes broken links
2025-08-18 19:12:59 +02:00
astr0n0mer
820a7b9b31
docs: fixes broken links
2025-08-18 16:18:33 +05:30
Alexis Opolka
c6da2d934d
Merge pull request #987 from stacksparrow4/master
...
Removed head -n 1 from tmux widget
2025-06-30 04:15:07 +02:00
Daniel Cooper
403f25bc22
Removed head -n 1 from tmux widget
2025-06-30 11:53:51 +10:00
Alexis Opolka
8f236e9fcf
Merge pull request #986 from sebastiaanspeck/fix/toc
...
docs: Remove dead links from ToC
2025-06-29 22:56:07 +02:00
Sebastiaan Speck
2970b97e6c
README: remove dead links from ToC
2025-06-28 02:50:29 +00:00
Alexis Opolka
c55e6cdef6
Merge pull request #985 from alexismrosales-encora/fix/docs-configuration-typo
...
docs: Fix typo in configuration example
2025-06-26 23:26:16 +02:00
alexismrosales
04c99d0db7
docs: Fix typo in configuration example
2025-06-26 14:52:29 -06:00
Alexis Opolka
9dac4fa2ef
Update CODEOWNERS
2025-06-23 11:47:09 +02:00
Alexis Opolka
6f009dbc4e
Update CODEOWNERS
2025-06-23 11:46:57 +02:00
Alexis Opolka
822b3ea3ba
Merge pull request #983 from soar/feature/use-cargo-install-locked
...
feat: Add `--locked` to `cargo install` in release script
2025-06-20 16:38:56 +02:00
Aleksey @soar Smyrnov
fdbd607132
feat: Add --locked to cargo install in release script
2025-06-17 02:10:39 -04:00
Alexis Opolka
085ee0135b
Merge pull request #982 from lamchau/fish-repaint
...
fix: prevent prompt corruption in fish v4
2025-06-10 11:11:21 +02:00
Alexis Opolka
d62f8c7e04
Update navi.plugin.fish
2025-06-10 11:09:20 +02:00
Lam Chau
a7efad2740
docs: add references to fish
2025-06-07 14:36:02 -07:00
Lam Chau
fcbd6c3350
style: use long options for self-documentation
2025-06-06 19:49:35 -07:00
Lam Chau
0076018ada
fix: add version check for fish v4+
2025-06-06 13:24:02 -07:00
Lam Chau
023e52d1fb
fix: prevent prompt corruption in fish v4
...
fish v4 introduced new multiline prompt rendering behavior that breaks
when interactive commands like `navi` are injected via keybindings. this
resulted in partial prefix symbols (e.g. from a prompt's newline
component) being left on screen and improperly rendering the expanded
command (e.g. `gzgzip` instead of `gzip`).
this forces a full redraw so it's cosmetically identical to running
`navi` (as a command without insertion)
2025-06-06 02:21:54 -07:00
John Nguyen
e657f4b6b5
Update documentation links ( #980 )
...
* Fix links
Fix link
* Remove empty file
This has been refactored to docs/configurations/
* Update README.md
Made the links point directly at the files
---------
Co-authored-by: Alexis Opolka <53085471+alexis-opolka@users.noreply.github.com>
Co-authored-by: John Nguyen <ipwnponies@gmail.com>
2025-05-08 09:44:36 +02:00
alexis-opolka
2d9d04c6a3
Merge branch 'alexis-opolka-new-docs'
2025-05-04 12:37:30 +02:00
alexis-opolka
445f9be247
Merge branch 'new-docs' of github.com:alexis-opolka/navi into alexis-opolka-new-docs
2025-05-04 12:37:13 +02:00
alexis-opolka
48fd4db08d
Did a bit of refactoring - Deleted the png file inside the repository
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-05-04 11:00:43 +02:00
alexis-opolka
c409a0f149
Small update
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-30 22:15:00 +02:00
alexis-opolka
df8c0ff7b3
Update docs on widgets
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-30 22:14:03 +02:00
alexis-opolka
1c2abfd8e8
Updates the docs
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-30 22:06:38 +02:00
Alexis Opolka
138b7e0b00
Update the Continuous Deployment pipeline with a minimal amount of dependencies ( #971 )
...
* Merged dotfiles/scripts into navi/scripts
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Fixes the permission denied issue
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update log functions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Test new workflow
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update cd.yml
* Update release script
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Fix attempt
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Update the set-ouput method
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Added debugging log::info
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fixe issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Removed debugging log::info
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Adds more comments on what the expressions does
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Add once again the use of UPX for the linux releases
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to fix issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Comment UPX until I found how it was used and implemented it correctly
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
---------
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-09 20:16:14 +02:00
Alexis Opolka
9a6fae871a
Merge pull request #955 from alexis-opolka/new-default-commands
...
Introduce the new default commands + Add a reference for the configuration + Add some debug information along
2025-04-08 22:43:30 +02:00
Alexis Opolka
d8d0c099ae
Merge pull request #972 from alexis-opolka/merge-crates
...
Merge required crates code into navi + Update dependencies version
2025-04-08 22:13:32 +02:00
Alexis Opolka
5e268349c2
Merge branch 'master' into merge-crates
2025-04-08 22:13:22 +02:00
alexis-opolka
dde73701e5
[Incomplete] Add a reference for the info subcommands
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-08 09:09:54 +02:00
Alexis Opolka
03555ec40c
Update the crate authors
...
Updated the authors of the crate to better reflect the current contribution sources and becoming a collaborator on the project.
2025-04-07 23:28:41 +02:00
Alexis Opolka
9defe4768c
Formally introduce the 2.25.0 version
...
As of now, we formally introduce the next version to be 2.25.0 starting from a first beta.
The next has already accumulated enough changes to be considered a new version and cannot be said to be a post-release of 2.24.0.
2025-04-07 23:23:29 +02:00
alexis-opolka
a24a866ef2
Reverts a bad fix
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-07 23:09:33 +02:00
alexis-opolka
9c8e512d36
Cargo fmt
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-07 23:00:11 +02:00
alexis-opolka
4ea5307c2d
Fixes issues
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-07 22:57:04 +02:00
alexis-opolka
5989f4c677
Start of merging dependencies within navi
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-07 22:30:31 +02:00
alexis-opolka
839d33fbcf
Cargo fmt
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-03 01:35:09 +02:00
alexis-opolka
3e11ff93c1
Fixes the issue with the info subcommands
...
We now expose correctly the info subcommands and remove the possible breaking change with the use of `cheats-path` and `config-path` in scripts
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-03 01:33:16 +02:00
alexis-opolka
fda4a2d154
Update the repo subcommands docs
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-01 09:07:19 +02:00
alexis-opolka
a1ca7889bb
Cargo fmt
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-01 08:45:12 +02:00
alexis-opolka
64a9c0bf01
Update the examples link in commands
...
Updated the link of navi's cheatsheet in welcome.rs
Updated the link of the cheatsheet example and the configuration example in src/commands/info.rs
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-04-01 08:43:42 +02:00
alexis-opolka
8b473ccdfe
Update the usage article
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-30 07:39:28 +02:00
alexis-opolka
1795376062
Refactors shell-scripting article
...
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 23:31:55 +01:00