Commit Graph
92 Commits
Author SHA1 Message Date
Terts Diepraam d3ec7cd308 add license headers and LICENSE file for derive 2023-11-30 11:20:20 +01:00
Terts Diepraam c40705e03d Merge pull request #37 from uutils/suggestions
Add suggestions for long and dd-style options
2023-11-30 11:11:32 +01:00
Terts Diepraam 608d7b184c Merge pull request #39 from uutils/renovate/configure
Configure Renovate
2023-11-30 11:10:32 +01:00
renovate[bot] 781a49ed2f Add renovate.json 2023-11-30 10:03:16 +00:00
Terts Diepraam baa088baf1 add suggestions for long and dd-style options 2023-11-09 14:18:51 +01:00
Terts Diepraam 87fc2f3d7c Merge pull request #36 from tertsdiepraam/doc-fix
fix link in doc
2023-11-09 13:10:43 +01:00
Terts Diepraam 3f82b06d49 fix link in doc 2023-11-09 13:08:47 +01:00
Terts Diepraam 6d21e6dcd8 Merge pull request #35 from tertsdiepraam/dd-style
dd-style and numeric arguments
2023-11-09 13:07:34 +01:00
Terts Diepraam 84008f952a add dd test 2023-11-01 13:11:22 +01:00
Terts Diepraam 6c16203db6 dd-style and numeric arguments 2023-11-01 12:26:03 +01:00
Terts Diepraam 2f1a9b0ed0 rewrite attribute parsing 2023-06-06 17:26:10 +02:00
Terts Diepraam fa5ae87c35 migrate to syn 2.0 2023-06-05 01:14:44 +02:00
Terts Diepraam 0d7c1b747f remove markdown rendering and make help write to stdout
The markdown rendering is too complicated at the moment
and slows the rest of development down too much. We can
add it back in later.

The generated code for the help string now writes
directly to stdout, instead of building up a String,
this leads to nicer code and is probably faster.
2023-06-04 14:09:07 +02:00
Terts Diepraam d98f3caa7a Merge pull request #22 from tertsdiepraam/dependabot/cargo/nu-ansi-term-0.47.0
Update nu-ansi-term requirement from 0.46.0 to 0.47.0
2023-03-14 17:26:42 +01:00
dependabot[bot] b88aeba92b Update nu-ansi-term requirement from 0.46.0 to 0.47.0
Updates the requirements on [nu-ansi-term](https://github.com/nushell/nu-ansi-term) to permit the latest version.
- [Release notes](https://github.com/nushell/nu-ansi-term/releases)
- [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nushell/nu-ansi-term/compare/v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: nu-ansi-term
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 15:53:20 +00:00
Terts Diepraam 9ca3236835 rustfmt fix 2023-03-14 16:50:51 +01:00
Terts Diepraam 946728596b Fix tests for new initial macro 2023-03-08 16:06:40 +01:00
Terts Diepraam f08e8aa42f Refactor the initial macro a bit 2023-03-08 16:00:18 +01:00
Terts Diepraam bf4bac54b7 Rework initial macro (part of #20) 2023-03-08 15:12:19 +01:00
Terts Diepraam b0489406ed Update arguments_in_coreutils.md 2023-02-19 15:02:30 +01:00
Terts Diepraam 5b4c66d3ef Update arguments_in_coreutils.md 2023-02-19 15:01:33 +01:00
Terts Diepraam dad3efc07d fix up head and tail 2023-02-17 00:44:47 +01:00
Terts Diepraam 62dbd60c6d add "behaviour" to spell checker 2023-02-17 00:37:24 +01:00
Terts Diepraam 6b8f1a5ac1 add tests for head 2023-02-17 00:37:24 +01:00
Terts Diepraam 3a15a93381 Update arguments_in_coreutils.md 2023-02-15 19:56:34 +01:00