nushell/docs/commands
2021-02-18 18:54:48 +13: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
count.md Add column flag to count command 2020-08-15 07:52:59 -05:00
date.md
debug.md Size command: rename max length to bytes (#2473) 2020-09-01 14:51:35 +12:00
def.md Add possibility to declare optional parameters and switch flags (#2966) 2021-01-28 06:31:29 +13: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
lines.md
math-eval.md Make all bullet point items uppercase (#2257) 2020-07-26 06:15:12 +12:00
math.md Added math abs command. (#2789) 2020-12-16 05:37:12 +13: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
split-column.md
split-row.md
start.md
str.md
sys.md
tags.md
textview_config.md
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.27.1 (#3073) 2021-02-18 18:54:48 +13:00
to-tsv.md
to-url.md
to-xml.md
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.