1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-31 14:17:45 +00:00
Commit graph

1194 commits

Author SHA1 Message Date
JT
5203c267e3
Merge pull request #63 from nushell/lisp_mode
Add a lisp mode
2021-06-10 07:09:55 +12:00
Jonathan Turner
17f8db920b Add a lisp mode 2021-06-10 07:08:37 +12:00
Darren Schroeder
ce14c37070
Merge pull request #62 from fdncred/change_cmd_duration_to_ms
update cmd_duration to cmd_duration_ms
2021-06-08 15:51:34 -05:00
Darren Schroeder
4c569c06e8 update cmd_duration to cmd_duration_ms 2021-06-08 15:50:43 -05:00
Darren Schroeder
f1db80252d
Merge pull request #61 from efx/oneliner-combine-two-files
oneliner: combine two files into one
2021-06-08 15:22:10 -05:00
Eli Flanagan
6a664a2e12
oneliner: combine two files into one
This oneliner combines two files of the same type into one.
I named it after the Unix utility for discoverability.

Thanks to @jonathandturner for the help on Discord!
2021-06-08 16:14:09 -04:00
Darren Schroeder
c0829c518e
Merge pull request #60 from fdncred/new_256_testpattern
added a new 256 color test pattern script in bash and nu
2021-06-05 16:09:51 -05:00
Darren Schroeder
c9a827ed58 added a new 256 color testpattern script in bash and nu 2021-06-05 16:08:56 -05:00
Darren Schroeder
bf9aa15a5f
Merge pull request #59 from fdncred/powershell_tweaks
several attempts at making it faster
2021-06-04 13:54:17 -05:00
Darren Schroeder
39834276b3 several attempts at making it faster 2021-06-04 13:53:45 -05:00
Darren Schroeder
6b199476c8
Merge pull request #58 from fdncred/update_gradient
update gradient for better nushell comparisons
2021-06-04 13:06:02 -05:00
Darren Schroeder
dd7a736624 update gradient for better nushell comparisons 2021-06-04 13:04:47 -05:00
Darren Schroeder
c99eec8c78
Merge pull request #57 from fdncred/gen_tmLang
add script to partially generate tmLanguage settings for extension
2021-06-03 11:47:27 -05:00
Darren Schroeder
c959004fbd add script to partially generate tmLanguage settings for extension 2021-06-03 11:46:09 -05:00
JT
641c0a2fb5
Update nu_release.nu 2021-06-03 14:56:21 +12:00
Darren Schroeder
4eb7ff891c
Merge pull request #56 from fdncred/for_tweaks
add for to some scripts
2021-06-02 17:48:39 -05:00
Darren Schroeder
0a310cd9fa add for to some scripts 2021-06-02 17:47:16 -05:00
Darren Schroeder
cbe7f74a34
Merge pull request #53 from fdncred/changes_for_0320
updated for 0.32.0 release
2021-05-27 12:27:47 -05:00
Darren Schroeder
8e8113921e remove script references to str from 2021-05-27 11:26:37 -05:00
Darren Schroeder
0171910dfb a little reorganization 2021-05-26 13:30:36 -05:00
Darren Schroeder
19bd28d4f9 more tweaking 2021-05-26 13:04:04 -05:00
Darren Schroeder
4dad88ad92
make more nu-32-ish 2021-05-26 12:50:40 -05:00
Darren Schroeder
b66510fcca
Merge branch 'main' into changes_for_0320 2021-05-26 12:34:59 -05:00
Darren Schroeder
ef21bd0aa1 still needs tweaking 2021-05-26 12:31:50 -05:00
Darren Schroeder
30b9623b63 chipping away at the block 2021-05-25 15:42:03 -05:00
Darren Schroeder
c8c1d16cbf one step closer to complete 2021-05-24 16:24:34 -05:00
JT
fc4822c1b1
Update make_readme_table.nu 2021-05-25 07:04:07 +12:00
JT
68e33fd1bf
Update make_readme_table.nu 2021-05-25 06:37:07 +12:00
Darren Schroeder
7521ffaaf2 making progress but not quite done 2021-05-21 13:47:49 -05:00
Darren Schroeder
6c94250231 updated coloring with latest changes 2021-05-21 10:09:36 -05:00
Darren Schroeder
1b6a2da5a1 a few minor changes 2021-05-19 10:53:48 -05:00
Darren Schroeder
faf4e624d8
Merge pull request #55 from efx/git-rename-branch-cleanup
rename git script for consistency
2021-05-19 10:50:59 -05:00
Darren Schroeder
96f5b019ea
Merge pull request #54 from efx/git-gone
gentle git gone script
2021-05-19 10:50:16 -05:00
Eli Flanagan
d9c2483ae2 rename git script for consistency
We seem to follow `category_subcategory_action.nu` for git scripts in
`git/`.

To benefit future readers and possible automation, I renamed this file.
2021-05-19 10:32:21 -04:00
Eli Flanagan
274b9ff879 gentle git gone script
This is a non-forcible branch clean up script.
It is also an alternative to git_branchcleanup.nu

My first inclination was to put this in cool_oneliners because it is
one. But then I saw we have a few git scripts so wanted to follow them.

It raises the general question: should one liners be their own category
or can we derive an index of one liners, searched and sorted by topic?
2021-05-19 10:29:11 -04:00
Darren Schroeder
160fd54729 updated for 0.32.0 release 2021-05-19 07:50:57 -05:00
Darren Schroeder
fb3ea06aeb
Merge pull request #51 from agateau/git_branch_age
Add a script to list git branches and their age
2021-05-18 16:28:28 -05:00
Aurelien Gateau
fe3adb9d0b Add a script to list git branches and their age
Useful to find forgotten stale branches.
2021-05-18 20:44:42 +02:00
Darren Schroeder
8811fc2042
Merge pull request #50 from fdncred/twin_with_body
added the extraction of the body tag to the twin script
2021-05-11 18:18:15 -05:00
Darren Schroeder
ecd803df19 added the extraction of the body tag 2021-05-11 18:17:17 -05:00
JT
11acb99172
Update nu_release.nu 2021-05-12 09:36:49 +12:00
Darren Schroeder
758f9d9b4f
Merge pull request #49 from fdncred/html_url_vs_url
change TWiN to use html_url instead of api url
2021-05-11 16:09:14 -05:00
Darren Schroeder
e3a351b1b4 change TWiN to use html_url instead of api url 2021-05-11 16:08:13 -05:00
Darren Schroeder
fdf8cf2e90
Merge pull request #48 from fdncred/twin_single_line_per_user
table grouping experiment, update twin to support single user per row
2021-05-06 17:42:15 -05:00
Darren Schroeder
53de81f33b table grouping experiment, update twin to support single user per row 2021-05-06 17:41:26 -05:00
Darren Schroeder
e78dbe449b
Merge pull request #47 from efx/parse-s3-ls-output
add a one liner to parse aws s3 ls output
2021-05-03 14:44:33 -05:00
Eli Flanagan
76a8137b2c add a one liner to parse aws s3 ls output
This demonstrates a simple transformation to trim excess spaces so you
can easily split by space into a nice nu table.

A more robust approach would be to look for JSON output from s3
subcommands and simply ingest that.

But space delimited output rules the world of unixy `ls`.
2021-05-03 14:55:21 -04:00
Darren Schroeder
d63c0ce73d
Merge pull request #46 from fdncred/twin_week_number_calc
add twin weeknum guess
2021-05-01 10:43:57 -05:00
Darren Schroeder
13ecd9e436 add twin weeknum guess 2021-05-01 10:42:58 -05:00
JT
995b15f9d7
Merge pull request #45 from nushell/tweak_twin_range
Fix TWiN range
2021-05-01 11:39:11 +12:00