https://github.com/fontseca/cxx-tree
List entries of directories in a tree-like format
https://github.com/fontseca/cxx-tree
cpp linux tree
Last synced: 2 months ago
JSON representation
List entries of directories in a tree-like format
- Host: GitHub
- URL: https://github.com/fontseca/cxx-tree
- Owner: fontseca
- Created: 2023-01-18T17:45:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T18:47:27.000Z (over 3 years ago)
- Last Synced: 2025-06-08T20:46:50.340Z (about 1 year ago)
- Topics: cpp, linux, tree
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
C++ Tree
List entries of directories in a tree-like format.
Output example with depth of 2:
/snap/
├── core20
│ ├── 1778
│ ├── current -> /snap/core20/1778
│ └── 1738
├── gnome-3-34-1804
│ ├── 77
│ └── current -> /snap/gnome-3-34-1804/77
├── bin
│ ├── snap-store -> /usr/bin/snap
│ ├── postman -> /usr/bin/snap
│ ├── snap-store.ubuntu-software -> /usr/bin/snap
│ └── snap-store.ubuntu-software-local-file -> /usr/bin/snap
├── bare
│ ├── 5
│ └── current -> /snap/bare/5
├── snapd
│ ├── 17883
│ ├── current -> /snap/snapd/17950
│ └── 17950
├── snap-store
│ ├── 599
│ ├── current -> /snap/snap-store/638
│ └── 638
├── snapd-desktop-integration
│ ├── 49
│ ├── current -> /snap/snapd-desktop-integration/49
│ └── 43
├── README
├── core22
│ ├── 469
│ ├── current -> /snap/core22/484
│ └── 484
├── gnome-3-38-2004
│ ├── 119
│ ├── current -> /snap/gnome-3-38-2004/119
│ └── 115
├── postman
│ ├── 183
│ ├── 184
│ └── current -> /snap/postman/184
├── core18
│ ├── 2654
│ ├── current -> /snap/core18/2667
│ └── 2667
└── gtk-common-themes
├── current -> /snap/gtk-common-themes/1535
└── 1535
42 directories, 5 files