Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument what remains to do in "Partially done" commands #1437
Comments
|
This is something I have been meaning to do. I'll see if I can get this done in the next few weeks or so. |
There appears to be a lot of variation in how complete the "partially done" commands are. For example
odseems fairly complete, butdatedoesn't even support simple usages likedate +%Y%m%d, andsortseems to have a good selection of options, but is missing some relatively important ones like sort keys.It would be really useful if there were some documentation clarifying how complete the partially done commands are, to help people understand what's available (I am looking for Windows equivalents of Unix commands, and would, for example, use this project for many of them, but would probably not install
dateas it stands, or only make it available via theuutilscommand).