Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
clipassist
command
Command clipassist watches the system clipboard and runs registered matcher modules against copied text, surfacing helpful information via desktop notifications.
|
Command clipassist watches the system clipboard and runs registered matcher modules against copied text, surfacing helpful information via desktop notifications. |
|
modules
|
|
|
base64decode
Package base64decode provides a clipboard matcher that detects base64-encoded strings and shows a notification with the decoded content.
|
Package base64decode provides a clipboard matcher that detects base64-encoded strings and shows a notification with the decoded content. |
|
hexcolor
Package hexcolor provides a clipboard matcher that detects CSS hex color codes (#rgb, #rrggbb, #rrggbbaa) and shows an informational notification with the RGB(A) breakdown and OKLCH approximation.
|
Package hexcolor provides a clipboard matcher that detects CSS hex color codes (#rgb, #rrggbb, #rrggbbaa) and shows an informational notification with the RGB(A) breakdown and OKLCH approximation. |
|
ipaddr
Package ipaddr provides a clipboard matcher that detects IPv4 and IPv6 addresses and shows a notification with address type information.
|
Package ipaddr provides a clipboard matcher that detects IPv4 and IPv6 addresses and shows a notification with address type information. |
|
jwt
Package jwt provides a clipboard matcher that detects JSON Web Tokens and shows a notification with the decoded header and payload.
|
Package jwt provides a clipboard matcher that detects JSON Web Tokens and shows a notification with the decoded header and payload. |
|
millis
Package millis provides a clipboard matcher that detects 13-digit Unix millisecond timestamps and shows a human-readable notification.
|
Package millis provides a clipboard matcher that detects 13-digit Unix millisecond timestamps and shows a human-readable notification. |
|
seconds
Package seconds provides a clipboard matcher that detects 10-digit Unix timestamps (seconds since epoch) and shows a human-readable notification.
|
Package seconds provides a clipboard matcher that detects 10-digit Unix timestamps (seconds since epoch) and shows a human-readable notification. |
|
uuid
Package uuid provides a clipboard matcher that detects UUIDs and shows a desktop notification confirming the format and version.
|
Package uuid provides a clipboard matcher that detects UUIDs and shows a desktop notification confirming the format and version. |
Click to show internal directories.
Click to hide internal directories.