gitee.com/mirrors_u-root/u-root@v7.0.0+incompatible/roadmap.md (about)

     1  # Roadmap
     2  
     3  ## Missing commands and flags
     4  
     5  Before starting work on a command, please open a GitHub issue and assign to
     6  yourself.
     7  
     8  | Command        | Flags TODO      | Comments               |
     9  | -------------- | --------------- | ---------------------- |
    10  | :x: flashrom   | -p internal     |                        |
    11  | :x: gitclone   |                 | Not implemented yet!   |
    12  | grep           | -cnF            | RE2-compatible only    |
    13  | ls             | -hFfS           | -r is raw not reverse  |
    14  | :x: man        | -k              | Not implemented yet!   |
    15  | mv             | -n              |                        |
    16  | ping           | -a              |                        |
    17  | :x: printf     |                 | Not implemented yet!   |
    18  | ps             |                 | Fix race conditions    |
    19  | readlink       | -em             |                        |
    20  | sort           | -bcfmnRu        |                        |
    21  | srvfiles       |                 | Serve files with TLS   |
    22  | :x: time       | -p              |                        |
    23  | truncate       | -or             |                        |
    24  | uniq           | -i              |                        |
    25  | unshare        |                 | Different flag names   |
    26  | wget           |                 | No args yet...         |
    27  
    28  (Commands marked with an :x: are not yet implemented.)