nushell/docs/commands
2020-01-01 20:47:25 +13:00
..
add.md
append.md
average.md
cd.md
compact.md
config.md
count.md
date.md
default.md
echo.md
edit.md Create docs for edit command 2019-10-03 16:54:28 +05:30
enter.md
env.md Created Docs for env command 2019-10-03 20:13:22 +02:00
exit.md
fetch.md
first.md add documentation file for first command 2019-10-02 15:49:44 -04:00
format.md add documentation for format 2019-12-02 11:02:59 -08:00
from-csv.md
from-json.md
from-toml.md
from-tsv.md
from-xml.md
from-yaml.md
get.md add documentation for get, ps 2019-12-02 11:02:58 -08:00
group-by.md
help.md
histogram.md
history.md
inc.md
last.md
lines.md
nth.md
open.md
pick.md Add documentation for the pick and reject command 2019-11-10 12:37:27 +05:30
pivot.md
prepend.md Add prepend command documentation 2019-11-15 15:53:58 +01:00
ps.md add documentation for get, ps 2019-11-30 12:48:23 +01:00
README.md
reject.md
reverse.md
save.md
shells.md
size.md
sort-by.md
split-column.md
split-row.md
str.md
sum.md fix typos and incorrect commands 2019-10-18 20:43:37 -04:00
sys.md
tags.md
to-csv.md combine functions behind to/from-c/tsv commands 2019-11-19 16:02:35 +00:00
to-json.md
to-toml.md
to-tsv.md
to-url.md
to-yaml.md Added improvements suggested by @andrasio 2019-10-04 06:40:16 +05:30
trim.md
uniq.rs
version.md
where.md
which.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.