Skip to content

Version 0.3.0: Telekinetic Hovercraft For Kids

Pre-release
Pre-release

Choose a tag to compare

@nubs nubs released this 13 Jul 12:55
· 81 commits to master since this release

Major Features

Locating Commands

The paths are no longer strictly absolute paths. nubs/which can be used in order to locate the commands by basename from the user's PATH. See issue #4.

Pager

A new \Nubs\Sensible\Pager class provides access to the user's preferred pager (like more, less, etc.).

Browser

A new \Nubs\Sensible\Browser class provides access to the user's preferred browser (like firefox, chrome, etc.).

Minor Features

  • The default editor can be a list of editors to choose from based on
    availability.

Developer Changes

  • Contribution guidelines have been added.
  • The codesniffer is now run against tests.
  • A build script has been added to make it easy to run phpcs/phpunit.