Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gtree_1.7.17_checksums.txt | 2022-11-04 | 728 Bytes | |
gtree_linux_arm64.tar.gz | 2022-11-04 | 1.5 MB | |
gtree_linux_x86_64.tar.gz | 2022-11-04 | 1.6 MB | |
gtree_windows_arm64.zip | 2022-11-04 | 1.5 MB | |
gtree_windows_i386.zip | 2022-11-04 | 1.6 MB | |
gtree_darwin_arm64.tar.gz | 2022-11-04 | 1.6 MB | |
gtree_darwin_x86_64.tar.gz | 2022-11-04 | 1.7 MB | |
gtree_linux_i386.tar.gz | 2022-11-04 | 1.5 MB | |
gtree_windows_x86_64.zip | 2022-11-04 | 1.7 MB | |
README.md | 2022-11-04 | 1.5 kB | |
Totals: 10 Items | 12.7 MB | 0 |
:::console
$ cat testdata/sample8.md
# gtree
- Output tree🌳 or Make directories(files)📁 from Markdown or Programmatically.
- Provide CLI, Go Packages and Web.
## Web
* https://ddddddo.github.io/gtree/
* This page calls a function that outputs tree.
* This function is a Go package compiled as WebAssembly.
- You can change the branches like in the image below.
+ Also, once loaded, you can enjoy offline!
$ cat testdata/sample8.md | gtree output
gtree
├── Output tree🌳 or Make directories(files)📁 from Markdown or Programmatically.
└── Provide CLI, Go Packages and Web.
Web
└── https://ddddddo.github.io/gtree/
├── This page calls a function that outputs tree.
│ └── This function is a Go package compiled as WebAssembly.
└── You can change the branches like in the image below.
└── Also, once loaded, you can enjoy offline!
What's Changed
- Ci update by @ddddddO in https://github.com/ddddddO/gtree/pull/97
- Bump github.com/urfave/cli/v2 from 2.20.2 to 2.20.3 by @dependabot in https://github.com/ddddddO/gtree/pull/99
- fix by @ddddddO in https://github.com/ddddddO/gtree/pull/101
- Markdown parser by @ddddddO in https://github.com/ddddddO/gtree/pull/103
Full Changelog: https://github.com/ddddddO/gtree/compare/v1.7.16...v1.7.17