github out-of-cheese-error/the-way v0.2.2

latest releases: v0.20.3, v0.20.2, v0.20.1...
4 years ago

Removed

  • clipboard dependency:
    Instead, I'm using xclip and pbcopy respectively on Linux and OSX. This fixes Travis
    compilation issues on Linux and the weird issue that clipboard is cleared
    when the-way exits in Linux, which would've been pretty sad.
    clipboard is still a dev-dependency for MacOS, to test that copying works.
    The copy test is not run for Linux.
  • onig_sys dependency:
    This was also causing issues on Linux, so now I'm using the
    fancy_regex feature flag for syntect instead.

Added

  • Linux binaries
  • Tests to Linux compilation with Travis
  • A changelog:
    I'll make sure to add changes to it from now, the previous two releases weren't perfectly documented.

Changed

  • The CLI:
    • copy -> cp
    • delete -> del
    • show -> view
    • change -> edit
    • themes current -> themes get
    • themes -> themes list

Don't miss a new the-way release

NewReleases is sending notifications on new releases.