Commit graph

131 commits

Author SHA1 Message Date
alexis-opolka
6482771e23 Merge remote-tracking branch 'origin/remote-follower' into new-docs 2025-03-29 09:06:39 +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
KITAGAWA Yasutaka
29d912a524
Change link title 2025-03-27 20:34:43 +09: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
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
Rodinei Fagundes
0dced05ded
Improved vim syntax highlighting documentation 2025-03-13 13:19:48 -03:00
Alexis Opolka
58d58eafce
Update README.md
Added instructions on how to remove the powershell module.
2025-03-07 20:06:32 +01:00
Alexis Opolka
2df3f96a2a
Create configuration/config-example.yaml 2025-03-05 18:56:07 +01:00
Alexis Opolka
4aee114b01
Create example.cheat 2025-03-05 18:54:45 +01:00
Alexis Opolka
2119921a4e
Update navi.cheat 2025-03-05 18:54:07 +01:00
Alexis Opolka
de820e01d6
Create examples/cheatsheet/navi.cheat 2025-03-05 18:53:29 +01:00
alexis-opolka
b297cc0d61 Merge remote-tracking branch 'denisidoro/master' into new-docs 2025-02-16 12:07:15 +01:00
alexis-opolka
f9bc3d2e26 Moved a bit of information from the base README to the docs README
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-16 12:04:52 +01:00
alexis-opolka
9ab374d318 Update the documentation for contributions
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-15 21:27:28 +01:00
Alexis Opolka
4fdd371f68
Update docs/navi_config.md
Co-authored-by: KITAGAWA Yasutaka <kit494way@gmail.com>
2025-02-13 13:29:50 +01:00
alexis-opolka
08e96d0053 Update documentation on how to override the delimiter_var configuration
Signed-off-by: alexis-opolka <alexis.opolka@proton.me>
2025-02-12 12:18:26 +00:00
alexis-opolka
2a87d5ec08 Update Navi's configuration documentation
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-09 14:46:11 +01:00
KITAGAWA Yasutaka
dc59652642
Allow delimiter variable option to be set from config.yaml 2025-02-09 09:27:36 +09:00
alexis-opolka
5827fc04a2 Update docs
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-06 13:49:36 +01:00
alexis-opolka
3aeca266a7 Fixes typos
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-06 13:44:09 +01:00
alexis-opolka
89850460bf Fixes small rendering issue
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-06 13:27:20 +01:00
Alexis Opolka
2e80251c8f
Update README.md 2025-02-06 13:26:02 +01:00
Alexis Opolka
94bcd4678b
Update README.md 2025-02-06 13:25:10 +01:00
alexis-opolka
70f63237c9 Update Navi contribution documentation
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-06 13:23:39 +01:00
alexis-opolka
e18469516d Moved, Deleted and Added files and their documentation
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2025-02-06 12:45:58 +01:00
Alexis Opolka
c66e67159f
Update README.md 2025-02-06 09:30:03 +01:00
Alexis Opolka
01767538f0
Update docs 2025-02-06 09:26:56 +01:00
Alexis Opolka
3c75e3b74a
Update configuration 2025-02-06 09:26:26 +01:00
Alexis Opolka
6a0c3285b7
Update cheatsheet with a syntax document 2025-02-06 09:25:38 +01:00
Alexis Opolka
7c126b6657
Update cheatsheet with a getting started guide 2025-02-06 09:24:36 +01:00
Alexis Opolka
d8261c4e2d
Update docs
Created a folder for widgets.
2025-02-06 09:22:08 +01:00
Alexis Opolka
abe6d5b112
Update README.md 2025-02-06 09:16:49 +01:00
Alexis Opolka
fc60240876
Update README.md 2025-02-06 09:14:25 +01:00
Alexis Opolka
4acd555436
Update docs 2025-02-06 09:12:53 +01:00
Alexis Opolka
64f6016d6a
Update cheatsheet 2025-02-06 09:12:12 +01:00
Alexis Opolka
21b9e32028
Update docs
Created a cheatsheet folder
2025-02-06 09:11:04 +01:00
Alexis Opolka
56e39587eb
Moved content from docs/installation to docs/installation/ 2025-02-06 09:09:06 +01:00
Alexis Opolka
37a2ea7550
Update docs
Created an installation documentation
2025-02-06 09:07:26 +01:00
Alexis Opolka
7187c026cd
Update docs
Create a folder for the configuration of navi
2025-02-06 09:06:35 +01:00
Alexandre GV.
805fe125da
Add bind name in tmux.md
Makes the keybind appear in `Prefix + ?` (list of all named keybinds)
2025-01-03 12:11:05 +01:00
Filip Boye-Kofi
356add8026
Fixed URL for cheat path 2024-11-19 17:36:47 +01:00
Yaniv Mordekhay
cfc15d7476 docs: mention navi syntax highlighting vs-code extension 2024-10-12 01:51:50 +03:00
KITAGAWA Yasutaka
4d2e21df14
Fix typo 2024-09-16 17:29:33 +09:00
Ben
afc4883bff updated doc. 2024-06-24 23:23:33 +08:00