Projects/Utils/Ark: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
=== Harald === | === Harald === | ||
* Formalize the dbus communication protocol and implement it in dolphin | * Formalize the dbus communication protocol and implement it in dolphin | ||
* BUG: After opening file from web, automatic subfolder detection name is confused | * BUG: After opening file from web, automatic subfolder detection name is confused | ||
* BUG: extractiondialog is confused by "/" in subfolder name | * BUG: extractiondialog is confused by "/" in subfolder name | ||
* Check if we want the two last patches in bug #155220 | * Check if we want the two last patches in bug #155220 | ||
* Revert the single folder label | |||
* | |||
=== Some use cases for commandline options === | === Some use cases for commandline options === |
Revision as of 04:48, 25 May 2009
Ark TODO
Harald
- Formalize the dbus communication protocol and implement it in dolphin
- BUG: After opening file from web, automatic subfolder detection name is confused
- BUG: extractiondialog is confused by "/" in subfolder name
- Check if we want the two last patches in bug #155220
- Revert the single folder label
Some use cases for commandline options
- Extracting a single file into the current directory, automatically creating a subfolder
ark --batch --autosubfolder lala.tar.gz
- Same, with a dialog
ark --batch --autosubfolder --dialog lala.tar.gz
- Extract lots of archives into a single directory
ark --batch --destination /tmp lala1.zip lala2.tar lala3.rar
- Same, but use a subfolder
ark --batch --destination /tmp --subfolder mystuff lala1.zip lala2.tar lala3.rar
- Extract lots of archives into separate directories
ark --batch --destination /tmp --autosubfolder lala1.zip lala2.tar lala3.rar
- Into a single subfolder
ark --batch --subfolder lala.tar.gz