Skip to content

Accept standard input such as via the pipe character!

Compare
Choose a tag to compare
@Poikilos Poikilos released this 13 Mar 07:56

This version also improves the linux install script so that you can use it without being root. The install script is not necessary if you use the web install instructions in the Web Install section of readme.md

Added

  • Accept standard input such as by piping from another program!
  • Run the script as a user not named "root" to install to use the
    prefix ~/.local (if the PREFIX environment variable is not
    specified)

Changed

  • If any standard input is waiting, change dialog behavior. Instead of
    showing dialog boxes that interrupt init (in the case of a missing
    input file), show lines in the window.
  • Move old known issues from readme.md to the issue tracker.
    • The "allow param for directory" issue is now a part of issue #5
    • Any not added to the issue tracker were already resolved.