Skip to content

Instantly share code, notes, and snippets.

@piksel
Created October 23, 2024 18:08
Show Gist options
  • Save piksel/92920f0d76f18fdbe379f3b04da35460 to your computer and use it in GitHub Desktop.
Save piksel/92920f0d76f18fdbe379f3b04da35460 to your computer and use it in GitHub Desktop.
#!/bin/bash
tree --noreport -F $* | sed -E 's/ ?([0-9|A-Z|a-z|.|*|_|-]+)$/๐Ÿ“„ \1/gm; s/ ?(\S+)\//๐Ÿ“ \1/gm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment