nushell/docs/commands
2020-10-06 05:21:20 -05:00
..
alias.md docs/alias: simplify the 'persistent' section, using --save (#2285) 2020-08-01 08:11:26 -04:00
append.md
autoview.md Docs autoview pwd touch (#2068) 2020-06-28 14:22:26 +12:00
cal.md Fix cal command week-start example (#2040) 2020-06-24 17:15:19 +12:00
cd.md
compact.md
config.md update config documentation (#2178) 2020-07-23 09:42:04 +12:00
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
default.md
du.md
echo.md
empty.md empty? rewrite. (#2641) 2020-10-06 05:21:20 -05:00
enter.md
every.md
exit.md
fetch.md
first.md
format.md
from-csv.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
from-ics.md
from-ini.md
from-json.md
from-ods.md
from-toml.md
from-tsv.md
from-url.md
from-vcf.md
from-xlsx.md
from-xml.md
from-yaml.md
from.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
get.md
group-by.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
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 Size command: rename max length to bytes (#2473) 2020-09-01 14:51:35 +12: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 Docs autoview pwd touch (#2068) 2020-06-28 14:22:26 +12:00
random.md Remove panics from random integer and make the constraint more idiomatic (#2578) 2020-09-20 08:41:49 +12:00
README.md
reject.md
rename.md
reverse.md
save.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
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
to-csv.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
to-json.md
to-toml.md Bump to 0.20 (#2588) 2020-09-22 19:54:46 +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 to-xml.md documentation update (#2253) 2020-07-25 20:19:15 +12:00
touch.md touch: support multiple arguments (#2386) 2020-08-22 12:08:30 +12: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
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.