add readme
This commit is contained in:
		
							parent
							
								
									1609e0ad30
								
							
						
					
					
						commit
						8b5fdb3fa7
					
				
							
								
								
									
										28
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,28 @@
 | 
			
		||||
# go-pgp-tool
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
build code
 | 
			
		||||
```bash
 | 
			
		||||
$ go build -o go-pgp-tool main.go
 | 
			
		||||
```
 | 
			
		||||
show usage
 | 
			
		||||
```bash
 | 
			
		||||
$ ./go-pgp-tool -h
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### options
 | 
			
		||||
```
 | 
			
		||||
  Usage options:
 | 
			
		||||
    -h show usage
 | 
			
		||||
    -d decrypt mode
 | 
			
		||||
    -e encrypt mode
 | 
			
		||||
    -y force override output file
 | 
			
		||||
    -p password
 | 
			
		||||
      private key password with decrypt usage
 | 
			
		||||
    -i file path
 | 
			
		||||
      source file path
 | 
			
		||||
    -o file path
 | 
			
		||||
      output file path
 | 
			
		||||
    -k file path
 | 
			
		||||
      key file path
 | 
			
		||||
```
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user