penguins-eggs 25.7.22 → 25.7.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1614,5 +1614,5 @@
1614
1614
  ]
1615
1615
  }
1616
1616
  },
1617
- "version": "25.7.22"
1617
+ "version": "25.7.30"
1618
1618
  }
package/README.md CHANGED
@@ -45,7 +45,7 @@ Here’s a breakdown of what it’s used for:
45
45
 
46
46
  * System Backup and Cloning: You can use penguins-eggs to create a snapshot of your current Linux system, including installed packages, configurations, and user data (if you choose). This can be handy for disaster recovery or migrating to a new machine.
47
47
 
48
- Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Apine derivatives, so you’re not locked into one ecosystem.
48
+ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Alpine derivativesso you’re not locked into one ecosystem. Please consult the complete list of [SUPPORTED-DISTROS](https://github.com/pieroproietti/get-eggs/blob/main/SUPPORTED-DISTROS.md) to get more informations.
49
49
 
50
50
  # Installation
51
51
 
@@ -53,9 +53,9 @@ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu,
53
53
  `penguins-eggs-25.7.x` depends on `nodejs >18`, which is not directly available on all distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) for adding them.
54
54
 
55
55
  ### using get-eggs
56
- It's the most pratical way and is valid for Almalinux, Arch, Debian, Devuan, Fedora, OpenSUSE, Rocky and Ubuntu.
56
+ It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/get-eggs/blob/main/SUPPORTED-DISTROS.md).
57
57
 
58
- [get-eggs](https://github.com/pieroproietti/get-eggs) configure automatically `nodesource` when need, and install the right package or tarball. Copy and paste, the follow commands:
58
+ [get-eggs](https://github.com/pieroproietti/get-eggs) configure automatically `nodesource` when need, and install the right package for your distro. Copy and paste, the follow commands:
59
59
  ```
60
60
  git clone https://github.com/pieroproietti/get-eggs
61
61
  cd get-eggs
@@ -66,10 +66,10 @@ And follow instructions.
66
66
  ### Manual installation
67
67
 
68
68
  ### AlmaLinux, RockyLinux
69
- From penguins-eggs-25.7.14 rpm packages for [rhel9](https://penguins-eggs.net/basket/index.php/packages/?p=packages%2Fel9) are availables.
69
+ Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://penguins-eggs.net/basket/index.php/packages/el9) are availables.
70
70
 
71
71
  ### AlpineLinux
72
- I created and maintain a package for Alpine. Its repository is [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) and related packages can be downloaded from [penguins-eggs.net](https://penguins-eggs.net/basket/index.php/packages/?p=packages%2Falpine) or the [sourceforge page](https://sourceforge.net/projects/penguins-eggs/files/Packages/alpine/).
72
+ I created and maintain a package for Alpine. Its repository is [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) and related packages can be downloaded from [penguins-eggs.net](https://penguins-eggs.net/basket/index.php/packages/alpine) or the [sourceforge page](https://sourceforge.net/projects/penguins-eggs/files/Packages/alpine/).
73
73
 
74
74
  ### Arch
75
75
  Just download and install penguins-eggs-25.x.x using [get-eggs](https://github.com/pieroproietti/get-eggs).
@@ -84,7 +84,7 @@ Before to install `penguins-eggs-25.x.x`, add the repos from `nodesource`. Follo
84
84
  Use the package `penguins-eggs-25.x.x-bionic-x`, which is compiled against node16. Follow these [instructions](https://github.com/pieroproietti/penguins-eggs/issues/368#issuecomment-2169961955) to get `nodejs>16` available.
85
85
 
86
86
  ### Fedora
87
- From penguins-eggs-25.7.14 rpm packages for [fedora42](https://penguins-eggs.net/basket/index.php/packages/?p=packages%2Ffedora) are availables.
87
+ Since penguins-eggs-25.7.14 rpm packages for [fedora42](https://penguins-eggs.net/basket/index.php/packages/fedora) are availables.
88
88
 
89
89
  ### Manjaro
90
90
  penguins-eggs is on Manjaro community repo, so just: `sudo pamac install penguins-eggs`.
@@ -93,7 +93,7 @@ penguins-eggs is on Manjaro community repo, so just: `sudo pamac install penguin
93
93
  Openmamba is an italian distribution based on rpm and using dnf as package manager, it is really up-to-date, penguins-eggs is available as rpm package.
94
94
 
95
95
  ### OpenSUSE
96
- From penguins-eggs-25.7.14 rpm packages for [OpenSUSE](https://penguins-eggs.net/basket/index.php/packages/?p=packages%2Fopensuse) are availables.
96
+ Since penguins-eggs-25.7.14 rpm packages for [OpenSUSE](https://penguins-eggs.net/basket/index.php/packages/opensuse) are availables.
97
97
 
98
98
 
99
99
 
@@ -527,7 +527,7 @@ EXAMPLES
527
527
  $ eggs adapt
528
528
  ```
529
529
 
530
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/adapt.ts)_
530
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/adapt.ts)_
531
531
 
532
532
  ## `eggs analyze`
533
533
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  sudo eggs analyze
549
549
  ```
550
550
 
551
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/analyze.ts)_
551
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/analyze.ts)_
552
552
 
553
553
  ## `eggs autocomplete [SHELL]`
554
554
 
@@ -612,7 +612,7 @@ EXAMPLES
612
612
  sudo eggs calamares --remove
613
613
  ```
614
614
 
615
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/calamares.ts)_
615
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/calamares.ts)_
616
616
 
617
617
  ## `eggs config`
618
618
 
@@ -639,7 +639,7 @@ EXAMPLES
639
639
  sudo eggs config --clean --nointeractive
640
640
  ```
641
641
 
642
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/config.ts)_
642
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/config.ts)_
643
643
 
644
644
  ## `eggs cuckoo`
645
645
 
@@ -659,7 +659,7 @@ EXAMPLES
659
659
  sudo eggs cuckoo
660
660
  ```
661
661
 
662
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/cuckoo.ts)_
662
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/cuckoo.ts)_
663
663
 
664
664
  ## `eggs dad`
665
665
 
@@ -688,7 +688,7 @@ EXAMPLES
688
688
  sudo dad --default
689
689
  ```
690
690
 
691
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/dad.ts)_
691
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/dad.ts)_
692
692
 
693
693
  ## `eggs export iso`
694
694
 
@@ -713,7 +713,7 @@ EXAMPLES
713
713
  $ eggs export iso --clean
714
714
  ```
715
715
 
716
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/export/iso.ts)_
716
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/export/iso.ts)_
717
717
 
718
718
  ## `eggs export pkg`
719
719
 
@@ -740,7 +740,7 @@ EXAMPLES
740
740
  $ eggs export pkg --all
741
741
  ```
742
742
 
743
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/export/pkg.ts)_
743
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/export/pkg.ts)_
744
744
 
745
745
  ## `eggs export tarballs`
746
746
 
@@ -764,7 +764,7 @@ EXAMPLES
764
764
  $ eggs export tarballs --clean
765
765
  ```
766
766
 
767
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/export/tarballs.ts)_
767
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/export/tarballs.ts)_
768
768
 
769
769
  ## `eggs help [COMMAND]`
770
770
 
@@ -826,7 +826,7 @@ EXAMPLES
826
826
  sudo eggs install --chroot
827
827
  ```
828
828
 
829
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/install.ts)_
829
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/install.ts)_
830
830
 
831
831
  ## `eggs kill`
832
832
 
@@ -849,7 +849,7 @@ EXAMPLES
849
849
  sudo eggs kill
850
850
  ```
851
851
 
852
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/kill.ts)_
852
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/kill.ts)_
853
853
 
854
854
  ## `eggs krill`
855
855
 
@@ -911,7 +911,7 @@ EXAMPLES
911
911
  $ eggs auto
912
912
  ```
913
913
 
914
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/love.ts)_
914
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/love.ts)_
915
915
 
916
916
  ## `eggs mom`
917
917
 
@@ -931,7 +931,7 @@ EXAMPLES
931
931
  $ eggs mom
932
932
  ```
933
933
 
934
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/mom.ts)_
934
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/mom.ts)_
935
935
 
936
936
  ## `eggs pods [DISTRO]`
937
937
 
@@ -958,7 +958,7 @@ EXAMPLES
958
958
  $ eggs pods ubuntu
959
959
  ```
960
960
 
961
- _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/pods.ts)_
961
+ _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/pods.ts)_
962
962
 
963
963
  ## `eggs produce`
964
964
 
@@ -1019,7 +1019,7 @@ EXAMPLES
1019
1019
  sudo eggs produce --excludes home # exclude ~/*
1020
1020
  ```
1021
1021
 
1022
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/produce.ts)_
1022
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/produce.ts)_
1023
1023
 
1024
1024
  ## `eggs status`
1025
1025
 
@@ -1040,7 +1040,7 @@ EXAMPLES
1040
1040
  $ eggs status
1041
1041
  ```
1042
1042
 
1043
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/status.ts)_
1043
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/status.ts)_
1044
1044
 
1045
1045
  ## `eggs syncfrom`
1046
1046
 
@@ -1066,7 +1066,7 @@ EXAMPLES
1066
1066
  sudo eggs syncfrom --file /path/to/luks-volume
1067
1067
  ```
1068
1068
 
1069
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/syncfrom.ts)_
1069
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/syncfrom.ts)_
1070
1070
 
1071
1071
  ## `eggs syncto`
1072
1072
 
@@ -1093,7 +1093,7 @@ EXAMPLES
1093
1093
  sudo eggs syncto --excludes
1094
1094
  ```
1095
1095
 
1096
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/syncto.ts)_
1096
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/syncto.ts)_
1097
1097
 
1098
1098
  ## `eggs tools clean`
1099
1099
 
@@ -1115,7 +1115,7 @@ EXAMPLES
1115
1115
  sudo eggs tools clean
1116
1116
  ```
1117
1117
 
1118
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/tools/clean.ts)_
1118
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/tools/clean.ts)_
1119
1119
 
1120
1120
  ## `eggs tools ppa`
1121
1121
 
@@ -1141,7 +1141,7 @@ EXAMPLES
1141
1141
  sudo eggs tools ppa --remove
1142
1142
  ```
1143
1143
 
1144
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/tools/ppa.ts)_
1144
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/tools/ppa.ts)_
1145
1145
 
1146
1146
  ## `eggs tools skel`
1147
1147
 
@@ -1165,7 +1165,7 @@ EXAMPLES
1165
1165
  sudo eggs tools skel --user user-to-be-copied
1166
1166
  ```
1167
1167
 
1168
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/tools/skel.ts)_
1168
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/tools/skel.ts)_
1169
1169
 
1170
1170
  ## `eggs tools stat`
1171
1171
 
@@ -1191,7 +1191,7 @@ EXAMPLES
1191
1191
  $ eggs tools stat --year
1192
1192
  ```
1193
1193
 
1194
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/tools/stat.ts)_
1194
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/tools/stat.ts)_
1195
1195
 
1196
1196
  ## `eggs tools yolk`
1197
1197
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  sudo eggs tools yolk
1213
1213
  ```
1214
1214
 
1215
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/tools/yolk.ts)_
1215
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/tools/yolk.ts)_
1216
1216
 
1217
1217
  ## `eggs update`
1218
1218
 
@@ -1233,7 +1233,7 @@ EXAMPLES
1233
1233
  $ eggs update
1234
1234
  ```
1235
1235
 
1236
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/update.ts)_
1236
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/update.ts)_
1237
1237
 
1238
1238
  ## `eggs version`
1239
1239
 
@@ -1279,7 +1279,7 @@ EXAMPLES
1279
1279
  $ eggs wardrobe get your-wardrobe
1280
1280
  ```
1281
1281
 
1282
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/wardrobe/get.ts)_
1282
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/wardrobe/get.ts)_
1283
1283
 
1284
1284
  ## `eggs wardrobe list [REPO]`
1285
1285
 
@@ -1308,7 +1308,7 @@ EXAMPLES
1308
1308
  $ eggs wardrobe list --distro arch
1309
1309
  ```
1310
1310
 
1311
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/wardrobe/list.ts)_
1311
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/wardrobe/list.ts)_
1312
1312
 
1313
1313
  ## `eggs wardrobe show [REPO]`
1314
1314
 
@@ -1338,7 +1338,7 @@ EXAMPLES
1338
1338
  $ eggs wardrobe show accessories/
1339
1339
  ```
1340
1340
 
1341
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/wardrobe/show.ts)_
1341
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/wardrobe/show.ts)_
1342
1342
 
1343
1343
  ## `eggs wardrobe wear [REPO]`
1344
1344
 
@@ -1369,7 +1369,7 @@ EXAMPLES
1369
1369
  sudo eggs wardrobe wear wagtail/waydroid
1370
1370
  ```
1371
1371
 
1372
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.22/src/commands/wardrobe/wear.ts)_
1372
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.7.30/src/commands/wardrobe/wear.ts)_
1373
1373
  <!-- commandsstop -->
1374
1374
 
1375
1375
  # GUI