Skip to content

Releases: joehillen/sysz

Release 1.4.3

12 Oct 00:46
74a477b
Compare
Choose a tag to compare
Release 1.4.3

1.4.1

08 Oct 19:33
1157186
Compare
Choose a tag to compare

Fixed

  • Ensure that fzf uses bash when calling preview (Fix #14)

1.4.0

22 Sep 20:30
4ab5d57
Compare
Choose a tag to compare

Added

  • Major Refactor
  • Better ctrl-s and ctrl-r handling
  • Better handling of fzf exit codes
  • Wider preview window on command prompt

Fixed

  • Remove duplicates

Removed

  • --reverse. User can set this using FZF_DEFAULT_OPTS.

Release 1.3.1

21 Sep 17:09
1e71631
Compare
Choose a tag to compare

Fixed

  • Require fzf >= 0.27.1
  • Unbind ctrl-v in state and daemon-reload prompts

Release 1.3.0

21 Sep 06:26
6974edd
Compare
Choose a tag to compare

Added

  • cat command
  • mask command
  • unmask command
  • color results based on state
  • ctrl-s to filter states
  • ctrl-r to run daemon-reload
  • ? to show keybindings

Fixed

  • Do not run status after show

1.2.3

20 Sep 20:56
f270f1c
Compare
Choose a tag to compare

Fixed

  • use #!/usr/bin/env bash
  • -s option is for state

Added

  • --state= support

1.2.2

17 Sep 08:41
5705438
Compare
Choose a tag to compare

Fixed

  • root check

1.2.1

17 Sep 08:35
4c8bc95
Compare
Choose a tag to compare

Fixed

  • Bug in "follow" action

1.2.0

17 Sep 08:21
d73b97b
Compare
Choose a tag to compare

Added

  • Version flag -v
  • "show" action

Changed

  • Verbose flag to -V

Fixed

  • "follow" action
  • root user doesn't have a --user instance

1.1.0

02 Sep 21:03
6033a32
Compare
Choose a tag to compare

Added

  • Keybinding CTRL-v to cat the current unit in preview window
  • Support parametrized units: unit@.service

Changed

  • Remove cat command
  • Show cat in preview for parametrized units: unit@.service

Fixed

  • Show start command if unit is "failed"
  • Show enable command is unit is "static"