1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00
Commit graph

1194 commits

Author SHA1 Message Date
WindSoilder
a34f173181
Migrate some scripts to fit new variable and arguments naming style (#268)
* add tmp script

* fix more scripts

* remove tmp file

* migrate to new variable definition

* rename builtin variable back
2022-08-05 10:47:18 +03:00
Darren Schroeder
ea7de87315
update some scripts from dash to underscore, add 20k_club script (#271) 2022-08-04 15:25:52 -05:00
Darren Schroeder
9ae962ce41
update gitignore (#270) 2022-07-30 08:04:58 -05:00
Darren Schroeder
832d0d7d18
switch kebab case parameters to snake case (#269) 2022-07-29 08:02:29 -05:00
Kamil
c8602b6765
Unspanned error (#267)
* unspanned errors

* hosts updater is now sudo-able
2022-07-28 11:07:02 +03:00
Jakub Žádník
391086a4f9
Update conda to 0.66 variable naming convention (#266) 2022-07-27 10:40:50 +03:00
Tobias Salzmann
ea6069a2ab
Create autojump.nu (#265) 2022-07-21 06:24:51 -05:00
WindSoilder
38b9cc48ca
fix conda (#264) 2022-07-13 08:19:59 -05:00
Darren Schroeder
b8158bf062
add nana to twin script (#263) 2022-07-09 09:36:20 -05:00
Tobias Salzmann
04099d7623
Create select-aws-profile.nu (#262) 2022-07-08 07:53:27 -05:00
Darren Schroeder
aaf5f15cb5
update get_weather to use the new error make (#261) 2022-07-02 09:42:56 -05:00
Darren Schroeder
7a59ee5c75
add stargazer script to monitor nushell stars (#260) 2022-07-01 07:29:00 -05:00
Darren Schroeder
0ea59f4eaa
add turtle benchmark and reorganize (#259) 2022-06-28 07:37:25 -05:00
Yethal
7d5c2f0a2e
Added delete-merged-branches.nu (#255)
Co-authored-by: Yethal <nosuchemail@email.com>
2022-06-23 06:32:11 -05:00
Kamil
d121e9808a
maths refactor (#254) 2022-06-16 13:10:16 -05:00
Kamil
bc60e64019
up.nu fixed (#252)
fix for version 0.64
2022-06-16 13:09:15 -05:00
Yethal
2e41bcc947
Update branch-protections.nu (#251)
# was missing from shebang
2022-06-14 10:58:10 -05:00
Yethal
e053faaab8
Add branch protections (#250)
Co-authored-by: Yethal <nosuchemail@email.com>
2022-06-14 06:47:01 -05:00
Kamil
62ff0e7276
update_hosts.nu created (#249) 2022-06-10 14:55:25 -05:00
Kamil
fdb506aab0
cdpath.nu -- more clear for windows (#248) 2022-06-06 07:03:29 -05:00
Kamil
cba735267d
cdpath fixed for windows (#247)
windows uses userprofile instead of home so it used to raise an error in previous version
2022-06-06 06:29:17 -05:00
Kamil
5c10a37f46
cdpath.nu moved and improved (#245)
Now you can move only to an actual dir, relative paths and symlinks now work just fine, too
2022-06-04 08:00:35 -05:00
Dan-Gamin
0f9d10d78d
Add helpers folder and add script for running C/C++ quickly (#241) 2022-06-03 17:26:19 -05:00
Edward DeVries
4ab39c0d09
Improve panache-git performance for changes with many files (#240) 2022-05-31 16:31:03 -05:00
Yethal
456c0fe5b0
Update remoting.nu (#239)
Running built-in command using `ssh script` fails with a non-obvious error message. This fixes that
2022-05-30 16:22:32 -05:00
Yethal
abd600d41e
Update ssh script for 0.63.0 (#238) 2022-05-30 15:44:45 -05:00
Dan-Gamin
660fb558d9
Add more cargo completions (#233) 2022-05-30 09:09:34 -05:00
Jacob Gonzalez
59502c9538
generated nu completions from fish (#237) 2022-05-30 08:34:28 -05:00
Jacob Gonzalez
b74da8e5f0
autogenerate from Fish shell completions (#236)
* fish generator

* handle root command case

* documentation for cases

* fix edge cases in parse-fish script

* fix command description missing edge case
2022-05-30 08:31:55 -05:00
Dan-Gamin
f6bd50a221
Create pwd-short.nu (#235) 2022-05-29 15:13:56 -05:00
Stefan Holderbach
03db40965a
Script to gather test coverage for nushell (#234)
* Script to gather test coverage for nushell

Uses https://github.com/taiki-e/cargo-llvm-cov

Adapted to gather integration test from https://github.com/taiki-e/cargo-llvm-cov#get-coverage-of-external-tests

* Trim variable names

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2022-05-29 07:33:24 -05:00
Yethal
dcd335f191
Update make-completions.nu (#232)
command argument is now optional to allow running just `make`
2022-05-27 12:11:22 +03:00
Darren Schroeder
3f70875f65
use default bg color for execution time (#231) 2022-05-26 08:01:21 -05:00
Thibaut
f14024eb38
Misc tools (#229)
* date shortcut functions

* mkdir + cd shortcut function

* sk wrapper to fuzzy find and select a value with optional preview

* group list values by regex

Co-authored-by: Thibaut Brandscheid <randaltor@web.de>
2022-05-21 16:29:42 -05:00
Just a Badly Drawn TABS Dude
809b7b1578
feat(custom-completions): add yarn completion (#228)
* feat(custom-completions): add yarn completion

This adds completion for all yarn berry commands. This is for yarn berry ONLY and does not work on yarn legacy

* Update yarn-completion.nu
2022-05-21 14:25:22 +01:00
JT
77b3adca16
update nu weekly script (#227) 2022-05-21 10:07:28 +12:00
Darren Schroeder
748ee44f61
add html colors (#226) 2022-05-18 18:12:14 -05:00
Yethal
627c8f66a1
Update remoting.nu (#225)
I accidentally pushed an older version of this file before
2022-05-18 12:44:04 -05:00
Jacob Gonzalez
a84162d708
Auto generation completion help parser (#223)
* basic regex parsing flags

* addressed multiline description

* readme and usage

* move to custom-completions/auto-generated

* put tests into module

* add comments and limitations
2022-05-18 08:36:49 +03:00
Darren Schroeder
bc6903f3fa
add progress bar examples + some benchmarks (#224) 2022-05-17 13:37:19 -05:00
Yethal
c2b3d48279
Added remoting.nu (#222)
* Added remoting

* improved formatting

Co-authored-by: Yethal <nosuchemail@email.com>
2022-05-17 06:06:01 -05:00
Darren Schroeder
22ae5ef71c
help with pr (#220) 2022-05-16 08:35:40 -05:00
kurokirasama
af2c1bea43
added maths, defs and weather scripts (#217) 2022-05-13 19:13:17 -05:00
Eric Hodel
350cf53acf
Allow relative entries in CDPATH (#216)
This allows `c` to work with relative directories like "." for
the current directory or shorthand like "~/Repos" to complete from a
common directory.
2022-05-12 15:46:42 -05:00
Darren Schroeder
ed4a2de962
remove title because it breaks kitty (#215) 2022-05-05 06:56:47 -05:00
Darren Schroeder
30b8a449ae
update get_os_icon for wsl (#214) 2022-05-02 10:02:02 -05:00
Darren Schroeder
3850edbb50
update type-o for windows (#213) 2022-04-25 11:48:26 -05:00
Darren Schroeder
8e23fe5560
use $nu.os-info vs (sys).host for speed (#212) 2022-04-25 06:29:49 -05:00
Arnout Engelen
47edd7dbbc
custom completions: git: 'git fetch' (#210) 2022-04-21 00:11:45 +02:00
Yethal
7e59e5b9dd
Update nuschiit.nu (#208)
Simplified html parsing
2022-04-15 17:41:50 +03:00