Commit graph

1034 commits

Author SHA1 Message Date
Alexis Opolka
87c85f40c1
Update README.md 2025-03-29 12:13:14 +01:00
Alexis Opolka
3d833a0aa9
Update README.md
Fixes a typo
2025-03-29 12:11:56 +01:00
alexis-opolka
d59bd5ec3d Refactored the configuration article
Fixes https://github.com/alexis-opolka/navi/issues/17

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 12:09:21 +01:00
alexis-opolka
3f4726a091 Moves entries from the cheatsheet/repositories article to the usage/commands/repo article
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 11:36:51 +01:00
alexis-opolka
a01b892ec4 Fixes the getting started title
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 10:52:08 +01:00
alexis-opolka
6d52bcd120 Fixes some typos and rendering issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 10:49:44 +01:00
alexis-opolka
85ff24ba70 Adds the missing TOC
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 10:33:51 +01:00
alexis-opolka
60a0a8482e Refactors the cheatsheet syntax article
Fixes https://github.com/alexis-opolka/navi/issues/16

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 10:31:34 +01:00
alexis-opolka
577dc08de4 Fixes unintended changes on the CI
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-29 09:09:26 +01:00
alexis-opolka
6482771e23 Merge remote-tracking branch 'origin/remote-follower' into new-docs 2025-03-29 09:06:39 +01:00
alexis-opolka
77b9013a4b Merge branch 'remote-follower' into new-docs 2025-03-29 09:04:08 +01:00
alexis-opolka
c35bd94a70 Merge branch 'new-docs' of github.com:alexis-opolka/navi into new-docs 2025-03-28 14:54:36 +01:00
alexis-opolka
2f3889e645 Update
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-28 14:54:30 +01:00
Alexis Opolka
6bdc59a460
Merge pull request #961 from kit494way/docs-cheat-md
Add documentation on .cheat.md
2025-03-27 12:42:17 +01:00
KITAGAWA Yasutaka
29d912a524
Change link title 2025-03-27 20:34:43 +09:00
Alexis Opolka
c0898e3aed
Merge pull request #958 from kit494way/fix-widget-powershell
Fix widget powershell
2025-03-25 10:26:11 +01:00
Alexis Opolka
20f8867c57
Merge pull request #963 from alexis-opolka/update-owners
Update CODEOWNERS
2025-03-25 08:49:40 +01:00
Alexis Opolka
7cec530a7d
Update CODEOWNERS
Updates the CODEOWNERS files since I am now a maintainer of this project.
2025-03-25 08:47:09 +01:00
Alexis Opolka
678894c874
Update new-docs branch (#26)
* Fix CI lint errors

* Run ci on pull requests

* Update powershell plugins metadata

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Tries to implement the call to

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Moves Navi plugin to its own repository

https://github.com/alexis-opolka/navi.plugin.pwsh
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Adds a check to create the profile file if it doesn't exist

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Allow cheatsheet items with same descriptions

Prior to the refactor performed in
https://github.com/denisidoro/navi/pull/760, cheatsheet items could have
the same tags and the same description, but a different snippet, and
they would all be listed in the finder.

After the refactor, this behavior has changed and such items will now be
treated as non-unique.

There appears to be no requirement for item descriptions to
be distinct, so this patch restores the earlier behavior.

Fixes: https://github.com/denisidoro/navi/issues/951

Signed-off-by: Erik Gabriel Carrillo <ecarrillo@alumni.utexas.net>

* Revert "Moves Navi plugin to its own repository"

This reverts commit 2bb57a23b8.

* Update shell.rs

It should remove the need to put a "-" in the middle of the name. It's a bit impractical.

* Update shell.rs

Updated the link to the module.

* Create navi.plugin.psm1

Moves the file to the base folder, removed cmdlets handlers and related options. Still needs modifications.

* Improved vim syntax highlighting documentation

* Update navi pwsh plugin

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Integrates the shortcut key in the module definition

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Update powershell plugin definition and exports

Co-authored-by: KITAGAWA Yasutaka <kit494way@gmail.com>
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Update Module exports

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Fixes powershell export

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Fixes the issue with unauthorized I/O redirection

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>

* Update cd.yml

---------

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
Signed-off-by: Erik Gabriel Carrillo <ecarrillo@alumni.utexas.net>
Co-authored-by: KITAGAWA Yasutaka <kit494way@gmail.com>
Co-authored-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
Co-authored-by: Denis Isidoro <denisidoro@users.noreply.github.com>
Co-authored-by: Rodinei Fagundes <rodinei.jf@gmail.com>
2025-03-24 03:25:10 +01:00
alexis-opolka
97ac48d47b Fixes small typo
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-24 03:20:45 +01:00
alexis-opolka
8169ec4d74 Refactor + update cheatsheets and cheatsheet repositories articles
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-24 03:02:53 +01:00
alexis-opolka
fbf4c0165b Quick refactor
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-24 01:54:22 +01:00
KITAGAWA Yasutaka
7ccba61bf3
Fix 2025-03-23 07:46:06 +09:00
alexis-opolka
d9dc66c446 Fixes lint errors
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-22 11:36:32 +01:00
alexis-opolka
478c240861 Update the config.source attribute + fixes minor issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-22 11:30:56 +01:00
KITAGAWA Yasutaka
534006ab42
Emphasize tip 2025-03-20 18:27:28 +09:00
KITAGAWA Yasutaka
9ddf9e9fd6
Add documentation on .cheat.md 2025-03-20 17:46:50 +09:00
KITAGAWA Yasutaka
57830a0252
cargo fmt 2025-03-18 07:33:42 +09:00
KITAGAWA Yasutaka
63548f5cf3
Fix widget powershell
Clear current input before inserting navi's output.
2025-03-18 07:27:18 +09:00
Denis Isidoro
6f1bbcf666
Merge pull request #947 from alexis-opolka/pwsh-plugin
Update PowerShell plugin
2025-03-17 10:06:35 -03:00
Denis Isidoro
e4899d9f84
Merge pull request #956 from rodineijf/master
Improved vim syntax highlighting documentation
2025-03-17 10:04:13 -03:00
alexis-opolka
211795f8d5 Fixes the issue with unauthorized I/O redirection
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-16 11:28:26 +01:00
alexis-opolka
259114daa0 Fixes powershell export
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-16 10:39:35 +01:00
alexis-opolka
838527dbbb Update Module exports
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-16 10:04:46 +01:00
alexis-opolka
fbc94b0a3e Update powershell plugin definition and exports
Co-authored-by: KITAGAWA Yasutaka <kit494way@gmail.com>
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-16 07:44:49 +01:00
alexis-opolka
d5f1664213 Added a help page on how works the CODEOWNERS file
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-15 11:53:06 +01:00
alexis-opolka
16c97d15c6 Removes the entry for the deprecated Alfred feature
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-15 11:36:05 +01:00
alexis-opolka
51c474f995 Update the CODEOWNERS
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-15 11:35:48 +01:00
alexis-opolka
a162395826 Updates the CODEOWNERS
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-15 11:15:06 +01:00
Alexis Opolka
03618b55fd
Merge branch 'master' into pwsh-plugin 2025-03-14 23:59:58 +01:00
alexis-opolka
0531554816 Integrates the shortcut key in the module definition
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-14 23:59:12 +01:00
alexis-opolka
89e71794c6 Update navi pwsh plugin
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-14 23:41:47 +01:00
alexis-opolka
ec3a18cb93 Ran cargo fmt
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-14 23:31:40 +01:00
alexis-opolka
2b4a750624 Slightly updates visually the debug expressions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-14 23:29:12 +01:00
alexis-opolka
e6d39fddd5 Update deprecation notice
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-14 23:28:16 +01:00
alexis-opolka
df979f2047 Removes unwanted import
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-14 23:27:18 +01:00
Rodinei Fagundes
0dced05ded
Improved vim syntax highlighting documentation 2025-03-13 13:19:48 -03:00
alexis-opolka
7be6087ba7 Update documentation
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-12 01:02:54 +01:00
alexis-opolka
3e6597a23e Added an entrypoint in the configuration to understand where it was loaded from
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-12 00:46:13 +01:00
alexis-opolka
47c9bbaa62 Added debug expressions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-03-12 00:34:54 +01:00