The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.200

  • zfscurses can now show ZFS snapshots on your system!
  • zfscurses allows you to destroy them if you wish.
  • Split program into 2 "views".
  • "zfscurses datasets" runs the "datasets" view: show found datasets.
  • "zfscurses snapshots" runs the "snapshots" view: show found snapshots.
  • Datasets.pm: new module in charge of drawing the "dataset" view.
  • Snapshots.pm: new module in charge of drawing the "snapshot" view.
  • Move zfscurses script from script/ to bin/ directory.
  • Improve documentation.

Documentation

curses UI to query/modify a ZFS dataset/snapshot properties.

Modules

Application namespace.
Perform backend operations.
UI texts and messages.
Namespace reserved for UI components drawing.
Draw a list of ZFS datasets.
Draw a list of ZFS snapshots.
a factory to create widgets.