Harrisonn
d04eea634a
fix: cargo clippy
linting flags need to accept strings ( #947 )
...
The linting flags `--warn`, `--deny`, `--allow` and `--forbid` have
`string` type rather than `bool`
Signed-off-by: OJarrisonn <j.h.m.t.v.10@gmail.com>
2024-09-11 17:51:33 -05:00
Maxim Uvarov
afde2592a6
use typos
for corrections ( #833 )
...
I used [typos](https://github.com/crate-ci/typos/ ).
I manually checked all the corrections and they seem safe to me.
There are still some left, but those in this PR are good
2024-05-08 06:47:54 -05:00
Darren Schroeder
4f2263447f
update script syntax to match the latest nushell ( #429 )
2023-03-31 07:39:20 -05:00
Darren Schroeder
4a0f59265d
fix text where comments don't have spaces ( #387 )
2023-02-22 07:13:10 -06:00
WindSoilder
1203bec68d
fix custom completions arg names ( #324 )
2022-12-12 06:20:31 -06:00
Emil Gardström
a532ee8c4d
improve cargo completions ( #316 )
...
* improve cargo completions
* fix indentation
2022-11-22 15:49:36 -06:00
Darren Schroeder
c72a6717b9
update cargo update completions
2022-09-22 10:14:11 -05:00
Darren Schroeder
e28c0bdb6d
add cargo update completions ( #297 )
2022-09-22 10:07:59 -05:00
Francesc Elies
b42a0a4c9b
cargo clippy completions ( #296 )
...
Co-authored-by: Francesc Elies <francesc.elies@mbbm-ast.com>
2022-09-22 09:55:52 -05:00
Darren Schroeder
ea7de87315
update some scripts from dash to underscore, add 20k_club script ( #271 )
2022-08-04 15:25:52 -05:00
Dan-Gamin
660fb558d9
Add more cargo completions ( #233 )
2022-05-30 09:09:34 -05:00
Hofer-Julian
ef5de3ed96
Move completions to module format ( #195 )
...
* Move custom completions to module format
* Describe usage in README of custom completions
2022-03-31 06:30:07 -05:00
Eschryn
f394c2819e
[completions-cargo] complete targets from cargo metadata ( #194 )
...
* complete targets from cargo metadata
for more precise completions we probably should use cargo metadata to get the available targets
* fix typo
2022-03-28 17:47:22 -05:00
ZetaNumbers
9b16659408
Make "nu-complete cargo packages" offline for speed ( #191 )
...
It uses `cargo metadata` command with `--offline` flag to forbid it fetching anything from the net, which caused some input lag before
2022-03-27 17:10:29 -05:00
Darren Schroeder
834959daf7
rename uses of update
to upsert
( #178 )
2022-03-16 19:13:49 -05:00
ZetaNumbers
77b74c02ef
add completion for cargo packages ( #169 )
2022-03-02 06:36:42 -06:00
Darren Schroeder
ca89da5242
reorganize site in preparation for beta and releaes ( #161 )
2022-02-25 13:10:38 -06:00