forked from nushell/nupm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nupkgs.nuon
57 lines (53 loc) · 3.78 KB
/
nupkgs.nuon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
[type url];
[package "https://github.com/amtoine/zellij-layouts/tree/main/nu-zellij"]
[package "https://github.com/amtoine/nu-git-manager"]
[package "https://github.com/amtoine/nu-right-prompt"]
[package "https://github.com/amtoine/nu-pomodoro"]
[package "https://github.com/goatfiles/scripts/tree/main/nu_scripts"]
[package "https://github.com/nushell/nu_scripts"]
[plugin "https://github.com/JosephTLyons/nu_plugin_periodic_table"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_custom_values"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_example"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_python"]
[plugin "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query"]
[plugin "https://github.com/fennewald/nu_plugin_net"]
[plugin "https://github.com/fdncred/nu_plugin_pnet"]
[plugin "https://github.com/WindSoilder/nu_plugin_bin_reader"]
[plugin "https://github.com/fdncred/nu_plugin_from_parquet"]
[plugin "https://github.com/Euphrasiologist/nu_plugin_bio"]
[plugin "https://github.com/fdncred/nu_plugin_regex"]
[plugin "https://github.com/fdncred/nu_plugin_template"]
[plugin "https://github.com/ayax79/nu_plugin_plist"]
[plugin "https://github.com/Euphrasiologist/nu_plugin_plot"]
[plugin "https://github.com/Berrysoft/nu_plugin_from_hdf5"]
[plugin "https://github.com/jcornaz/nu_plugin_from_beancount"]
[plugin "https://github.com/bluk/nu_plugin_from_bencode"]
[plugin "https://github.com/Trivernis/nu-plugin-dialog"]
[plugin "https://github.com/realcundo/nu_plugin_dcm"]
[plugin "https://github.com/Yethal/nu_plugin_hcl"]
[plugin "https://github.com/fdncred/nu_plugin_json_path"]
[plugin "https://github.com/fdncred/nu_plugin_str_similarity"]
[package "https://github.com/amtoine/nu_plugin_kdl"]
[package "https://github.com/amtoine/nu_plugin_explore"]
[script "https://github.com/nushell/nu_scripts/blob/main/sourced/cool-oneliners/cargo_search.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/sourced/cool-oneliners/git_gone.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/sourced/webscraping/nuschiit.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/modules/virtual_environments/conda.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/modules/weather/get-weather.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/modules/data_extraction/ultimate_extractor.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/modules/maths/math_functions.nu"]
[script "https://github.com/nushell/nu_scripts/blob/main/sourced/api_wrappers/wolframalpha.nu"]
[script "https://github.com/Jan9103/packer.nu"]
[script "https://github.com/1Kinoti/stdx.nu"]
[package "https://github.com/goatfiles/scripts/tree/main/nu_scripts/scripts/nu-logout"]
[package "https://github.com/goatfiles/scripts/tree/main/nu_scripts/scripts/nu-clippy"]
[completion "https://github.com/nushell/nu_scripts/blob/main/custom-completions/git/git-completions.nu"]
[completion "https://github.com/nushell/nu_scripts/blob/main/custom-completions/make/make-completions.nu"]
[completion "https://github.com/nushell/nu_scripts/blob/main/custom-completions/npm/npm-completions.nu"]
[completion "https://github.com/nushell/nu_scripts/blob/main/custom-completions/cargo/cargo-completions.nu"]
[completion "https://github.com/nushell/nu_scripts/blob/main/custom-completions/winget/winget-completions.nu"]
]