Skip to content

Commit f690d79

Browse files
committed
more doc!
1 parent dd6e4f5 commit f690d79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,16 @@ When paths are given for commands you don't need to surround the path in quotes,
7272

7373
When pressing `Ctrl-w` (default mapping) you enter "message selection mode" which allows swlecting a single message and performing operations on them. For example pressing `o` while a message is selected allows opening any attachments through an external application.
7474

75-
##### Image display
75+
#### Image display
7676

7777
You can display images in the terminal using external programs that convert the image to UTF characters. I found that `jp2a` works well for jpeg images and is available through package managers on most systems. However the "image quality" leaves a lot to be desired. The [PIXterm](https://github.com/eliukblau/pixterm) app allows displaying true-color versions of the images which are quite recognizable already.
7878

7979
To configure the used command and its parameters edit the `show_command` parameter in `whatscli.config`, see `/help` for the config file location.
8080

81+
#### Copy-Pasting User IDs
82+
83+
Some commands such as the `/add` and `/remove` require a "user id" as their input. You can copy the user ID of a selected chat or a selected message to the clipboard with `Ctrl-c` (default mapping) and easily append them to the current input using `Ctrl-v`.
84+
8185
### Configuration
8286

8387
Most key bindings, colors and other options can be configured in the `whatscli.config` file, the `/help` command shows its location.

0 commit comments

Comments
 (0)