JT
09adc5ad2d
Fix TWiN range
2021-05-01 11:37:48 +12:00
Darren Schroeder
bfb0929ea3
Merge pull request #44 from fdncred/this_week_in_nu
...
prototype of TWiN automation script
2021-04-26 16:33:24 -05:00
Darren Schroeder
e4b0c2644a
prototype of TWiN automation script
2021-04-26 16:32:27 -05:00
Darren Schroeder
617a3d7e7e
Merge pull request #43 from efx/explore-a-xml-document
...
demonstrate searching xsd (xml schema)
2021-04-12 12:22:07 -05:00
Eli Flanagan
e76db8261a
demonstrate searching xsd (xml schema)
...
My comments perhaps diminish the value of this oneliner.
But I felt it helpful to add some context for future travelers.
2021-04-12 10:59:14 -04:00
Darren Schroeder
7de79470c5
Merge pull request #42 from fdncred/24bit_test
...
24bit testing
2021-04-12 08:57:18 -05:00
Darren Schroeder
4055d656e0
24bit testing
2021-04-12 08:56:28 -05:00
Darren Schroeder
fcfe70563d
Merge pull request #40 from efx/idea-cool-oneliners
...
create a home for cool one liners
2021-04-08 16:16:41 -05:00
Eli Flanagan
6c7298dd0a
add an example oneliner
...
I stole this from @rrichardson's post on 8/16/20 and combined @jturner's
suggestion.
2021-04-08 16:03:31 -04:00
Eli Flanagan
2e7a39ed28
create a home for cool one liners
...
I was inspired to create this directory from conversation in #general.
I feel like capturing any and all unstructured one-liners would be a
wonderful resource for learning nu.
It could open doors for automation. For example, we mirror contributions
to `cool_oneliners` to the discord channel.
2021-04-08 13:33:19 -04:00
Darren Schroeder
2926a45137
Merge pull request #39 from efx/lint-directories
...
write a simple directory name linter
2021-04-06 11:28:01 -05:00
Eli Flanagan
266d2051f4
apply fdncred's advice
...
See [explanation](https://github.com/nushell/nu_scripts/pull/39#issuecomment-814244862 ).
2021-04-06 12:12:59 -04:00
Eli Flanagan
28fb24315a
write a simple directory name linter
...
You can explore the behavior of this script by setting up some temporary
directories:
```bash
mkdir -p /tmp/linting/2.0.0
mkdir -p /tmp/linting/yeah_whatever_linter
```
Then, run the linter
```bash
cd /tmp/linting
nu ./lint_directories.nu
```
2021-04-06 11:53:57 -04:00
Darren Schroeder
a9ec44083e
Merge pull request #38 from fdncred/main
...
tweak to include subcommand command names
2021-04-06 09:55:57 -05:00
Darren Schroeder
538e9f7613
tweak to include subcommand command names
2021-04-06 09:55:15 -05:00
Darren Schroeder
0521f8290a
Merge pull request #37 from fdncred/main
...
code generation is about done i think
2021-04-05 14:35:36 -05:00
Darren Schroeder
e5b226f45b
code generation is about done i think
2021-04-05 14:34:53 -05:00
Darren Schroeder
177fc7aeb3
Merge pull request #36 from fdncred/main
...
generate typescript from nushell
2021-04-05 09:58:59 -05:00
Darren Schroeder
2a22d9fb34
Merge branch 'main' of https://github.com/fdncred/nu_scripts
2021-04-05 09:57:12 -05:00
Darren Schroeder
43c1c464db
script to generate typescript for vscode extension
2021-04-05 09:56:59 -05:00
Darren Schroeder
8858d769d7
Merge pull request #35 from fdncred/main
...
add temperature conversion script
2021-04-03 17:37:04 -05:00
Darren Schroeder
763bc2b7e4
add temperature conversion script
2021-04-03 17:36:12 -05:00
Darren Schroeder
81ad102c8c
Merge pull request #34 from fdncred/main
...
added get-column.nu
2021-03-28 07:24:49 -05:00
Darren Schroeder
3ed57ec124
Merge branch 'main' of https://github.com/fdncred/nu_scripts into main
2021-03-28 07:24:01 -05:00
Darren Schroeder
2b9b71f62d
added get-column
2021-03-28 07:23:37 -05:00
Darren Schroeder
09d128f2f9
Merge pull request #33 from acanalis/acanalis-duplicates
...
Add README.md to /duplicates/
2021-03-24 12:25:14 -05:00
agust
a78b721b9f
Add README.md to /duplicates/
2021-03-24 11:04:14 -03:00
Darren Schroeder
e2728946a0
Merge pull request #32 from John-Goff/git-prompt
...
Add prompt which displays short working directory and git status of current directory
2021-03-20 10:44:45 -05:00
John Goff
5ecddf7851
Add prompt which displays short working directory and git status of current directory
2021-03-19 23:58:36 -04:00
Darren Schroeder
26bc224129
Merge pull request #31 from fdncred/main
...
updated count with length following changes in 0.28.0 nushell
2021-03-14 12:37:08 -05:00
Darren Schroeder
516c20247f
updated count with length following changes in 0.28 nushell
2021-03-14 12:35:31 -05:00
Jonathan Turner
d0813991bd
Add files via upload
...
The release script that will publish all the required parts of Nushell to crates.io
2021-03-10 08:42:16 +13:00
Darren Schroeder
6b8f9e21f1
Merge pull request #30 from fdncred/main
...
updated title to match nushell changes
2021-03-09 07:41:21 -06:00
Darren Schroeder
d99162bc82
updated title to match nushell changes
2021-03-09 07:40:30 -06:00
Darren Schroeder
7eed8781d8
Merge pull request #29 from fdncred/main
...
added comments, made time dark_gray since it's now supported
2021-03-09 07:37:36 -06:00
Darren Schroeder
98b2c01051
added comments, made time dark_gray since it's now supported
2021-03-09 07:36:59 -06:00
Darren Schroeder
9ee4e6b8ab
Merge pull request #28 from fdncred/main
...
tweaked prompt
2021-03-08 15:37:29 -06:00
Darren Schroeder
6cdd17de74
tweaked prompt
2021-03-08 15:36:39 -06:00
Darren Schroeder
b5fe557563
Merge pull request #27 from acanalis/acanalis-duplicates
...
Add duplicates script
2021-02-28 07:21:49 -06:00
Agustin Canalis
24adacb73e
Add space at duplicates.nu
2021-02-27 22:29:48 -03:00
agust
9b5d54947d
Add duplicates script
2021-02-27 22:24:23 -03:00
Darren Schroeder
3e4394b378
Merge pull request #26 from fdncred/main
...
updated prompt with abbreviated home path
2021-02-26 16:05:05 -06:00
Darren Schroeder
8960c6528b
updated prompt with abbreviated home path
2021-02-26 16:04:27 -06:00
Darren Schroeder
c0fe250a43
Merge pull request #25 from fdncred/main
...
renamed prompt script
2021-02-23 15:27:58 -06:00
Darren Schroeder
45935a88ba
renamed prompt script
2021-02-23 15:27:26 -06:00
Darren Schroeder
135324413d
Merge pull request #24 from fdncred/main
...
update title with abbreviated path and terminal size
2021-02-23 15:22:07 -06:00
Darren Schroeder
e60c39fa10
update title with abbreviated path and terminal size
2021-02-23 15:19:46 -06:00
Darren Schroeder
c7eeeabe5c
Merge pull request #23 from fdncred/main
...
speed up myprompt.nu a bit by commenting out things that aren't used
2021-02-23 15:02:26 -06:00
Darren Schroeder
0080f514e1
speed it up a bit by commenting out things that aren't used
2021-02-23 15:01:35 -06:00
Darren Schroeder
1fcd13cbfa
Merge pull request #22 from fdncred/main
...
a pretty functional prompt
2021-02-23 14:57:22 -06:00