Sysz Versions Save

An fzf terminal UI for systemctl

1.4.3

2 years ago

1.4.1

2 years ago

Fixed

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

1.4.0

2 years ago

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.

1.3.1

2 years ago

Fixed

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

1.3.0

2 years ago

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

2 years ago

Fixed

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

Added

  • --state= support

1.2.2

2 years ago

Fixed

  • root check

1.2.1

2 years ago

Fixed

  • Bug in "follow" action

1.2.0

2 years ago

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

2 years ago

Added

  • Keybinding CTRL-v to cat the current unit in preview window
  • Support parametrized units: [email protected]

Changed

Fixed

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