himalaya(1) | General Commands Manual | himalaya(1) |
NAME
himalaya - CLI to manage emails
SYNOPSIS
himalaya [-c|--config] [-o|--output] [--debug] [--trace] [-h|--help] [-V|--version] [subcommands]
DESCRIPTION
CLI to manage emails
OPTIONS
- -c, --config=PATH
- Override the default configuration file path.
The given paths are shell-expanded then canonicalized (if applicable). If the first path does not point to a valid file, the wizard will propose to assist you in the creation of the configuration file. Other paths are merged with the first one, which allows you to separate your public config from your private(s) one(s).
- -o, --output=FORMAT [default: plain]
- Customize the output format.
The output format determine how to display commands output to the terminal.
The possible values are:
- json: output will be in a form of a JSON-compatible object
- plain: output will be in a form of either a plain text or table, depending on the command
[possible values: plain, json]
- --debug
- Enable logs with spantrace.
This is the same as running the command with `RUST_LOG=debug` environment variable.
- --trace
- Enable verbose logs with backtrace.
This is the same as running the command with `RUST_LOG=trace` and `RUST_BACKTRACE=1` environment variables.
- -h, --help
- Print help (see a summary with '-h')
- -V, --version
- Print version
SUBCOMMANDS
- himalaya-account(1)
- Configure, list and diagnose your accounts
- himalaya-folder(1)
- Create, list and purge your folders (as known as mailboxes)
- himalaya-envelope(1)
- List, search and sort your envelopes
- himalaya-flag(1)
- Add, change and remove your envelopes flags
- himalaya-message(1)
- Read, write, send, copy, move and delete your messages
- himalaya-attachment(1)
- Download your message attachments
- himalaya-template(1)
- Generate, save and send message templates
- himalaya-manual(1)
- Generate manual pages to the given directory
- himalaya-completion(1)
- Print completion script for the given shell to stdout
- himalaya-help(1)
- Print this message or the help of the given subcommand(s)
VERSION
vv1.1.0 +imap +pgp-commands +pgp-gpg +maildir +sendmail +notmuch +smtp +wizard build: linux gnu x86_64 git: unknown, rev unknown
AUTHORS
soywod <clement.douin@posteo.net>
himalaya 1.1.0 |