Skip to content

Commit b4f6a69

Browse files
authored
Merge pull request #262 from genedna/main
Remove the author from command and update README
2 parents a5f14f9 + 1f9c4a8 commit b4f6a69

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

craft/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ Craft is a Git plugin for Mega, a Large File Storage (LFS) client, encryption an
5454
## Encryption and Decryption of Source Code
5555

5656

57-
58-
### Prepare
59-
1. cd mega/craft
60-
2. modify all the key file path, KEY_FILE_PATH, MSG_FILE_NAME and filter to match your project
61-
3. cargo build --release
62-
6357
### Usage
6458

6559
1. `git-craft vault new-key [primary_id] [key_path]`
@@ -71,12 +65,5 @@ Craft is a Git plugin for Mega, a Large File Storage (LFS) client, encryption an
7165
4. `git-craft vault list`
7266
- git-craft will list keys name, key's fingerprint and id, it should be used without key path now, because I set a default key path
7367
5. `git-craft vault delete [key_path]`
74-
- git-craft will show you what keys you have now, then remove keys by key name you entered, it should be used without key path now, because I set a default key path
75-
76-
### About Filter
77-
78-
1. must be used arguments
79-
1. Two commands below are used when you dont need crypt.
80-
- git -c filter.crypt.smudge=noop <option>
81-
- git -c filter.crypt.clean=noop <option>
68+
- git-craft will show you what keys you have now, then remove keys by key name you entered, it should be used without key path now, because I set a default key path
8269

craft/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use git_craft::vault::{self, command::VaultArgs};
1111

1212
#[derive(Parser, Debug)]
1313
#[command(
14-
author = "Jiajun Li <[email protected]>",
1514
version = "0.1.0",
1615
about,
1716
long_about = "Usage: generate-key, generate-key-full [primary_id] [key_name], encrypt [public_key_path], decrypt [secret_key_path], list-keys , delete-key [key_name]"

0 commit comments

Comments
 (0)