Skip to content

Commit 14b05d0

Browse files
committed
feat: add extract/compress menu to nemo
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent 71d4f45 commit 14b05d0

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Nemo Action]
2+
Active=true
3+
Name=Compress...
4+
Comment=Create a compressed archive
5+
Icon-Name=archive
6+
Exec=engrampa -d %F
7+
Selection=Any
8+
Extensions=any;
9+
Quote=double
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Nemo Action]
2+
Active=true
3+
Name=Extract Files...
4+
Comment=Extract archives here
5+
Icon-Name=archive-extract
6+
Exec=engrampa -h %F
7+
Selection=Any
8+
Extensions=any;
9+
Quote=double

home/user/packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ let
5353
wireguard-tools # wireguard vpn
5454

5555
# misc
56+
mate.engrampa
5657
unzip
5758
gnutar
5859
pciutils # lspci

0 commit comments

Comments
 (0)