bradley

Results 10 issues of bradley

New optional column displaying container status using plain text characters (sans symbols/icons) As suggested by @Brayyy in https://github.com/bcicen/ctop/issues/293#issuecomment-1183918016: State: - created: "C" (white) - running: "R" (green) - exited: "e"...

feature

Allowing greater flexibility in column width calculation, compact Columns should replace `FixedWidth()` method with a `MinWidth()` and `MaxWidth()` method

enhancement

The log view currently serves to only tail a containers logs (including last 10 by default). This issue tracks the implementation of a more fully featured container log pager (navigation,...

feature request

Adds string method to journal Priority level

This is a rebase of https://github.com/progrium/logspout/pull/24. Streams output to redis, appending to a list named after the container. Ideas for improvement or future features: - option to append all logs...

type: enhancement
needs: rebase

Adds a very quick fade to the clicked key

allows use to configure a maximum zoom level when relying on automatically determined zoom closes #68

Moves log line header to a common function + adds optional colorized output by level

updates default homedir config value to use the user config dir, e.g. `/home/user/.config/syncthing`

Following the exact [example steps in the geosearch guide](https://www.meilisearch.com/docs/learn/fine_tuning_results/geosearch), a search using only `_geoRadius` filter will consistently return no results: ```bash curl \ -X POST 'http://localhost:7700/indexes/restaurants/search' \ -H 'Content-type:application/json' \...

bug