# xtitle **Repository Path**: colin4124/xtitle ## Basic Information - **Project Name**: xtitle - **Description**: No description available - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Description If arguments are given, outputs the title of each arguments, otherwise outputs the title of the active window and continue to output it as it changes if the *snoop* mode is on. # Synopsis xtitle [-h|-v|-s|-e|-i|-f FORMAT|-t NUMBER] [WID ...] # Options - `-h` — Print the synopsis to standard output and exit. - `-v` — Print the version to standard output and exit. - `-s` — Activate the *snoop* mode. - `-e` — Escape the following characters: ', " and \\. - `-i` — Try to retrieve the title from the `_NET_WM_VISIBLE_NAME` atom. - `-f FORMAT` — Use the given `printf`-style format. The only supported sequences are `%s` (for title), `%u` (for window id) and `\n`. - `-t NUMBER` — Truncate the title after |*NUMBER*| characters starting at the first (or the last if *NUMBER* is negative) character.