Skip to content

Instantly share code, notes, and snippets.

@stephen-hannam
Last active April 16, 2020 21:46
Show Gist options
  • Save stephen-hannam/a9f1c326c3b4b34495374558ccf2929b to your computer and use it in GitHub Desktop.
Save stephen-hannam/a9f1c326c3b4b34495374558ccf2929b to your computer and use it in GitHub Desktop.
Try different ways to represent cli directory trees in markdown

Ampersand: & &

a_b, a_b

*** represents a user defined substring

.
├── C
│   ├── ***_handling/
│   ├── null_ptr/
│   ├── preproc_n_make/
│   └── strings/
├── README.md
├── RPC
│   ├── _rpc_date_example
│   ├── _rpc_dir
│   ├── _rpcgen
│   ├── _rpc_strs
│   └── _rpc_w_ffi
└── tmp
    └── _rpc_w_ffi
.
├── C
│   ├── exit_handling
│   ├── null_ptr
│   ├── preproc_n_make
│   └── strings
├── README.md
├── RPC
│   ├── _rpc_date_example
│   ├── _rpc_dir
│   ├── _rpcgen
│   ├── _rpc_strs
│   └── _rpc_w_ffi
└── tmp
    └── _rpc_w_ffi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment