Last active
August 24, 2021 19:32
-
-
Save PillTime/bbeae75df44cecf229fa5423db617709 to your computer and use it in GitHub Desktop.
directory shortener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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