You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# The Unzipper
2
2
3
-
The Unzipper extracts .zip and .rar archives or .gz files on webservers. It detects .zip/.rar/.gz archives and let you choose which one to extract (if there are multiple archives available).
3
+
The Unzipper extracts .zip and .rar archives or .gz/tar.gz files on webservers. It detects .zip/.rar/.tar.gz/.gz archives and let you choose which one to extract (if there are multiple archives available).
4
4
As of version 0.1.0 it also supports creating archives.
5
5
6
6
It's handy if you do not have shell access. E.g. if you want to upload a lot of files (php framework or image collection) as archive - because it is much faster than uploading each file by itself.
@@ -41,4 +41,4 @@ Get latest code at https://github.com/ndeet/unzipper
41
41
42
42
43
43
## Credits
44
-
[See contributors on Github](https://github.com/ndeet/unzipper/graphs/contributors)
44
+
[See contributors on Github](https://github.com/ndeet/unzipper/graphs/contributors)
0 commit comments