Zippy: a file archiver based on and-or tree

it is really lightweight, and works really nice with i3wm.
it supports two modes: zip and unzip.
unzip: zippy <archive>
zip: zippy <file1> <dir2> <file3> ...
it supports the common archive format: zip and tar.
it supports and-or tree to filter large archive(name and content), and to flatten files in many directories(remove directory hierarchy).
Last edited by taylorchu (2012-12-21 20:53:35)

Hi,
Thanks, that worked like a charm :)
And now I feel a little "unbright" for not thinking of this myself :-/

Similar Messages

  • Hide mainpanel (for exel and .dwg bookmark and model tree) in jvue

    if viewing dwg, .excel file in jvue bookmark and model tree windows are showing in left side,i want to disable(not show) these windows .
    any applet method or PARAM NAME provided for disable these windows like markup window disable and "setMarkupMode(true/false)"
    we can manually disable this windows Option-->Show Panel-->Main panel ,uncheck this option this windows are hide this can do it from applet or java-script

    You can control this through custom GUI file.
    Just remove actions that you don't need under blocks that start with:
    TABBEDPANETOOLBAR WEST IDS_VIEWMODE_TREE

  • The file structure online redo log, archived redo log and standby redo log

    I have read some Oracle documentation for file structure and settings in Data Guard environment. But I still have some doubts. What is the best file structure or settings in Oracle 10.2.0.4 on UNIX for a data guard environment with 4 primary databases and 4 physical standby databases. Based on Oracle documents, there are 3 redo logs. They are: online redo logs, archived redo logs and standby redo logs. The basic settings are:
    1. Online redo logs --- This redo log must be on Primary database and logical standby database. But it is not necessary to be on physical standby database because physical standby is not open. It doesn't generate redo log. However, if don't set up online redo log on physical standby, when primary failover and switch standby as primary. How can standby perform without online redo logs? In my standby databases, online redo logs have been set up.
    2. Archived redo logs --- It is obviously that primary database, logical and physical standby database all need to have this log file being set up. Primary use it to archive log files and ship to standby. Standby use it to receive data from archived log and apply to database.
    3. Standby redo logs --- In the document, it says A standby redo log is similar to an online redo log, except that a standby redo log is used to store redo data received from another database. A standby redo log is required if you want to implement: The maximum protection and maximum availability levels of data protection and Real-time apply as well as Cascaded destinations. So it seems that this standby redo log only should be set up on standby database, not on primary database. Am my understanding correct? Because I review current redo log settings on my environment, I have found that Standby redo log directory and files have been set up on both primary and standby databases. I would like to get more information and education from experts. What is the best setting or structure on primary and standby database?

    FZheng:
    Thanks for your input. It is clear that we need 3 type of redo logs on both databases. You answer my question.
    But I have another one. In oracle ducument, it says If you have configured a standby redo log on one or more standby databases in the configuration, ensure the size of the current standby redo log file on each standby database exactly matches the size of the current online redo log file on the primary database. It says: At log switch time, if there are no available standby redo log files that match the size of the new current online redo log file on the primary database. The primary database will shut down
    My current one data gurard envirnment setting is: On primary DB, online redo log group size is 512M and standby redo log group size is 500M. On the standby DB, online redo log group size is 500M and standby redo log group size is 750M.
    This was setup by someone I don't know. Is this setting OK? or I should change Standby Redo Log on standby DB to 512M to exactly meatch with redo log size on primary?
    Edited by: 853153 on Jun 22, 2011 9:42 AM

  • Data files archival and poling interval in XI

    Dear Experts,
    I appreciate if you could help me to know the best options for the below
    1. How many days is ideal to keep the archived data files in XI
    2. What is the best option for file polling interval in file adapter.
    Thanks and Regards.
    Yerragadda.

    Hi,
    1. How many days is ideal to keep the archived data files in XI
    --> It depends upon the volume of data fiels archived as well as the importance of those archived data.
    Instead of archiveing it on XI server, its better to maintain the archived files on some host (FTP). On sender side file adapter you can give the another path/location to maintain the archived files.
    2. What is the best option for file polling interval in file adapter.
    ---> Polling Interval will be set when you need to pick the file and sent into XI. i,e when your scenrio is like File-XI-Idoc/RFC etc.
    You may give the polling interval based on frequency of files, Either you can control the commmunication channels externally also.
    While configuring a sender file adapter, a major mistake that we often do is keeping file adapter communication channel polling interval less and in test mode. It is not an error, keeping it in test mode with less polling interval but, often we forget about it, keeping the adapter channel active and it loads the server memory unnecessarily.
    The link below will help you understand things better.
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/03/80a74052033713e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/17/7481b6d5095b42bd804d1815201ebc/frameset.htm
    Thanks
    Swarup

  • How can I auto export a PDF File using the "Smallest File Size" preset and set the Exported File Name based on information from an Imported PDF?

    Greetings all,
    I am trying to create a script to automate a PDF export process for my company for inDesign. I’m fairly new to inDesign itself and have no previous experience with javascript, although I did take C++ in high school and have found it helpful in putting this code together.
    We have an inDesign template file and then use the Multi-page PDF importer script to import PDF files. We then have to export two version of each file that we import, then delete the imported file and all of the pages to reset the template. This has to be done for nearly 1000 pdf files each month and is quite tedious. I’m working on automating the process as much as possible. I’ve managed to piece together code that will cleanup the file much quicker and am now trying to automate the PDF exports themselves.
    The files are sent to us as “TRUGLY#####_Client” and need to be exported as “POP#####_Client_Date-Range_North/South.pdf”
    For example, TRUGLY12345_Client needs to be exported as POP12345_Client_Mar01-Mar31_North and POP12345_Client_Mar01-Mar31_South.
    There are two templates built into the template file for the north and south file that are toggled easily via layer visibility switches. I need to get a code that can ideally read the #s from the imported Trugly file as well as the Client and input those into variables to use when exporting. The date range is found in the same place in the top right of each pdf file. I am not sure if this can be read somehow or if it will have to be input manually. I can put North or South into the file name based on which template layer is visible.
    I am not sure how to go about doing this. I did find the following code for exporting to PDF with preset but it requires me to select a preset and then type the full file name. How can I set it to automatically use the “Smallest File Size” preset without prompting me to choose and then automatically input some or preferably all of the file name automatically? (If the entire filename is possible then I don’t even want a prompt to appear so it will be fully automated!)
    PDF Export Code (Originally from here: Simple PDF Export with Preset selection | IndiSnip [InDesign® Snippets]):
    var myPresets = app.pdfExportPresets.everyItem().name;
    myPresets.unshift("- Select Preset -");
    var myWin = new Window('dialog', 'PDF Export Presets');
    myWin.orientation = 'row';
    with(myWin){
        myWin.sText = add('statictext', undefined, 'Select PDF Export preset:');
        myWin.myPDFExport = add('dropdownlist',undefined,undefined,{items:myPresets});
        myWin.myPDFExport.selection = 0;
        myWin.btnOK = add('button', undefined, 'OK');
    myWin.center();
    var myWindow = myWin.show();
    if(myWindow == true && myWin.myPDFExport.selection.index != 0){
        var myPreset = app.pdfExportPresets.item(String(myWin.myPDFExport.selection));
        myFile = File(File.saveDialog("Save file with preset: " + myPreset.name,"PDF files: *.pdf"));
        if(myFile != null){
            app.activeDocument.exportFile(ExportFormat.PDF_TYPE, myFile, false, myPreset);
        }else{
            alert("No File selected");
    }else{
        alert("No PDF Preset selected");
    So far my code does the following:
    1) Runs the Multi-Page PDF Import Script
    2) Runs PDF Export Script Above
    3) Toggles the Template
    4) Runs #2 Again
    5) Deletes the imported PDF and all pages and toggles template again.
    It’s close and much better than the original process which was almost 100% manual but I’d like to remove the Preset prompt from the PDF script and have it automatically select the “Smallest File Size” preset. and then if there’s a way to have it auto-fill in the file name so no user input is required at all other than selecting each file to import. (If there’s a way to setup a batch action for the multi-import script that would be even better!)
    Thanks in advance and if there’s anything else I can provide that would help please let me know! Even a nudge in the right direction will be a big help!

    If you hold down the option key, it will typically show the location. Or you can often hit option-return on the file and it will reveal the file in the Finder, instead of opening it.
    Final option is to open it, and just option-click the filename in the toolbar of Preview and it should show you the location.
    It's probably an attachment to an email you've received. If you have Mail set to cache emails and their attachments it'll be stashed in a subdirectory of ~/Library/Mail. Which is fine.

  • I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.

    I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.
    Please help, I don't know how to do this
    Thanks

    you need both the exe (which you have) and the matching 7z (that you don't have, yet).  dl it:
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I have Adobe Photoshop Elements 5.0 and am trying to upgrade to 13 - getting error message that "file archive part" of Adobe 13 is missing. When I try to download installers for older products it only goes back to v7, not v5 what to do next?

    I have Adobe Photoshop Elements 5.0 and am trying to upgrade to 13 - getting error message that "file archive part" of Adobe 13 is missing. When I try to download installers for older products it only goes back to v7, not v5 what to do next?

    TDFields you will want to ensure the 7z and exe file are in the same folder/directory.  You can find more details at Find a download link on Adobe.com.

  • Recovery of table without archive file no 1,2 and 3

    Hi all,
    long back I had created a table. Recently one user has dropped the table by mistake. When I am looking for the archived file, I saw that, I have only file no 5,6 and 7 but file no. 1 and 2 are missing. Because of that reason, I am unable to recover that table. If anyone knows any method by which I can recover the table then please let me know.
    Thanks and Warm Regards,
    Baishali

    Hi,
    What is the database version?
    How did you know that the table is stored in files 1, 2 and 3? If you have no backup of those files and/or a recent database backup (assuming that the table is stored in those files), then it is not possible to recover the data.
    Oracle® Database Backup and Recovery Basics
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm
    Oracle® Database Backup and Recovery Advanced User's Guide
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/toc.htm
    Do you have flashback enabled? If yes, then please refer to:
    Using Flashback Drop and Managing the Recycle Bin
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#ADMIN01511
    Regards,
    Hussein

  • I am downloading the premiere elements 12 file on the adobe page and my error message says the file archive is missing??

    I am downloading the premiere elements 12 file on the adobe page and my error message says the file archive is missing??

    you need the 7z file in addition to the exe
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I have tried to download photoshop elements x 5 times and keep getting this message "the file archive part of photoshop elements is missing....."

    I have tried to download photoshop elements x 5 times and keep getting message "the file archive part of photoshop is missing...."

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 11: http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l

  • I downloaded both files and when I try to open I get this,The file archive part of adobe photoshop cs5 is missing.

    I can't open either file, first one keeps asking me what to open with and the second one says, the file archive part of adobe photoshop cs5 is missing.  what am I doing wrong?  I have a serial number

    It sounds like your downloaded archive file the big is eithe corrupt or not where it should be.  That file is a 7Zip file which can be extracted with 7zip.  If the downloaded file is bad delete it and download it again Download CS5 products

  • The file archive part of Adobe CS6 Design and Web Premium is missing.

    The file archive part of Adobe CS6 Design and Web Premium is missing. You need all parts in the same folder in order to extract Adobe CS6 Design and Web Premium. Please download all parts.

    Sorry.  After downloading required Adobe CS6 Design and Web Premium files and attempting to install, the error message "
    The file archive part of Adobe CS6 Design and Web Premium is missing. You need all parts in the same folder in order to extract Adobe CS6 Design and Web Premium. Please download all parts" appears.  Using Window 8.  This happens on the Adobe Design and Web Premium CS6 installer file.

  • Property file should be externalize and outside the archive (say ear) ?

    My team architect is suggesting me to externalize the property files like locale resources (e.g messages.en.properties ), log4j (e.g log.properties) etc .The reason is to avoid recompiling incase of changes to this resources.
    Example tomorrow if something goes wrong in production and we want to enable the debug log,then we can change the property file ,restart the server and we are good.If it was inside the archive file we have to create a brand new
    a brand new archive file ,redeploy it and restart the server again.
    In my entire work experience I never externalized this resources because they are inherent part of the archive file.Hence any changes then recreate the archive file and redeploy.
    The team architect might have some good reason.
    Please advice.
    Thanks
    m

    Manjit wrote:
    My team architect is suggesting me to externalize the property files like locale resources (e.g messages.en.properties ), log4j (e.g log.properties) etc .The reason is to avoid recompiling incase of changes to this resources.
    Example tomorrow if something goes wrong in production and we want to enable the debug log,then we can change the property file ,restart the server and we are good.If it was inside the archive file we have to create a brand new
    a brand new archive file ,redeploy it and restart the server again.
    In my entire work experience I never externalized this resources because they are inherent part of the archive file.Hence any changes then recreate the archive file and redeploy.
    The team architect might have some good reason.
    Please advice.
    Thanks
    mIf the major hurdle is changing log levels dynamically..you could look at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PropertyConfigurator.html#configureAndWatch%28java.lang.String%29

  • File 2 of 3 with Indesign states" file archive is missing..." we have already downloaded part 1 and 3. help?  what does this mean

              Indesign states" file archive is missing..." we have already downloaded part 1 and 3. help?  what does this mean

    In this case , you may try alternate method.
    Install apps like Winzip or Winrar or 7-zip.
    http://www.rarlab.com/download.htm
    or
    http://www.7-zip.org/download.html
    Right click on File 1 of 3 : InDesign_8_LS16.7z  [1.9 GB]
    Then extract the file and then open extracted folder and run setup.exe .
    It will install InDesign CS 6.

  • Archive based on mask size question

    I'm going to be working with a client who has a production repository in MDME 4.0. It has a size of about 4.5GB. In order to prep for the interaction with the client next week, I've asked for an archive based on a mask. They've created a mask which contains about 10 records. The file size has been reduced to about 1GB.
    What can I do to trim the file size down even further besides reducing the number of records?
    Erika
    Any other options can you think of for me to access the data?

    Hi Erika,
    I am just thinking what kind of data is available in repository which takes 1GB for 10 records! As per my knowledge, there is no other to reduce the size of an archive file.
    But, based on my experience, I want to share a small information. I faced lot of problems in unarchiving. The reason is original archive file came from MDM running on MySQL(MDM 4.0) and I was trying to unarchive on MDM running on Oracle (MDM 5.5).
    All the best.
    Regards,
    Rajani Kumar K

Maybe you are looking for

  • Setup google calendar in calendar

    We have 2 step verification setup on my wife's macbook. Is there some special we need to do in Calendar to get it to sync with google calendar?

  • Where did my Previous System folder go?

    I upgraded my G5 yesterday from 10.3.9 to 10.5. Everything works fine after the upgrade. But I can't find the Previous System folder that should be on my hard drive. When I upgraded, I planned to do an Archive and Install and preserve user settings,

  • Need to connect to GreenPlum Database in SAP BI 4.0

    Hi , We Need to connect to GreenPlum Database in SAP BI 4.0, i dont see any specific driver to set up a system dsn for this data source. So can any one share your experience if you built a universe based on green plum db(UNX using IDT in 4.0) or even

  • Preventing SQL injection - can't use cfqueryparam in this case

    Hello. I have a form with a checkbox next to each row.  If the user checks some boxes, then clicks the "Delete" button, I want to execute the following query, but I want to protect it from sql injection attacks:     <cfquery datasource="#application.

  • Logs for setup of statistical data

    Dear Friends, I am Performing Setup - SD Sales Orders i.e filling up of set up tables for 2LIS_11_VAITM, using t-code OLI7BW. After I fill up the required feilds and execute the same I get a message "DataSource 2LIS11_VAHDR contains data still to be