So I asked reddit what kind of lens they’d want to see in Unity, and to my surprise, their top answer was: “I’d like to see a lens that shows the contents of an archive without having to unzip it”. I guess this makes sense if you want to verify the archive’s contents without having to extract it (to be sure there’s no iffy bits in there), and so I decided to take it on. What I came up with was a non-visible lens that shows the archive’s contents (without unzipping it!) if you type in the exact path of a .tar, .tar.gz, .tgz, or .zip on the home lens in the dash.
Now I’m not sure how many people this would be useful for, but if it’s something you’d be interested in, I built it in my ppa (not quite sure it’s ready for the scopes-packagers ppa).
To install:
|
1 2 3 4 |
sudo add-apt-repository ppa:cwayne18/ppa
sudo apt-get update
sudo apt-get install unity-lens-unzipper
setsid unity |
October 9th, 2012 at 7:02 pm
[...] Kleiner Kurztipp für alle, die mit Unity arbeiten und sich häufiger mit Archiven beschäftigen. Chris Wayne hat eine neue Linse entwickelt, die es euch ermöglicht direkt in der Suchmaske von Unity den [...]