2.6.1 • Published 18 days ago

cryptgeon v2.6.1

Weekly downloads
-
License
-
Repository
github
Last release
18 days ago

Cryptgeon CLI

The CLI is a functionally identical way to interact with cryptgeon notes. It supports text, files, expiration, password, etc.

Installation

npx cryptgeon

# Or install globally
npm -g install cryptgeon
cryptgeon

Examples

# Create simple note
cryptgeon send text "Foo bar"

# Send two files
cryptgeon send file my.pdf picture.png

# 3 views
cryptgeon send text "My message" --views 3

# 10 minutes
cryptgeon send text "My message" --minutes 10

# Custom password
cryptgeon send text "My message" --password "1337"

# Password from stdin
echo "1337" | cryptgeon send text "My message"

# Open a link
cryptgeon open https://cryptgeon.org/note/16gOIkxWjCxYNuXM8tCqMUzl...

Options

Custom server

The default server is cryptgeon.org, however you can use any cryptgeon server by passing the -s or --server option, or by setting the CRYPTGEON_SERVER environment variable.

Password

Optionally, just like in the web ui, you can choose to use a manual password. You can do that by passing the -p or --password options, or by piping it into stdin.

echo "my pw" | cryptgeon send text "my text"
cat pass.txt | cryptgeon send text "my text"
2.6.1

18 days ago

2.6.0

2 months ago

2.5.0

3 months ago

2.5.1

3 months ago

2.4.0

7 months ago

2.3.3

9 months ago

2.3.1

11 months ago

2.3.0

12 months ago

2.3.0-beta.6

12 months ago

2.3.0-beta.5

12 months ago

2.3.0-beta.3

12 months ago

2.3.0-beta.2

1 year ago

2.3.0-beta.1

1 year ago

2.3.0-beta.0

1 year ago