penguins-eggs 9.4.2 → 9.4.4

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.
Files changed (41) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +72 -49
  3. package/dist/classes/distro.js +8 -5
  4. package/dist/classes/family/archlinux.js +1 -1
  5. package/dist/classes/family/debian.js +1 -1
  6. package/dist/classes/family/fedora.js +1 -1
  7. package/dist/classes/family/suse.js +1 -1
  8. package/dist/classes/ovary.js +4 -4
  9. package/dist/classes/pacman.js +1 -1
  10. package/dist/classes/yolk.js +1 -1
  11. package/dist/commands/adapt.js +1 -1
  12. package/dist/commands/analyze.js +1 -1
  13. package/dist/commands/calamares.js +4 -4
  14. package/dist/commands/config.js +2 -2
  15. package/dist/commands/cuckoo.js +1 -1
  16. package/dist/commands/dad.js +1 -1
  17. package/dist/commands/export/deb.js +1 -1
  18. package/dist/commands/export/iso.js +1 -1
  19. package/dist/commands/install.js +1 -1
  20. package/dist/commands/kill.js +1 -1
  21. package/dist/commands/mom.js +1 -1
  22. package/dist/commands/produce.js +1 -1
  23. package/dist/commands/status.js +1 -1
  24. package/dist/commands/syncfrom.js +1 -1
  25. package/dist/commands/syncto.js +1 -1
  26. package/dist/commands/tools/clean.js +1 -1
  27. package/dist/commands/tools/ppa.js +1 -1
  28. package/dist/commands/tools/skel.js +1 -1
  29. package/dist/commands/tools/stat.js +1 -1
  30. package/dist/commands/tools/yolk.js +1 -1
  31. package/dist/commands/update.js +1 -1
  32. package/dist/commands/wardrobe/get.js +1 -1
  33. package/dist/commands/wardrobe/list.js +1 -1
  34. package/dist/commands/wardrobe/show.js +1 -1
  35. package/dist/commands/wardrobe/wear.js +1 -1
  36. package/manpages/doc/man/eggs.1.gz +0 -0
  37. package/manpages/doc/man/eggs.html +196 -121
  38. package/package.json +21 -27
  39. package/scripts/README.md +1 -1
  40. package/scripts/_eggs +3 -3
  41. package/scripts/mom.sh +30 -20
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "penguins-eggs",
3
3
  "description": "Perri's Brewery edition: remaster your system and distribuite it",
4
- "version": "9.4.2",
4
+ "version": "9.4.4",
5
5
  "author": "Piero Proietti @pieroproietti",
6
6
  "bin": {
7
7
  "eggs": "bin/run"
@@ -9,33 +9,32 @@
9
9
  "type": "commonjs",
10
10
  "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
11
11
  "dependencies": {
12
- "@oclif/core": "^1.26.0",
12
+ "@oclif/core": "^1.26.2",
13
13
  "@oclif/plugin-autocomplete": "1.3.8",
14
- "@oclif/plugin-help": "^5.1.23",
15
- "@oclif/plugin-not-found": "^2.3.15",
16
- "@oclif/plugin-version": "^1.1.3",
17
- "@oclif/plugin-warn-if-update-available": "^2.0.19",
18
- "@oclif/test": "^2.2.21",
19
- "axios": "^1.2.1",
14
+ "@oclif/plugin-help": "^5.2.8",
15
+ "@oclif/plugin-version": "1.2.1",
16
+ "@oclif/plugin-warn-if-update-available": "^2.0.32",
17
+ "@oclif/test": "^2.3.11",
18
+ "axios": "^1.3.4",
20
19
  "chalk": "^4.1.2",
21
- "etrick": "^0.0.2",
20
+ "etrick": "0.0.3",
21
+ "ink": "^3.2.0",
22
22
  "ink-big-text": "^1.2.0",
23
23
  "ink-gradient": "^2.0.0",
24
- "ink": "^3.2.0",
25
- "inquirer": "^8",
24
+ "inquirer": "^8.2.5",
26
25
  "js-yaml": "^4.1.0",
27
26
  "mustache": "^4.2.0",
28
27
  "netmask": "^2.0.2",
29
28
  "node-static": "^0.7.11",
30
29
  "react": "^18.2.0",
31
30
  "shelljs": "0.8.5",
32
- "systeminformation": "^5.17.9",
31
+ "systeminformation": "^5.17.12",
33
32
  "tftp": "^0.1.2",
34
- "tslib": "^2.4.1",
35
- "typescript": "^4.9.4"
33
+ "tslib": "^2.5.0",
34
+ "typescript": "^5.0.2"
36
35
  },
37
36
  "devDependencies": {
38
- "@tsconfig/recommended": "^1.0.1",
37
+ "@tsconfig/recommended": "^1.0.2",
39
38
  "@types/chai": "^4.3.4",
40
39
  "@types/ini": "^1.3.31",
41
40
  "@types/ink-big-text": "^1.2.1",
@@ -45,29 +44,25 @@
45
44
  "@types/mocha": "^10.0.1",
46
45
  "@types/mustache": "^4.2.2",
47
46
  "@types/netmask": "^1.0.30",
48
- "@types/node": "^18.11.18",
47
+ "@types/node": "^18.15.5",
49
48
  "@types/node-static": "^0.7.7",
50
- "@types/react": "^18.0.26",
49
+ "@types/react": "^18.0.28",
51
50
  "@types/shelljs": "^0.8.11",
52
- "@typescript-eslint/parser": "^5.47.1",
51
+ "@typescript-eslint/parser": "^5.56.0",
53
52
  "chai": "^4.3.7",
54
- "eslint": "^7.32.0",
53
+ "eslint": "^7",
55
54
  "eslint-config-oclif": "^4.0.0",
56
55
  "eslint-config-oclif-typescript": "^1.0.3",
57
56
  "globby": "^11.1.0",
58
57
  "mocha": "^10.2.0",
59
58
  "nyc": "^15.1.0",
60
- "oclif-pnpm": "^3.4.3-1",
61
- "perrisbrewery": "^9.3.15",
59
+ "oclif-pnpm": "3.4.3-1",
60
+ "perrisbrewery": "9.3.18",
62
61
  "ts-node": "^10.9.1"
63
62
  },
64
- "peerDependencies": {
65
- "@typescript-eslint/parser": "^5.0.0",
66
- "@typescript-eslint/plugin": "^5.0.0"
67
- },
68
63
  "dirname": "eggs",
69
64
  "engines": {
70
- "node": ">=14.16"
65
+ "node": ">16"
71
66
  },
72
67
  "files": [
73
68
  ".oclif.manifest.json",
@@ -98,7 +93,6 @@
98
93
  "plugins": [
99
94
  "@oclif/plugin-autocomplete",
100
95
  "@oclif/plugin-help",
101
- "@oclif/plugin-not-found",
102
96
  "@oclif/plugin-warn-if-update-available",
103
97
  "@oclif/plugin-version"
104
98
  ],
package/scripts/README.md CHANGED
@@ -115,6 +115,6 @@ flags=$(jq '.options.menuEntry[0].flags' eggs.json )
115
115
  ```
116
116
  I see in manifest, they use objects inside object with a field: id, can be a solution? I don't know.
117
117
 
118
- It's very interesting for me to use jq or yt, expecially thinking I can build an approch starting from manifest.yaml, but at the moment not capable to go too inside.
118
+ It's very interesting for me to use jq or yt, especially thinking I can build an approch starting from manifest.yaml, but at the moment not capable to go too inside.
119
119
 
120
120
  But if you will continue in same way, I will jump on again.
package/scripts/_eggs CHANGED
@@ -56,10 +56,10 @@ analyze)
56
56
  calamares)
57
57
  _command_flags=(
58
58
  "--help[Show CLI help.]"
59
- "--install[install calamares and it's dependencies]"
59
+ "--install[install calamares and its dependencies]"
60
60
  "--nointeractive[no user interaction]"
61
- "--release[release: remove calamares and all it's dependencies after the installation]"
62
- "--remove[remove calamares and it's dependencies]"
61
+ "--release[release: remove calamares and all its dependencies after the installation]"
62
+ "--remove[remove calamares and its dependencies]"
63
63
  "--theme=-[theme/branding for eggs and calamares]:"
64
64
  "--verbose[]"
65
65
  )
package/scripts/mom.sh CHANGED
@@ -30,20 +30,30 @@ function main() {
30
30
  function documentation() {
31
31
  while true; do
32
32
 
33
- menu "book" "manual" "man" "repository" "sourceforge" "QUIT"
34
- choose=$(0< "${dir_tmp}/${file_tmp}" )
33
+ menu "blog" "documents" "man" "repositories" "site" "sourceforge" "QUIT"
34
+ choose=$(0< "${dir_tmp}/${file_tmp}" )
35
35
 
36
36
  case "$choose" in
37
- book)
38
- documentation_book ;;
39
- manual)
40
- documentation_html ;;
37
+ blog)
38
+ blog;;
39
+ documents)
40
+ documents;;
41
+ man)
42
+ man;;
43
+ repositories)
44
+ repositories;;
45
+ site)
46
+ site;;
47
+ sourceforge)
48
+ sourceforge;;
49
+ man_page_html)
50
+ man_page_htm ;;
41
51
  man)
42
- documentation_man ;;
43
- repository)
44
- documentation_repository ;;
52
+ man ;;
53
+ repositories)
54
+ repositories ;;
45
55
  sourceforge)
46
- documentation_sourceforge ;;
56
+ sourceforge ;;
47
57
  QUIT)
48
58
  break ;;
49
59
  esac
@@ -51,32 +61,32 @@ function documentation() {
51
61
  }
52
62
 
53
63
  ################################
54
- function documentation_book() {
55
- xdg-open "https://penguins-eggs.net/book/italiano"
64
+ function blog() {
65
+ xdg-open "https://penguins-eggs.net/blog"
56
66
  }
57
67
 
58
68
  ################################
59
- function documentation_site() {
60
- xdg-open "https://penguins-eggs.net"
69
+ function documents() {
70
+ xdg-open "https://penguins-eggs.net/docs"
61
71
  }
62
72
 
63
73
  ################################
64
- function documentation_html() {
74
+ function man() {
65
75
  xdg-open "file:///usr/lib/penguins-eggs/manpages/doc/man/eggs.html"
66
76
  }
67
77
 
68
78
  ################################
69
- function documentation_man() {
70
- man eggs
79
+ function repositories() {
80
+ xdg-open "https://github.com/pieroproietti/"
71
81
  }
72
82
 
73
83
  ################################
74
- function documentation_repository() {
75
- xdg-open "https://github.com/pieroproietti/penguins-eggs"
84
+ function site() {
85
+ xdg-open "https://penguins-eggs.net"
76
86
  }
77
87
 
78
88
  ################################
79
- function documentation_sourceforge() {
89
+ function sourceforge() {
80
90
  xdg-open "https://sourceforge.com/project/penguins-eggs"
81
91
  }
82
92