• v0.2.2 f68a3943d7

    budRich released this 2023-04-09 13:50:43 +00:00 | 0 commits to master since this release

    added support for --unmanage PACKAGE...
    and inline comments in the package file:

    package one two # this is a valid comment now
    three four
    five
    
    # previously only this type of comment worked
    six seven
    
    # they still work
    
    Downloads
  • v0.2.0 9b31c8d14d

    budRich released this 2023-02-12 15:58:05 +00:00 | 3 commits to master since this release

    NEW FEATURES:

    • support for ~/.config/pkg-listn/packages.d/
      All files in this directory will get concatenated to the package file before parsing.
    • if pkg-listn is executed from a already existing terminal it will execute the commands there.
      this means that it is now possible to run pkg-listn without a graphical-session (X11, wayland)

    This release also contains a massive refactoring to ease maintainability.


    For package maintainers:
    This release introduces a new build dependency: gawk

    Downloads
  • v0.1.3 af75467f0b

    budRich released this 2023-02-11 10:18:47 +00:00 | 19 commits to master since this release

    bugfix: only packages that are installed can be marked for removal.

    Downloads
  • v0.1.2 6f9c0da871

    PRESS ANY KEY Stable

    budRich released this 2023-02-10 22:04:39 +00:00 | 22 commits to master since this release

    except escape to continue

    Downloads
  • v0.1 1c21f8d20b

    budRich released this 2023-02-09 19:27:57 +00:00 | 39 commits to master since this release

    Downloads