Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something like --layout inverted,flat available? --> answer == 'erd -y iflat' in v3.1.2 #181

Closed
johnnyutahh opened this issue May 26, 2023 · 2 comments

Comments

@johnnyutahh
Copy link

Is there a way to generate an inverted+flat layout?

Something like --layout inverted,flat (which does not currently work in v3.0.0)?

@johnnyutahh johnnyutahh changed the title Something like '--layout inverted,flat' available? Something like --layout inverted,flat available? May 26, 2023
@solidiquis
Copy link
Owner

No there isn't an inverted, flat layout but I can add that in for the next release.

@johnnyutahh
Copy link
Author

erd --layout iflat in v3.1.2 looks great, thanks much.

$ erd --layout iflat | head -30
6139904 B   erdtree
5607424 B   assets
1249280 B   assets/trunc.png
 946176 B   assets/untrunc.png
 442368 B   assets/top_demo.png
 434176 B   assets/flat_human_long.png
 389120 B   assets/colorization.png
 385024 B   assets/top_showcase.png
 339968 B   assets/symfollow.png
 303104 B   assets/broken_icons.png
 253952 B   assets/inhuman_readable.png
 249856 B   assets/h_readable.png
 237568 B   assets/human_readable_flat.png
 233472 B   assets/inhuman_readable_flat.png
 143360 B   assets/du_match.png
 335872 B   src
  81920 B   src/context
  24576 B   src/context/config
  16384 B   src/context/config/toml
   8192 B   src/context/config/toml/mod.rs
   4096 B   src/context/config/toml/error.rs
   4096 B   src/context/config/toml/test.rs
   4096 B   src/context/config/mod.rs
   4096 B   src/context/config/rc.rs
  16384 B   src/context/mod.rs
   8192 B   src/context/args.rs
   4096 B   src/context/file.rs
   4096 B   src/context/column.rs
   4096 B   src/context/time.rs
   4096 B   src/context/color.rs
$ type erd
erd is hashed (/opt/homebrew/bin/erd)
$ erd --version
erdtree 3.1.2
$ pwd
/Users/XXXXXX/gitrs/erdtree
$

@johnnyutahh johnnyutahh changed the title Something like --layout inverted,flat available? Something like --layout inverted,flat available? --> answer == 'erd -y iflat' in v3.1.2 Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants