Skip to content

Instantly share code, notes, and snippets.

@PillTime
Last active August 24, 2021 19:32
Show Gist options
  • Save PillTime/bbeae75df44cecf229fa5423db617709 to your computer and use it in GitHub Desktop.
Save PillTime/bbeae75df44cecf229fa5423db617709 to your computer and use it in GitHub Desktop.
directory shortener
PART 1:
s|$HOME|~|
PART 2:
s|((\s*\.?\s*[^/]\s*[^/]\s*[^/])\s*[^/]*/)|\2/|g
EXAMPLES USED:
/home/carlos/Pictures
/home/carlos/Documents/fcup/Rust Programming/hello
/home/carlos/More Documents/fcup/C/hello
/home/carlos/More Documents/fcup/C2/hello
/home/carlos/More Documents/fcup/C33/hello
/usr/share/applications
/etc
/boot/efi
/home/carlos/.config
/home/carlos/.local/share/applications
/home/carlos/.bak/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment