Giter Club home page Giter Club logo

chrome-ext-wicked-good-unarchiver's People

Contributors

aarongable avatar hirono-chromium avatar mtomasz-chromium avatar mtomasz-google avatar takisejr avatar vapier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-ext-wicked-good-unarchiver's Issues

7

U

support 7z indexes

the 7z file format indicates it has indexes, so should look into supporting them to speed up processing

improve handling of ./ paths

with CrOS R64, handling of "./" paths doesn't work. first off, paths beginning with "." are considered hidden, so they don't show up in the output normally. second, showing hidden files in the browser and then trying to descend into the "." directory doesn't actually work ... the files browser treats "." as the current dir, so you end up trying to do ./././././ forever and never actually seeing the files.

probably just need to strip off the ./ path manually whenever we encounter it.

simple reproduction is:

$ touch foo
$ tar cf foo.tar ./foo

but there's probably more edge cases here that need consideration like:

$ tar cf foo.tar ./././dump.c Downloads/./././././log
$ tar tf foo.tar
./././dump.c
Downloads/./././././log

add notification when you try to launch it directly

people are confused by how this works:

  • try to install/use it on non-CrOS platforms
  • try to launch it directly from the app launcher

should add a pop up that informs them that this is only for CrOS, and that you don't launch it directly, but open files via the Files.app

Tar archives do not work

Tar archives do not work wih the latest version of Wicked Good Unarchiver. The tar archive simply shows up empty.

uname -m: x86_64
Version : 2017.12.0.77
Installed from the Chrome Web Store.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.