jubako / arx

Store files and directory in an archive. Like tar, but faster and with direct random access.
MIT License
151 stars 2 forks source link

Register the file mimetypes #87

Open mbridon opened 4 days ago

mbridon commented 4 days ago

I just created my first arx archive:

$ arx create Projects/ibus-cangjie/ -v -o ibus-cangjie
[INFO  arx::create] Creating archive "/home/bochecha/ibus-cangjie"

That was pretty quick! Basically instantaneous for a 6MB archive :shrug:

However, when I run the command file ibus-cangjie I get:

$ file ibus-cangjie 
ibus-cangjie: data

Would be nicer if it would say something like "arx compressed data" maybe? :thinking: