importsort-d

Sort and format imports in DLang
Log | Files | Refs | README

commit 42d01e4e2dc77238d348567a43c5bc4930aac9ab
parent 032b702ce6ae6f47682852b857678e9d36cc72f8
Author: Friedel Schoen <[email protected]>
Date:   Sun, 23 Oct 2022 15:40:45 +0200

updated readme

Diffstat:
MREADME.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -47,6 +47,7 @@ $ importsort-d [-h] [-v] [-r] [-i] [-o <out>] [-k] [-a] [-r] <input...> | `-k, --keep` | keeps the line as-is instead of formatting | | `-a, --attribute` | public and static imports first | | `-b, --binding` | sorts by binding rather then the original | +| `-m, --merge` | merge imports which uses same file | | | | | `-r, --recursive` | recursively search in directories | | `-i, --inline` | changes the input | @@ -55,10 +56,10 @@ $ importsort-d [-h] [-v] [-r] [-i] [-o <out>] [-k] [-a] [-r] <input...> ## TODO's - [x] recursive searching (`v0.2.0`) +- [x] merge imports (`v0.3.0`) - [ ] watch-mode (struggling with save-timings - can clear files) - you can add importsort-d into your onSave-hooks (e. g. [Run on Save](https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave) on VSCode) - [ ] support multiple imports in one line (demilited by `;`) -- [x] merge imports (`v0.3.0`) - [ ] stripping unused imports (maybe) ## Changelog @@ -74,6 +75,12 @@ $ importsort-d [-h] [-v] [-r] [-i] [-o <out>] [-k] [-a] [-r] <input...> - option `--original` becomes `--binding` and sorts by original by default - refactoring code +### `v0.3.0` +- added `--merge` (see above) + +### `v0.3.1` +- added documentation for contributers (or people who wan't to see my code) + ## License This whole project is licensed under the beautiful terms of the `zlib-license`.