Darren Schroeder
0ee04ca997
Merge pull request #103 from Yethal/patch-1
...
Update scraping.nu
2021-11-01 10:05:52 -05:00
Eli Flanagan
eb0dc27f4a
ls mod: hidden files
...
I am attempting to list hidden files. But I am unsure how to use where and each together. Any tips appreciated!
2021-11-01 09:34:20 -04:00
Yethal
85197f93c7
Update scraping.nu
...
Updated `selector` syntax to account for flag changes
Simplified parsing by passing multiple css selectors to `selector`
2021-10-31 14:41:07 +01:00
JT
3f44d7238b
Merge pull request #102 from nushell/update_release
...
Update release script
2021-10-27 14:32:07 +13:00
JT
14c4d38fdc
Update release script
2021-10-27 14:31:14 +13:00
JT
c9ccc80ab6
Merge pull request #101 from skelly37/main
...
Initial PR for mathematical functions and constants
2021-10-26 20:46:30 +13:00
Kamil
c4361070cc
dict.nu — added error-checking
...
it still could be a oneliner and acts like it, i just made the two variables to make the script more readable and debuggable
2021-10-26 03:59:14 +00:00
Kamil
04b7eb3360
Create dict.nu
2021-10-26 03:34:06 +00:00
Kamil
265a16694f
Create ultimate_extractor.nu
...
In my opinion this is a great stdlib candidate, so please, at least take a look at it :)
2021-10-25 15:10:32 +00:00
Kamil
f896268695
roots improvements
...
-increased math round -p from 4 to 10
-wrote a warning about the round
2021-10-24 18:29:01 +00:00
Kamil
38a8f30267
added factorial
2021-10-24 18:23:04 +00:00
Kamil
4a28cab81d
Update math_functions.nu
...
fixed precision
2021-10-23 17:55:23 +00:00
Kamil
5d21a57212
Update math_functions.nu
...
fixed typo, added delta
2021-10-23 09:54:13 +00:00
Kamil
4b4bd822c6
Update math_functions.nu
2021-10-23 09:51:44 +00:00
Kamil
ee5b1b654b
Update math_functions.nu
2021-10-23 09:35:59 +00:00
Kamil
f535b4cc10
Create math_functions.nu
...
roots added
2021-10-23 09:02:32 +00:00
Darren Schroeder
3265929372
Merge pull request #100 from efx/condense-assets-sample-data
2021-10-13 12:15:26 -05:00
Eli Flanagan
9659a8957f
condense sample data folders
...
I went with `/assets` because that seems more intuitive to me. I also removed the unused gh-emoji.json file.
Signed-off-by: Eli Flanagan <eli@typedspace.com>
2021-10-13 13:03:38 -04:00
Darren Schroeder
260ca782a1
Merge pull request #99 from nushell/netstat
...
Create netstat.nu
2021-10-11 20:34:58 -05:00
JT
1b25883d21
Create netstat.nu
2021-10-12 11:02:28 +13:00
JT
c0df9802c0
update release crates
2021-10-02 09:41:16 +13:00
Darren Schroeder
b6b2f0341b
Merge pull request #98 from fdncred/weather_script
...
added a script to get your local weather
2021-09-29 09:00:24 -05:00
Darren Schroeder
1cdb353d2c
added a script to get your local weather
2021-09-29 08:58:54 -05:00
JT
b2d41f218f
Update this_week_in_nu_weekly.nu
2021-09-27 19:42:55 +13:00
JT
b736617850
Merge pull request #97 from jntrnr/add_engine_q
...
Add engine-q to the weekly script
2021-09-11 10:44:06 +12:00
JT
1aa84d7a5e
Add engine-q to the weekly script
2021-09-11 10:43:21 +12:00
Darren Schroeder
41a2f49ca1
Merge pull request #96 from fdncred/update_TWiN_with_pat
...
added username/password as env vars so that we don't hit rate limit
2021-09-02 08:16:54 -05:00
Darren Schroeder
b54aaf3c4d
added username/password as env vars so that we don't hit rate limit
2021-09-02 08:16:07 -05:00
Darren Schroeder
43a95e26bf
Merge pull request #95 from fdncred/nyan
...
added a nyancat script
2021-09-02 08:15:00 -05:00
Darren Schroeder
ee09b07b56
added a nyancat script
2021-09-02 08:14:24 -05:00
Darren Schroeder
5854a517bd
Merge pull request #94 from fdncred/readd_maintainer_time
...
readd maintainer time
2021-08-29 16:52:55 -05:00
Darren Schroeder
dff3cce212
readd maintainer time
2021-08-29 16:44:19 -05:00
Andrés N. Robalino
130cb37d2c
Merge pull request #93 from andrasio/infra
...
Infraestructure initial setup.
2021-08-29 15:10:11 -05:00
Andrés N. Robalino
52f984f3ce
Infraestructure initial setup.
...
Some groundwork to start growing Nu's standard library. As an initial exercise
we take the mantainer_time.nu script that computes the core team's table timezone
so that a given date can be converted to their local timezones.
While doing so, it sounded like the logic could be abstracted out and make it
a subcommand of `date` instead. For that reason, that particular custom command
of interested was moved to `std/date`.
Another one added were basic infraestructure custom commands for the test framework,
subject to change (naming, and more things). It's in `std/playground` and it's used
in `tests` directory.
Since this repository contains scripts, we keep the `language` directory to maintain
and grow the nu std library and grow it as we see custom command candidates.
For the majority of the scripts that have nothing to do with the standard language but
they do exercise Nu in practice (and some use custom commands, ideally, from the very, hopefully,
future nu standard library) I have expectations to make them `runnable` as well and for that reason
we introduce here an `examples` directory.
To run the first one, you can do:
```
nu examples/date_in_local_timezones.nu
```
2021-08-29 14:58:53 -05:00
Darren Schroeder
fa8143b11b
Merge pull request #92 from nushell/update_guayaquil
...
Update maintainer_time.nu
2021-08-28 17:05:09 -05:00
Darren Schroeder
f0e1b44e46
Update maintainer_time.nu
...
updated andres' time zone
2021-08-28 17:04:54 -05:00
Darren Schroeder
a0f5017662
Merge pull request #91 from efx/ingest-js-map
...
ingest JavaScript map to nu to md
2021-08-27 18:46:02 -05:00
Eli Flanagan
079bd207c5
ingest JavaScript map to nu to md
...
You can create JavaScript `Map`'s from arrays.
When encoded as JSON they can be shared to nu and easily converted to
markdown for documentation and the like.
2021-08-27 16:22:13 -04:00
Darren Schroeder
161bd55c99
Merge pull request #90 from fdncred/update_get_latest_linux
...
updated to follow redirects as in 0.36.0
2021-08-27 08:53:55 -05:00
Darren Schroeder
94be7f1da5
updated to follow links as in 0.36.0
2021-08-27 08:52:52 -05:00
Jakub Žádník
7df927be3d
Fix syntax error & update fehbg script ( #89 )
2021-08-27 13:58:46 +03:00
JT
c1481973ca
Merge pull request #88 from Yethal/patch-3
...
Update filesize.nu
2021-08-12 20:49:09 +12:00
Yethal
d46b1f713d
Update filesize.nu
...
Simplified command, improved performance by using ls native directory size flag instead of running du in a loop
2021-08-12 06:01:59 +02:00
Darren Schroeder
43acc8416c
Merge pull request #87 from Yethal/patch-2
2021-08-09 15:40:53 -05:00
Yethal
82e08e645a
Create filesize.nu
...
script for showing sizes of all directories in current directory
2021-08-08 11:45:13 +02:00
Darren Schroeder
2757d62979
Merge pull request #86 from lily-mara/patch-1
...
Add nu-serde to nu_release.nu
2021-08-05 21:13:31 -05:00
Lily Mara
27db3ab4fd
Add nu-serde to nu_release.nu
...
This is necessary for nu-serde to be published when we publish new versions of the nushell crates.
2021-08-05 18:39:29 -07:00
Darren Schroeder
2b9b2b0e07
Merge pull request #85 from Yethal/patch-1
...
Update scraping.nu
2021-08-05 09:03:19 -05:00
Darren Schroeder
ff2f1a6525
Merge pull request #84 from filaretov/virtual-environments
...
Conda and Python venv environment scripts
2021-08-05 09:02:21 -05:00
Yethal
db27eac778
Update scraping.nu
...
Simplified syntax
2021-08-05 13:05:57 +02:00