Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
peazip authored Oct 26, 2024
1 parent eb523b4 commit a988aa9
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[Desktop Entry]
Type=Service
MimeType=application/octet-stream
Actions=peazipadd;peazipext;peazipexthere;peazipextfolder;peazipopen;
X-KDE-Submenu=PeaZip
X-KDE-Priority=TopLevel

[Desktop Action peazipadd]
Name=Archive...
Icon=peazip
Exec=peazip -add2archive %F

[Desktop Action peazipext]
Name=Extract...
Icon=peazip
Exec=peazip -ext2full %F

[Desktop Action peazipexthere]
Name=Extract here
Icon=peazip_extract
Exec=peazip -ext2here %F

[Desktop Action peazipextfolder]
Name=Extract here to a new folder
Icon=peazip_extract
Exec=peazip -ext2folder %F

[Desktop Action peazipopen]
Name=Open with PeaZip...
Icon=peazip
Exec=peazip -ext2browse %F
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[Desktop Entry]
Type=Service
MimeType=application/octet-stream
Actions=peazipadd;peazipadd7z;peazipaddgzip;peazipaddzip;peazipconvert;peazipext;peazipexthere;peazipextfolder;peazipopen;
X-KDE-Submenu=PeaZip
X-KDE-Priority=TopLevel

[Desktop Action peazipadd]
Name=Archive...
Icon=peazip
Exec=peazip -add2archive %F

[Desktop Action peazipadd7z]
Name=Add to 7Z
Icon=peazip_7z
Exec=peazip -add27z %F

[Desktop Action peazipaddgzip]
Name=Add to GZIP
Icon=peazip_add
Exec=peazip -add2gzip %F

[Desktop Action peazipaddzip]
Name=Add to ZIP
Icon=peazip_zip
Exec=peazip -add2zip %F

[Desktop Action peazipconvert]
Name=Convert...
Icon=peazip_convert
Exec=peazip -add2convert %F

[Desktop Action peazipext]
Name=Extract...
Icon=peazip
Exec=peazip -ext2full %F

[Desktop Action peazipexthere]
Name=Extract here
Icon=peazip_extract
Exec=peazip -ext2here %F

[Desktop Action peazipextfolder]
Name=Extract here to a new folder
Icon=peazip_extract
Exec=peazip -ext2folder %F

[Desktop Action peazipopen]
Name=Open with PeaZip...
Icon=peazip
Exec=peazip -ext2browse %F

0 comments on commit a988aa9

Please sign in to comment.