Turm

Latest version: v0.7.3

Safety actively analyzes 687942 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.7.3

[0.7.2](https://github.com/kabouzeid/turm/compare/v0.7.1...v0.7.2) (2024-07-28)


Bug Fixes

* crash on resize ([96f4f16](https://github.com/kabouzeid/turm/commit/96f4f1683ee98547dadc610cf21f293858ba9d50))

[0.7.1](https://github.com/kabouzeid/turm/compare/v0.6.0...v0.7.1) (2024-07-28)


Features

* pretty text wrapping ([51dc964](https://github.com/kabouzeid/turm/commit/51dc9645f506b89a0444db64cab6ddc0d2ecdaf0))
* toggle log text wrapping. update deps ([5243a36](https://github.com/kabouzeid/turm/commit/5243a368c173070c58ce8a51bce56be9f916ec21))
* truncated line indicator ([f347664](https://github.com/kabouzeid/turm/commit/f347664ecd94db785140eac296e37d66e203a81b))


Bug Fixes

* correctly resolve relative log file paths ([0ecc902](https://github.com/kabouzeid/turm/commit/0ecc902f036244ed67d29eb686dcbf2c413ec51c))
* crash on resize ([6dc3b1d](https://github.com/kabouzeid/turm/commit/6dc3b1d9f387d3b2accdc34b7e8a0c42995424c9))


Miscellaneous Chores

0.7.1

[0.6.0](https://github.com/kabouzeid/turm/compare/v0.5.0...v0.6.0) (2023-09-23)


Features

* toggle stdout/stderr ([bcd773b](https://github.com/kabouzeid/turm/commit/bcd773bd21ccb64860e651e2da881d57253fecb8))

[0.5.0](https://github.com/kabouzeid/turm/compare/v0.4.0...v0.5.0) (2023-09-15)


Features

* show job count ([c169e18](https://github.com/kabouzeid/turm/commit/c169e1844574885246736dbde920ae0f77b121b2))

[0.4.0](https://github.com/kabouzeid/turm/compare/v0.3.0...v0.4.0) (2023-04-23)


Features

* faster fast scrolling (shift/control/alt) ([37e205a](https://github.com/kabouzeid/turm/commit/37e205aaf819e99e13aea70327de84289cba0482))
* scroll to top/bottom ([0022a70](https://github.com/kabouzeid/turm/commit/0022a70a58d6a0f2b1e159f0b5afef99ae6ea2c1))

[0.3.0](https://github.com/kabouzeid/turm/compare/v0.2.0...v0.3.0) (2023-04-17)


Features

* add shell completions ([e9b8de0](https://github.com/kabouzeid/turm/commit/e9b8de0018b3dd91d72db6e3c164aa18a1fe17d9))
* proper cli with help ([90988f6](https://github.com/kabouzeid/turm/commit/90988f65208b353204acd6a570be45e753bfcdfc))

[0.2.0](https://github.com/kabouzeid/turm/compare/v0.1.0...v0.2.0) (2023-04-15)


Features

* cancel jobs ([bc05723](https://github.com/kabouzeid/turm/commit/bc057230244ce215a585dbb318de762913524a5b))
* select first job on launch ([7c742fd](https://github.com/kabouzeid/turm/commit/7c742fdd3b66787b10df6a017de6c7522c8f9858))


Bug Fixes

* clear the log on empty selection ([518afdb](https://github.com/kabouzeid/turm/commit/518afdbf67ada9ea1d7b2597765630cba8a00ee4))
* correctly display job ids in arrays ([bc05723](https://github.com/kabouzeid/turm/commit/bc057230244ce215a585dbb318de762913524a5b))

0.1.0

Features

* accept same cli args as `squeue` ([1f1a5ac](https://github.com/kabouzeid/turm/commit/1f1a5ac8f0b92b435b09e09981c95cbb00290a20))
* add cargo metadata ([78487bb](https://github.com/kabouzeid/turm/commit/78487bbe93c8c1efaef8b218e72c68a4dbe3c67a))
* better error handling ([ad47d19](https://github.com/kabouzeid/turm/commit/ad47d19ad6abccb80bc7d5c9ac3faf44ca03a92a))
* better layout ([67e24e0](https://github.com/kabouzeid/turm/commit/67e24e078df0eed492123e498282942400cbbcf9))
* config interval file ([7e6678d](https://github.com/kabouzeid/turm/commit/7e6678d834ce5535dfe2ede8e88974ccbf36c453))
* fast scroll ([8df9158](https://github.com/kabouzeid/turm/commit/8df91589f8ef6c3cd403faecfc40142fd238d0a4))
* faster log file loading ([9f954cc](https://github.com/kabouzeid/turm/commit/9f954ccff53fc7ffdb4412d1a490ef012bf4cc95))
* faster log loading ([b4b0fa4](https://github.com/kabouzeid/turm/commit/b4b0fa4df97d51976f2cadffd527a07fd3804346))
* help bar ([ab63a9e](https://github.com/kabouzeid/turm/commit/ab63a9e2cd9b2ea05a8d45789b8dfb04d580c932))
* partial reads (like tail -f) ([86f04af](https://github.com/kabouzeid/turm/commit/86f04af1bf78783c37c4cecbef4d3292280f4f5e))
* prettier ([c70de5e](https://github.com/kabouzeid/turm/commit/c70de5ea4f412531c203bb308ee769e6cc861828))
* scroll to bottom with end ([01423f1](https://github.com/kabouzeid/turm/commit/01423f1a8c5da16f97dc01efd4e73cbb96d8c810))
* show job details ([904ff7c](https://github.com/kabouzeid/turm/commit/904ff7cef52e8971f7c6146ec217065988001336))
* show state and reason in details panel ([a77d4a3](https://github.com/kabouzeid/turm/commit/a77d4a3ff7d823f89ea33921dee28aa9ff7b6a3f))
* show state in list ([823a0a2](https://github.com/kabouzeid/turm/commit/823a0a263bc33b7a1e77d92601820059dfc22a14))


Bug Fixes

* error on shutdown ([ff516ca](https://github.com/kabouzeid/turm/commit/ff516cac734fcd06a443122aca408d228046484a))
* hide incomplete lines in log files ([28eb452](https://github.com/kabouzeid/turm/commit/28eb452f9b4e8900d74be491368787bbe2197fc1))
* log title ([d42f79a](https://github.com/kabouzeid/turm/commit/d42f79ae7dcfec4d33d29fdcc48e1e986d1ea8b9))
* warnings ([ffd1211](https://github.com/kabouzeid/turm/commit/ffd1211228490960186d9cf8dc1d773a38558b16))

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.