dezip-1.1.zip / dezip  
 
 ..
directoriesroot3 filesjuly 19, 2021
 tmlanguage3 filesmarch 10, 2022
filesBUILD.md52 lines2.0 KBjune 30, 2021
 COPYING1 line87 bytesjanuary 6, 2021
 README.md33 lines1.7 KBjune 30, 2021
 go.mod12 lines366 bytesjanuary 8, 2021
 go.sum43 lines4.1 KBjanuary 13, 2021
 main.go691 lines24 KBjuly 1, 2021
 pages.go593 lines25 KBjune 29, 2021
 reclaim.go111 lines3.1 KBjanuary 20, 2021
 render.go884 lines31 KBjanuary 21, 2021
 search.go441 lines15 KBjanuary 20, 2021
README

what is this?

dezip is a website for browsing source code archives.

to use it, type dezip.org/ in your address bar, then the address of the archive file, like this:

dezip.org/https://www.lua.org/ftp/lua-5.4.2.tar.gz

what motivated you to make it?

discomfort with the centralization of software development into sites like github and gitlab. convenient source code browsing shouldn't be coupled so tightly to repository hosting services.

which protocols and archive formats are supported?

currently, the following protocols are supported: ftp://, gemini://, gopher://, http://, and https://; and the following archive formats, identified by file extension: .zip, .tgz, .tar.gz, .tb2, .tbz, .tbz2, .tar.bz2, .txz, and .tar.xz.

is there a way to search?

yeah! click the magnifying glass button or press f to bring up the search field. selected text will appear in the field automatically (so you don't have to copy and paste it). press enter to search. j and k move forward and backward through search results.

where can i find the source code?

the current version is available here: dezip-1.1.zip [browse]

see BUILD.md for build instructions.

older versions

who made this?

dezip was made by ian henderson. feel free to email me at ian@ianhenderson.org or contact me on twitter at @ianh_.