Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "initx", | ||
"type": "module", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "More convenient initialization tool", | ||
@@ -29,6 +29,6 @@ "author": "imba97", | ||
"inquirer": "^12.0.0", | ||
"@initx-plugin/core": "0.0.10", | ||
"@initx-plugin/cp": "0.0.10", | ||
"@initx-plugin/gpg": "0.0.10", | ||
"@initx-plugin/git": "0.0.10" | ||
"@initx-plugin/core": "0.0.11", | ||
"@initx-plugin/cp": "0.0.11", | ||
"@initx-plugin/gpg": "0.0.11", | ||
"@initx-plugin/git": "0.0.11" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
@@ -38,6 +38,4 @@ <h1 align="center">init 🛠</h1> | ||
```bash | ||
# Enable | ||
# npx initx gpg [true|false] | ||
npx initx gpg true | ||
# Disable | ||
npx initx gpg false | ||
``` | ||
@@ -47,3 +45,3 @@ | ||
Select `Import or Export GPG key` | ||
Select `GPG key management` | ||
@@ -63,4 +61,4 @@ ### GPG import | ||
```bash | ||
# npx initx gpg export key_id filename | ||
npx initx gpg export 92038B3E14C0D332542FB082B851A3E43D739400 home | ||
# npx initx gpg export [filename]? | ||
npx initx gpg export home | ||
``` | ||
@@ -70,2 +68,11 @@ | ||
### GPG delete | ||
Delete the public key and private key | ||
```bash | ||
# npx initx gpg delete [public|private]? | ||
npx initx gpg delete | ||
``` | ||
## Clipboard | ||
@@ -72,0 +79,0 @@ |
Sorry, the diff of this file is not supported yet
9555
83
+ Added@initx-plugin/core@0.0.11(transitive)
+ Added@initx-plugin/cp@0.0.11(transitive)
+ Added@initx-plugin/git@0.0.11(transitive)
+ Added@initx-plugin/gpg@0.0.11(transitive)
+ Added@initx-plugin/utils@0.0.11(transitive)
- Removed@initx-plugin/core@0.0.10(transitive)
- Removed@initx-plugin/cp@0.0.10(transitive)
- Removed@initx-plugin/git@0.0.10(transitive)
- Removed@initx-plugin/gpg@0.0.10(transitive)
- Removed@initx-plugin/utils@0.0.10(transitive)
Updated@initx-plugin/core@0.0.11
Updated@initx-plugin/cp@0.0.11
Updated@initx-plugin/git@0.0.11
Updated@initx-plugin/gpg@0.0.11