Sebastian Jung
cbbb246a6d
update links to books
2019-12-15 13:56:26 +01:00
Shaurya Shubham
3d79a9c37a
Fix minor error in reject command docs
2019-12-06 17:27:14 +05:30
Yehuda Katz
f858e854bf
Fix a rebase mistake
2019-12-02 13:48:34 -08:00
Yehuda Katz
fe66b4c8ea
Merge remote-tracking branch 'origin/master' into protocol-extraction
2019-12-02 11:16:00 -08:00
Paul Chavard
ce23a672d9
add documentation for compact command
2019-12-02 11:02:59 -08:00
Paul Chavard
9851317aeb
add documentation for default command
2019-12-02 11:02:59 -08:00
Sebastian Jung
3fb4a5d6e6
add documentation for format
2019-12-02 11:02:59 -08:00
Sebastian Jung
340e701124
fix error in save.md
2019-12-02 11:02:59 -08:00
Sebastian Jung
36938a4407
add documentation for save, config
2019-12-02 11:02:59 -08:00
Jonathan Turner
6a6589a357
Update where.md
2019-12-02 11:02:59 -08:00
Sebastian Jung
b94a32e523
add documentation for from-json, from-yaml, history, split-row
2019-12-02 11:02:59 -08:00
Sebastian Jung
7db3c69984
update histogram, nth documentation
2019-12-02 11:02:59 -08:00
Sebastian Jung
5406450c42
Add documentation for histogram, split-column
2019-12-02 11:02:59 -08:00
Jonathan Turner
f317500873
Update from-yaml.md
2019-12-02 11:02:58 -08:00
Jonathan Turner
911414a190
Update config.md
2019-12-02 11:02:58 -08:00
Sebastian Jung
cca6360bcc
add documentation for from-tsv, from-xml
2019-12-02 11:02:58 -08:00
Sebastian Jung
f68503fa21
add documentation for get, ps
2019-12-02 11:02:58 -08:00
Jonathan Turner
911b69dff0
Update some command docs
2019-12-02 11:02:58 -08:00
Paul Chavard
bf87330d6e
add documentation for compact command
2019-12-01 17:44:43 +01:00
Paul Chavard
2bb85bdbd4
add documentation for default command
2019-12-01 17:39:09 +01:00
Jonathan Turner
8f34c6eeda
Merge pull request #1032 from sebastian-xyz/doc
...
add documentation for save, config, get, ps, from-tsv, from-xml
2019-11-30 18:15:39 -08:00
Sebastian Jung
e4c56a25c6
Merge remote-tracking branch 'refs/remotes/origin/doc' into doc
2019-11-30 21:21:15 +01:00
Sebastian Jung
11ff8190b1
add documentation for format
2019-11-30 21:15:12 +01:00
Sebastian Jung
9bd25d7427
fix error in save.md
2019-11-30 21:07:43 +01:00
Jonathan Turner
6bfb4207c4
Update from-yaml.md
2019-12-01 07:00:36 +13:00
Jonathan Turner
c63ad610f5
Update config.md
2019-12-01 06:59:53 +13:00
Sebastian Jung
e38a4323b4
add documentation for from-tsv, from-xml
2019-11-30 13:38:52 +01:00
Sebastian Jung
d40aea5d0a
add documentation for get, ps
2019-11-30 12:48:23 +01:00
Jonathan Turner
f10390b1be
Update some command docs
2019-11-30 14:24:39 +13:00
Sebastian Jung
fbb65cde44
add documentation for save, config
2019-11-29 18:15:51 +01:00
Jonathan Turner
8e7acd1094
Update where.md
2019-11-29 08:41:27 +13:00
Sebastian Jung
c77059f891
add documentation for from-json, from-yaml, history, split-row
2019-11-28 19:33:17 +01:00
Sebastian Jung
5bdda06ca6
update histogram, nth documentation
2019-11-28 19:32:31 +01:00
Sebastian Jung
0845572878
Add documentation for histogram, split-column
2019-11-26 20:47:34 +01:00
David Mason
b3c021899c
combine functions behind to/from-c/tsv commands
...
fixes #969 , admittedly without a --delimiter alias
moves from_structured_data.rs to from_delimited_data.rs to better
identify its scope and adds to_delimited_data.rs. Now csv and tsv both
use the same code, tsv passes in a fixed '\t' argument where csv passes
in the value of --separator
2019-11-19 16:02:35 +00:00
sebastian-xyz
f4dc79f4ba
add group-by command documentation
2019-11-16 15:31:28 +01:00
Jonathan Turner
bcecd08825
Merge pull request #965 from sebastian-xyz/patch-3
...
Add prepend command documentation
2019-11-16 06:19:14 +13:00
Jonathan Turner
55f99073ad
Merge pull request #964 from sebastian-xyz/patch-1
...
Add append command documentation
2019-11-16 06:18:35 +13:00
sebastian-xyz
63667d9e46
Add prepend command documentation
2019-11-15 15:53:58 +01:00
sebastian-xyz
08b770719c
Add append command documentation
2019-11-15 15:37:41 +01:00
R.T. Lechow
036860770b
Document pivot command
...
Part of https://github.com/nushell/nushell/issues/711
2019-11-14 16:59:39 -05:00
Jonathan Turner
02f3330812
Merge pull request #950 from coolshaurya/docs-size
...
Make documentation for size command
2019-11-10 09:52:43 -08:00
Jonathan Turner
6f013d0225
Merge pull request #949 from coolshaurya/docs-count
...
Add docs for the count command
2019-11-10 09:51:25 -08:00
Shaurya Shubham
5a8128dd30
Make documentation for size command
2019-11-10 14:41:23 +05:30
Shaurya Shubham
50616cc62c
Add docs for the count command
...
Partial fix of issue #711
2019-11-10 14:12:59 +05:30
Shaurya Shubham
9d345cab07
Add documentation for the pick and reject command
...
Partial fix of issue#711
2019-11-10 12:37:27 +05:30
David Mason
15986c598a
Add --separator command to from_csv
...
The command takes a string, checks it is a single character and then
passes it to csv::ReaderBuilder via .delimiter() method as a u8.
2019-11-08 15:06:33 +00:00
Jonathan Turner
51879d022e
Merge pull request #895 from Flare576/substring
...
Adds new substring function to str plugin
2019-11-02 17:42:45 +13:00
Flare576
763bbe1c01
Updated Doc, error on bad input
2019-11-01 17:25:08 -05:00
Dan Herrera
b822e13f12
Add documentation for tags command
2019-11-01 00:08:24 -04:00