[–] stephenr 9y ago ↗ ~/Projects/$MyCoName/{Clients/$ClientName,Internal}/$ProjectNameEdit: for anyone who doesn't quite read shell expansion, it looks like this: ~ + Projects + My Company Name + Clients + Client 1 + Project Foo + Client 2 + Project Bar + Internal + Project Baz [–] 0xCMP 9y ago ↗ Yea I do something similar. I like the {$ClientName, Internal} though. I had issues with that before. [–] stephenr 9y ago ↗ What issues did you have?FYI the {} is shell expansion braces (which split on the comma), I've edited my comment with a literal tree of how it looksEdit dos: and I see that you probably knew that! [–] 0xCMP 9y ago ↗ My bad, I didn't mean I had issues with the expansion or the idea, but it solves the organization issues I had.
[–] 0xCMP 9y ago ↗ Yea I do something similar. I like the {$ClientName, Internal} though. I had issues with that before. [–] stephenr 9y ago ↗ What issues did you have?FYI the {} is shell expansion braces (which split on the comma), I've edited my comment with a literal tree of how it looksEdit dos: and I see that you probably knew that! [–] 0xCMP 9y ago ↗ My bad, I didn't mean I had issues with the expansion or the idea, but it solves the organization issues I had.
[–] stephenr 9y ago ↗ What issues did you have?FYI the {} is shell expansion braces (which split on the comma), I've edited my comment with a literal tree of how it looksEdit dos: and I see that you probably knew that! [–] 0xCMP 9y ago ↗ My bad, I didn't mean I had issues with the expansion or the idea, but it solves the organization issues I had.
[–] 0xCMP 9y ago ↗ My bad, I didn't mean I had issues with the expansion or the idea, but it solves the organization issues I had.
[–] 0xCMP 9y ago ↗ On my two computers I have ~/Code/$Project and ~/Code/{$username, $company, tmp, github}/$Project
6 comments
[ 4.6 ms ] story [ 28.5 ms ] threadEdit: for anyone who doesn't quite read shell expansion, it looks like this:
FYI the {} is shell expansion braces (which split on the comma), I've edited my comment with a literal tree of how it looks
Edit dos: and I see that you probably knew that!