Darren Schroeder
f0fc9e1038
Merge pivot options ( #1888 )
2020-05-25 18:40:25 -04:00
Jörn Zaefferer
fb09d7d1a1
docs: add alias --save flag ( #1874 )
2020-05-24 13:42:20 -04:00
EmNudge
e1b598d478
added examples and explanation to trim ( #1876 )
...
* added examples and explanation to trim
inserted examples (taken from parse in cookbook) for lists and tables using trim
* Move `to-json` to `to json`
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-05-25 05:10:30 +12:00
Andrés N. Robalino
edbecda14d
Split split command to sub commands.
2020-05-24 02:02:44 -05:00
Aaron Christiansen
74c2daf665
Add completion for binaries on PATH ( #1866 )
2020-05-23 20:27:52 -04:00
Joseph T. Lyons
3239e5055c
Added a count column on the histogram command ( #1853 )
...
* Adding iniitial draft for the addition of the count column on the histogram command
* Update histogram documentation
* Add count column test to histogram command
* Fix error in histogram documentation
2020-05-20 18:02:36 +12:00
James Campos
ae8c864934
default history size to 100k ( #1845 )
2020-05-20 07:28:06 +12:00
Sam
3302586379
added documentation for no_auto_pivot ( #1828 )
2020-05-18 21:21:35 -04:00
lightclient
3144dc7f93
add support for specifying max history size in config ( #1829 ) ( #1837 )
2020-05-19 10:27:08 +12:00
Shaurya Shubham
1d781e8797
Add docs for the shuffle command ( #1824 )
2020-05-18 19:13:03 +12:00
Joseph T. Lyons
af6aff8ca3
Allow user to specify the indentation setting on the pretty flag for the to json command ( #1818 )
...
* Allow user to specify the indentation setting on the pretty flag for the to json command
* Use "JSON" over "json"
2020-05-18 06:48:58 +12:00
Jörn Zaefferer
e728cecb4d
add docs for start command ( #1816 )
2020-05-18 05:37:15 +12:00
Joseph T. Lyons
e50db1a4de
Adds support to pretty format the json in to json
( #1812 )
...
* Current work on the --pretty flag for to json
* Deleted notes that were pushed by accident
* Fixed some errors
2020-05-17 16:43:10 +12:00
Xavier L'Heureux
5fbe5cf785
Use the directories crate instead of app_dirs ( #1782 )
...
The app_dirs crate is abandonned since quite a bit of time. Use the directories
crate instead, which is maintained and have more OS support.
2020-05-14 20:17:23 +12:00
Bruno Heridet
f78536333a
doc: add rename command page ( #1781 )
2020-05-14 12:36:08 +12:00
Bruno Heridet
6826a9aeac
doc: add more from command pages ( #1778 )
...
* doc: add from-url command page
* doc: add missing link to existing from-xml page.
* doc: add from-ini command page
2020-05-14 05:23:33 +12:00
Hoàng Đức Hiếu
e3b7e47515
cal: fix thursday typo ( #1776 )
2020-05-13 08:06:31 -04:00
Jonathan Turner
196991ae1e
Bump to 0.14.1 ( #1772 )
2020-05-13 20:03:45 +12:00
Bruno Heridet
34b5e5c34e
doc: add headers command page ( #1775 )
2020-05-13 20:03:29 +12:00
Bruno Heridet
cb24a9c7ea
doc: rename edit command to update ( #1774 )
2020-05-13 20:02:41 +12:00
Jonathan Turner
b2eecfb110
Bump to 0.14 ( #1766 )
2020-05-13 04:32:51 +12:00
Joseph T. Lyons
8951a01e58
update cal documentation ( #1746 )
2020-05-11 13:19:14 +12:00
Joseph T. Lyons
f702aae72f
Don't include year and month by default, adds an option to display th… ( #1745 )
...
* Don't include year and month by default, adds an option to display the quarters of the year
* Add a test for cal that checks that year requested is in the return
* rustfmt the cal tests
2020-05-11 12:35:24 +12:00
Joseph T. Lyons
f5e03aaf1c
Add cal command ( #1739 )
...
* Add cal command
* Fix docmentation to show commands on two lines
* Use bullet points on flag documentation for cal
* Dereference day before calling string method
* Silence Clippy warning regarding a function with too many arguments
* Update cal flag descriptions and documentation
* Add some tests for the cal command
2020-05-10 11:05:48 +12:00
Andrés N. Robalino
96e5fc05a3
Pick->Select rename. Integration tests changes. ( #1725 )
...
Pick->Select rename. Integration tests changes.
2020-05-07 06:03:43 -05:00
Jörn Zaefferer
22e70478a4
docs/commands: add to.md, update subcommands ( #1715 )
...
This adds a top-level document for the new `to` command, with a list (of links) of all the subcommands.
All the to-* subcommands keep their filename, but the content is updated to use the new subcommand syntax.
Since not all subcommands have documentation, some items in the list are just text without a link. Also filled the list for the undocumented from* commands in the same style.
Fixes #1709
2020-05-05 20:05:23 +12:00
Jörn Zaefferer
8ab2b92405
docs/commands: add from.md, update subcommands ( #1712 )
...
This adds a top-level document for the new `from` command, with a list of links of all the subcommands.
All the from-* subcommands keep their filename, but the content is updated to use the new subcommand syntax.
Needs matching update for to*
Ref #1709
2020-05-05 09:01:31 +12:00
Jonathan Turner
a9968046ed
Add subcommands. Switch from-* and to-* to them ( #1708 )
2020-05-04 20:44:33 +12:00
chrisr
d7d487de73
Basic documentation for the wrap command ( #1704 )
2020-05-04 04:54:21 +12:00
Jörn Zaefferer
0779a46179
docs/commands: add alias.md ( #1697 )
...
* docs/commands: add alias.md
* docs/commands/alias: drop reference to bash
2020-05-03 16:49:27 +12:00
siedentop
e7a4f31b38
Docs: Mention how to use str --find-replace
in the docs. ( #1653 )
...
Co-authored-by: Christoph Siedentop <christoph@siedentop.name>
2020-04-25 18:07:38 +12:00
Andrés N. Robalino
10768b6ecf
str plugin can capitalize and trim strings. ( #1652 )
...
* Str plugin can capitalize.
* Str plugin can trim.
2020-04-24 16:37:58 -05:00
Thomas B Homburg
716c4def03
Add key_timeout config option ( #1649 )
2020-04-25 05:28:38 +12:00
siedentop
6887554888
[docs/enter] Warn about enter
opening multiple shells ( #1645 )
...
Opening a JSON with a top-level list, opens one shell per list element. This can be extremely confusing to unexpected users.
2020-04-24 12:17:11 +12:00
Jonathan Turner
c7e11a5a28
bump to 0.13.0 ( #1625 )
2020-04-21 17:01:03 +12:00
Jonathan Turner
c4daa2e40f
Add experimental new parser ( #1554 )
...
Move to an experimental new parser
2020-04-06 19:16:14 +12:00
Andrew Davis
a7ec00a037
Add documentation for from-ics and from-vcf ( #1509 )
2020-03-21 14:50:13 +13:00
Andrew Davis
1c4cb30d64
Add documentation for skip and skip-while ( #1499 )
2020-03-18 14:22:35 +13:00
Waldir Pimenta
5ca9e12b7f
Fix whitespace and typos ( #1481 )
...
* Remove EOL whitespace in files other than docs
* Break paragraphs into lines
See http://rhodesmill.org/brandon/2012/one-sentence-per-line/ for the rationale
* Fix various typos
* Remove EOL whitespace in docs/commands/*.md
2020-03-14 06:23:41 +13:00
Kyle Criddle
5b0b2f1ddd
Fixes #1204 : sys | get host.users
displays the same user ( #1480 )
...
account twice while only one exists (macOS)
- renamed host.users to host.sessions
2020-03-12 14:01:55 +13:00
Victor Kukshiev
3afb53b8ce
fix typo in calc command documentation ( #1477 )
...
minimumum -> minimum
2020-03-11 11:20:22 -04:00
Jonathan Turner
50fb97f6b7
Merge env into $nu and simplify table/get ( #1463 )
2020-03-08 18:33:30 +13:00
Shaurya Shubham
8d38743e27
Add docs for debug
( #1438 )
...
* Add docs for `debug`
* Put debug docs in right folder
Also fixed minor spacing problem
2020-03-01 04:09:28 +13:00
Corvus Corax
e38442782e
Command documentation for du
( #1416 )
2020-02-19 09:55:22 +13:00
Shaurya Shubham
bd6556eee1
Use proper file extension for uniq
command docs ( #1411 )
2020-02-18 09:37:46 -05:00
Shaurya Shubham
7df8fdfb28
Rename the now-deprecated add
command docs into insert
comm… ( #1307 )
2020-01-30 08:15:20 -05:00
Shaurya Shubham
6a39cd8546
Add docs for the calc command ( #1290 )
2020-01-29 08:34:54 -05:00
Jacob Gonzalez
f8be1becf2
Updated rustyline to 6.0.0. Added completion_mode config ( #1289 )
...
* Updated rustyline to 6.0.0. Added completion_mode config
* Formatted completion_mode config
2020-01-27 16:41:17 +13:00
Jason Gedge
32dfb32741
Switch from subprocess crate to the builtin std::process ( #1284 )
...
* Switch from subprocess crate to the builtin std::process
* Update external.rs
* Update external.rs
* Update external.rs
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-01-26 16:03:21 +13:00
Shaurya Shubham
83db5c34c3
Add docs for the from-ods and from-xlsx commands ( #1279 )
2020-01-26 04:31:20 +13:00