Make the folder zip, already with application of deletions.
We recommend having Java as up-to-date as possible ever. This application is being compiled in version (52 = Java 8), taking into account the popularity of this version.
💬 v3
- Add more files to exclusion list
- Add check box, folder exclusion
- Standard Folder Excluded:
- .*
- debug
- *test
- *spec
- dist
- swagger
- docs
- *tests
- lib
- node_modules
- plugins
- build
- deploy
- dist
- unit
- logs
- coverage
- cache
- .git
💬 v2
- fix count total files excluded;
- add new exclusion file (.ini, .cbl, Test., PSQL.dll, .MF, .project, .component, .ec, .cbl);
- add folder exclusion by semicolon ( ; ) -> "uses the folder name without wildcard character";
💬 v1
- delete files from folders;
- create the Zip of a folder;
-
Downloads the last version SharkZip
-
Runs the jar file normally
- Right click on the Jar file
- goes on Open With:
- Java(TM) Platform SE Binary
-> Executes the command, on your terminal:
$ java -jar SharkZip_vXX.jar
It can be done using expressions and each element must be separated by semicolon ( ; )
😄
Data entry in the application:
💬 Folder Dir:
- you need to click Browser and choose the folder you want.
💬 Files to Excluding:
- adds the names of the desired files to be removed, separated by point and virgula.
You can use expressions as an example (*.json or *.min.*) to remove all files that end with json or that have .min.
💬 Apply Default Exclusion:
- we have an internal list already pre defined with some files that could be found and deleted,
👋 recommend enabling this option if you want to remove more unwanted elements.
💬 Zip Dir:
- zips the desired folder by applying the exclusions.
//others
- */~
- **/#*#
- */.#
- **/%*%
- */._
- *.cbl
- *.ec
- *.component
- *.project
- *.MF
- PSQL.dll
- Test.
//fonts
- *.eot
- *.ttf
- *.woff
- *.woff2
//Visual SourceSafe
- **/vssver.scc
//Subversion
- **/.svn
- /.svn/
- *.gitignore
- *.dockerignore
//Mac
- **/.DS_Store
//exec fils and compile
- *.exe
- *.msi
- *.cmd
- *.dll
- *.bat
- *.sln
- *.md
- *.csproj
- *.cache
- *.ini
// js/css minifile
- *.min.js
- *.min.js.map
- *jquery.js
- *.bootstrap.js
- *jquery.min.map
- *.css
- *.min.css
- *.min.css.map
//files
- *.jpeg
- *.png
- *.bmp
- *.ico
- *.svg
- *.mp3
- *.mp4
- *.webm
- *.avi
- *.zip
- *.rar
- *.7z
- *.iso
- *.jar
- *.apk
- *.yml
//documentation
- *.docx
- *.doc
- *.xlsx
- *.csv
//database file
- *.db
- *.sqlite
- *.dylib