Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur authored Mar 16, 2024
1 parent d197f21 commit a9b9839
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributing

Any and all contributions are welcome.

Here are some things that need work:

- Port all of Fish's functionality
- Specifically, Fish's Darwin and Degroff parsers
- Figure out why fish only seems to use man1, man6, and man8
- Tests:
- Add .gz and .bz2 files to the tests folder?
- Test excluding/including commands and directories
- Find samples of type 4 man pages, Darwin, and Degroff to test
- Handle options like `-vv` and `-/` in Nushell
- Infer types of parameters (e.g. from `-d=DIR`)
- Probably very tough but nice to have in future sometime

0 comments on commit a9b9839

Please sign in to comment.