Commit graph

915 commits

Author SHA1 Message Date
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
Denis Isidoro
90a29ed324
Merge pull request #942 from alexis-opolka/config-delimiter
Update documentation for #941 changes
2025-02-13 21:08:34 -03: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
Denis Isidoro
72b0d14589
Merge pull request #941 from kit494way/config-delimiter
Allow delimiter variable option to be set from config.yaml
2025-02-13 02:36:33 -03: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
Denis Isidoro
5515367dc8
2.24.0 bump (#935) 2025-01-29 20:18:21 -03:00
Denis Isidoro
586ad7f0a4
Merge pull request #933 from paolobarbolini/fixes
Upgrade dependencies again and fix rustfmt
2025-01-18 08:58:49 -03:00
Paolo Barbolini
d0353af6b5 Upgrade dependencies
Fixes:

```
Crate:     log
Version:   0.4.24
Warning:   yanked
Dependency tree:
log 0.4.24
├── tracing-log 0.2.0
│   └── tracing-subscriber 0.3.19
│       └── dns_common 0.2.1
│           └── navi 2.23.0
└── mio 1.0.3
    ├── signal-hook-mio 0.2.4
    │   └── crossterm 0.28.1
    │       └── navi 2.23.0
    └── crossterm 0.28.1

warning: 1 allowed warning found
```

Also drastically reduces the number of dependencies.
2025-01-18 12:06:21 +01:00
Paolo Barbolini
50444cc6de fix: cargo fmt 2025-01-18 12:05:32 +01:00
Denis Isidoro
7cbfb7eb18
Merge pull request #931 from paolobarbolini/ancient-dependencies
Upgrade dependencies
2025-01-18 07:36:39 -03:00
Denis Isidoro
4200050d87
Merge branch 'master' into ancient-dependencies 2025-01-18 07:36:29 -03:00
Denis Isidoro
734f147a6a
Merge pull request #925 from alexis-opolka/update-rustup-version
Updated rustc channel
2025-01-18 07:35:22 -03:00
Denis Isidoro
adc775f37b
Merge pull request #924 from alexis-opolka/master
Add support for powershell on Windows + Powershell Plugin
2025-01-18 07:34:55 -03:00
Denis Isidoro
10ddffbe72
Merge branch 'master' into master 2025-01-18 07:34:18 -03:00
Denis Isidoro
1060b21019
Merge pull request #930 from kidonng/fish-plugin
shell: rewrite fish plugin
2025-01-18 07:33:06 -03:00
Denis Isidoro
3381c4db6d
Merge pull request #927 from alexandregv/tmux-bind-name
Add bind name in tmux.md
2025-01-18 07:32:43 -03:00
Denis Isidoro
bb1efa4e95
Merge pull request #932 from ryo246912/master
fix: CI
2025-01-18 07:31:27 -03:00
Paolo Barbolini
f9070c950b Upgrade dependencies 2025-01-11 10:46:32 +01:00
ryo246912
a2c5598a01
fix: cargo fmt 2025-01-10 15:21:51 +09:00
Kid
2f78beaf90
Rewrote fish plugin 2025-01-09 14:31:36 +08: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
alexis-opolka
fd6e8b351d Updated rustc channel
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-08 22:34:45 +01:00
alexis-opolka
7b32a0d45d Removed wrong HelpInfoURI
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-08 18:57:34 +01:00
alexis-opolka
5b6b598e1d Removed unwanted modification
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-08 18:50:19 +01:00