Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins tagged with "standard-cli-colors"

2026-01-10
14:17
Sync with trunk. ... (Leaf check-in: ceee00be59 user: florian tags: standard-cli-colors)
2025-11-26
14:16
Change the `fossil system ls' command to work with the global `--color' option. Like this, colored output on Windows for `--color=auto' (the default if the option is omitted) is only enabled if the terminal supports VT100 escape codes. Additionally, the `NO_COLOR' environment variable allows turning off all colored output. ... (check-in: 07570b15b7 user: florian tags: standard-cli-colors)
14:12
Sync with trunk. ... (check-in: b81b4c6c3c user: florian tags: standard-cli-colors)
2025-09-26
12:58
Sync with trunk. ... (check-in: c321b7e490 user: florian tags: standard-cli-colors)
2025-08-21
12:08
Sync with trunk. ... (check-in: 286a900699 user: florian tags: standard-cli-colors)
2025-07-21
12:23
Sync with trunk. ... (check-in: e17d35e796 user: florian tags: standard-cli-colors)
2025-04-25
16:22
Optimized validation of the FOSSIL_COLOR environment variable. ... (check-in: c5f1e0daea user: florian tags: standard-cli-colors)
16:19
Fix a logic error in processing of the NO_COLOR environment variable. ... (check-in: fbfa6daeca user: florian tags: standard-cli-colors)
16:18
Sync with trunk. ... (check-in: 855076ce79 user: florian tags: standard-cli-colors)
2025-04-19
04:20
Fix a logic error in processing of the FOSSIL_COLOR environment variable. ... (check-in: 6cb7a7e28d user: florian tags: standard-cli-colors)
2025-04-18
07:20
Remove documentation of the --highlight option for the search command. The option was broken, anyway, and is now superseded by the global --color option and the FOSSIL_COLOR environment variable. ... (check-in: 5331dfed41 user: florian tags: standard-cli-colors)
07:19
Add support for the FOSSIL_COLOR environment variable to define the color VT escape to highlight CLI text, also similar to `ls', `grep' and other utilities. ... (check-in: 50e0931bc7 user: florian tags: standard-cli-colors)
07:16
Add the global --color option to control output of color VT escapes to CLI, similar to `ls', `grep' and other utilities. Useful when piping `fossil search' results through a pager utility. ... (check-in: 210b7d2fe0 user: florian tags: standard-cli-colors)