Commit graph

889 commits

Author SHA1 Message Date
Denis França
07865ec84c Jan-29 23h17: parser.rs 2025-01-29 23:17:24 +00:00
Denis França
5a27f2c047 Jan-29 23h17: parser.rs 2025-01-29 23:17:12 +00:00
Denis França
89fe968c0a Jan-29 23h16: dot 2025-01-29 23:16:30 +00:00
Denis França
41a75851fa Jan-29 23h08: parser.rs 2025-01-29 23:08:13 +00:00
Denis França
e3e2d3a722 Jan-29 23h07: filesystem.rs 2025-01-29 23:07:56 +00:00
Denis França
2e77b6f889 Jan-29 23h07: Cargo.toml, Cargo.lock 2025-01-29 23:07:48 +00: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
alexis-opolka
4534211638 Update powershell preview
It seems to be working without much issues, did not have much to test though

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-08 18:44:18 +01:00
alexis-opolka
0c6684a921 Tried to update to powershell
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-08 13:37:52 +01:00
alexis-opolka
31b831317a Update Navi's code
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-07 17:24:18 +01:00
alexis-opolka
9128f453d2 Update powershell plugin
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-07 17:24:00 +01:00
alexis-opolka
66d05ef9a5 Removed orphan parameter
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-07 14:02:06 +01:00
alexis-opolka
a89116c8f2 Moved Powershell navi plugin to its own subfolder
Moved the plugin as a module in order to have the Invoke-NaviWidget function defined in every session

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-07 14:00:36 +01:00
alexis-opolka
4a8b4b707c Add initial powershell plugin by @lurebat
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
2024-12-06 17:46:13 +01:00
Denis Isidoro
089be801b2
Merge pull request #922 from Spuxy/master
Fixed URL for cheat path
2024-11-20 18:29:06 -03:00
Filip Boye-Kofi
356add8026
Fixed URL for cheat path 2024-11-19 17:36:47 +01:00
Denis Isidoro
8d9c43c1ff
Merge pull request #919 from yanivmo/mention-vs-extension
docs: mention navi syntax highlighting vs-code extension
2024-11-09 15:50:20 -04:00
Yaniv Mordekhay
cfc15d7476 docs: mention navi syntax highlighting vs-code extension 2024-10-12 01:51:50 +03:00
Denis Isidoro
8e2317409c
Merge pull request #916 from TwiggyWan/fix/navi_tldr_hint
chore(tldr): Make it more obvious that tealdeer is the recommended cl…
2024-09-28 22:53:06 -03:00
asemmar
c59af6548e chore(tldr): Make it more obvious that tealdeer is the recommended client
https://github.com/tldr-pages/tldr mentions tlrc as the official
rust client, but navi supports tealdeer instead since
c3d75383f8, so stop mentioning
that link and instead point the user directly to tealdeer.

Fix: https://github.com/denisidoro/navi/issues/902
2024-09-28 02:12:11 +02:00
Denis Isidoro
e0943c39cf
Merge pull request #914 from kit494way/fix-typo
Fix typo
2024-09-25 10:07:31 -03:00
KITAGAWA Yasutaka
4d2e21df14
Fix typo 2024-09-16 17:29:33 +09:00
Denis Isidoro
0a1413faa8
Merge pull request #901 from suimong/master
add integration with nushell
2024-06-30 11:11:42 -03:00
Ben
afc4883bff updated doc. 2024-06-24 23:23:33 +08:00
Ben Yang
071969ada0 mvp. 2024-06-24 18:50:29 +08:00
Denis Isidoro
52e90ad8f9
Merge pull request #898 from zhaixiaojuan/LA-master
Update libc & linux-raw-sys to support loongarch64
2024-05-29 18:51:37 -03:00
zhaixiaojuan
8227e21c83 Update libc & linux-raw-sys to support loongarch64 2024-05-29 14:19:09 +08:00
Denis Isidoro
7575ca2435
Merge pull request #894 from tolik518/cargo-clippy-fix
fixed cargo clippy warnings
2024-05-07 15:17:55 -03:00
Anatolij Vasilev
266368c541
fixed cargo clippy warnings 2024-05-07 08:50:44 +02:00
Denis Isidoro
78c5aaf9e0
Merge pull request #892 from tolik518/linter-fix-for-fzf-issue
Fixed failing linter
2024-05-06 22:05:49 -03:00
Anatolij Vasilev
d0d56223ce
fixed linter 2024-05-06 13:32:50 +02:00
Denis Isidoro
d713d501a0
Merge pull request #888 from tolik518/incompatible-fzf-version
Added error message for incompatible fzf version
2024-03-31 15:54:00 -05:00
Anatolij Vasilev
4c65d78027
removed added blank line 2024-03-25 16:11:38 +01:00