Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Code Robustness, --tty option and Build Simplification

Latest
Compare
Choose a tag to compare
@jorsn jorsn released this 20 Jun 09:47
· 1 commit to master since this release
  • made the code more robust against programming, config and invocation errors:
    • included more checks
    • improved code structure (e.g. no vars in printf format strings)
    • improved error messages
    • introduced ci tests (shellcheck and nix build)
  • added -t|--tty option to specify target terminal (requires sufficient permissions to grab)
  • simplify build:
    • removed pandoc dependency by rewriting manual page in mdoc (semantic troff macros)
    • added nix derivation
    • docs: improved dependency and installation instructions