Skip to content

Instantly share code, notes, and snippets.

@bethropolis
Created March 31, 2024 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bethropolis/512fd640bb61c55e86d71b994099a739 to your computer and use it in GitHub Desktop.
Save bethropolis/512fd640bb61c55e86d71b994099a739 to your computer and use it in GitHub Desktop.
[
{
"name": "Videos",
"path": "/home/username/Videos/",
"type": "directory",
"children": [
{
"name": "Movies",
"path": "/home/username/Videos/Movies",
"type": "directory",
"children": [
{
"name": "Action",
"path": "/home/username/Videos/Movies/Action",
"type": "directory",
"children": [
{
"name": "movie1.mp4",
"path": "/home/username/Videos/Movies/Action/movie1.mp4",
"type": "file"
},
{
"name": "movie2.mkv",
"path": "/home/username/Videos/Movies/Action/movie2.mkv",
"type": "file"
}
]
},
{
"name": "Comedy",
"path": "/home/username/Videos/Movies/Comedy",
"type": "directory",
"children": [
{
"name": "movie3.avi",
"path": "/home/username/Videos/Movies/Comedy/movie3.avi",
"type": "file"
}
]
}
]
},
{
"name": "Tutorials",
"path": "/home/username/Videos/Tutorials",
"type": "directory",
"children": [
{
"name": "tutorial1.mp4",
"path": "/home/username/Videos/Tutorials/tutorial1.mp4",
"type": "file"
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment