nushell/docs/commands
Jonathan Turner 42fac722bb
Bump to 0.29.2 (#3274)
* Bump to 0.29.2

* Fix test
2021-04-07 08:14:06 +12:00
..
alias.md Update alias docs (#2925) 2021-01-13 14:46:15 +13:00
append.md Allow appending table literals. (#2693) 2020-10-22 03:26:30 -05:00
autoview.md
cal.md
cd.md
compact.md
config.md update config documentation (#2178) 2020-07-23 09:42:04 +12:00
date.md
debug.md Size command: rename max length to bytes (#2473) 2020-09-01 14:51:35 +12:00
def.md Fix typos and capitalization of "Unicode" (#3234) 2021-04-04 07:14:07 +12:00
default.md
du.md
echo.md
empty.md display boolean config options as true/false instead of Yes/No (#3043) 2021-02-11 21:50:33 +13:00
enter.md
every.md
exit.md
fetch.md
first.md
format.md
from-csv.md
from-ics.md
from-ini.md
from-json.md display boolean config options as true/false instead of Yes/No (#3043) 2021-02-11 21:50:33 +13:00
from-ods.md
from-toml.md
from-tsv.md
from-url.md
from-vcf.md
from-xlsx.md
from-xml.md Fix typos (#2842) 2021-01-02 17:24:32 +13:00
from-yaml.md
from.md
get.md
group-by.md
headers.md
help.md
histogram.md Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
history.md Change f/full flag to l/long for ls and ps commands (#2283) 2020-08-02 06:30:45 +12:00
inc.md
insert.md
last.md
length.md Rename count to length (#3166) 2021-03-14 10:46:40 +13:00
lines.md
math-eval.md Make all bullet point items uppercase (#2257) 2020-07-26 06:15:12 +12:00
math.md Mathsqrt (#3239) 2021-04-01 16:26:05 -05:00
nth.md
open.md
pivot.md
prepend.md
ps.md Add cpu time to ps -l (#2507) 2020-09-07 17:02:45 +12:00
pwd.md
random.md Add random chars cmd (#2782) 2020-12-09 06:43:46 +13:00
README.md
reject.md
rename.md
reverse.md
save.md
select.md
shells.md
shuffle.md
size.md Size command: rename max length to bytes (#2473) 2020-09-01 14:51:35 +12:00
skip-while.md
skip.md
sleep.md Sleep command (#2381) 2020-08-22 05:51:29 +12:00
sort-by.md Add flag for case-insensitive sort-by (#2225) 2020-07-21 05:31:58 +12:00
split-column.md Auto-Generate Documentation for nushell.com (#2139) 2020-07-18 10:22:43 +12:00
split-row.md Auto-Generate Documentation for nushell.com (#2139) 2020-07-18 10:22:43 +12:00
start.md
str.md Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
sys.md
tags.md
textview_config.md Fix typos and capitalization of "Unicode" (#3234) 2021-04-04 07:14:07 +12:00
to-csv.md
to-json.md
to-md.md Add pretty flag to to md (#2640) 2020-10-15 16:20:55 +13:00
to-toml.md Bump to 0.29.2 (#3274) 2021-04-07 08:14:06 +12:00
to-tsv.md
to-url.md
to-xml.md to-xml.md documentation update (#2253) 2020-07-25 20:19:15 +12:00
to-yaml.md
to.md Add pretty flag to to md (#2640) 2020-10-15 16:20:55 +13:00
touch.md Fix typos (#2842) 2021-01-02 17:24:32 +13:00
uniq.md
update.md Add examples to update cmd (#2628) 2020-10-01 20:13:42 -05:00
version.md
where.md Change f/full flag to l/long for ls and ps commands (#2283) 2020-08-02 06:30:45 +12:00
which.md display boolean config options as true/false instead of Yes/No (#3043) 2021-02-11 21:50:33 +13:00
wrap.md

How do I get started?

Pick any command from the checklist and write a comment acknowledging you started work.

Instructions for documenting a Nu command of your choosing

Name the file after the command, like so:

command.md

Example: If you want to add documentation for the Nu command enter, create a file named enter.md, write documentation, save it at /docs/commands/[your_command_picked].md as and create your pull request.

What kind of documentation should I write?

Anything you want that you believe it best documents the command and the way you would like to see it. Here are some of our ideas of documentation we would love to see (feel free to add yours):

  • Examples of using the command (max creativity welcomed!)
  • Description of the command.
  • Command usage.

Anything else?

Of course! (These are drafts) so feel free to leave feedback and suggestions in the same file.

Happy Documenting.