Linux command
scli 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Signal TUI
scli
Start with conversation history saving
scli -s
Link scli with an existing Signal account
scli link --name "[my-laptop]"
说明
scli is a TUI for Signal messenger that uses signal-cli as its backend and urwid for the interface. It features Vim-like navigation, emoji reactions, remote message deletion, desktop notifications with sender avatars, and external editor support for composing messages.
参数
- -s, --save-history
- Enable conversation history saving.
- --enable-notifications
- Turn on desktop notifications.
- --color
- Colorize messages with standard or 256-color mode.
- --wrap-at _NUM_
- Text wrapping width.
- --editor-command _CMD_
- Custom editor command for composing messages.
FAQ
What is the scli command used for?
scli is a TUI for Signal messenger that uses signal-cli as its backend and urwid for the interface. It features Vim-like navigation, emoji reactions, remote message deletion, desktop notifications with sender avatars, and external editor support for composing messages.
How do I run a basic scli example?
Run `scli` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --save-history do in scli?
Enable conversation history saving.