Skip to content

climinal/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climinal Client

A secure command-line messaging client with real-time updates and encrypted communications.

Features

  • Real-time, interactive terminal UI
  • End-to-end encryption support
  • File attachment capabilities
  • Tor routing support
  • Customizable configuration
  • PGP key management

Installation

go install github.com/climinal/client@latest

Configuration

Configuration is stored in ~/.config/climinal/config.yml. Example configuration:

tor_enabled: false
encryption_mode: "e2e"
pgp_key_path: ""
log_retention_days: 30
theme: "dark"
font_size: 12
server_address: "localhost"
server_port: 8080

Usage

Run the client:

climinal

Keyboard Shortcuts

  • j/k: Navigate messages
  • Enter: Read/reply to message
  • q: Quit
  • m: Compose new message
  • r: Reply to message
  • a: Attach file
  • c: Open settings
  • e: Export PGP keys

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages