The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Open-This

0.000018  2019-06-10 17:02:19Z
    - Print usage when ot is called with no arguments (GH#16) (Jos Joaqun
      Atria)

0.000017  2019-05-29 18:24:11Z
    - Parse file paths out of full GitHub URLs. (GH#15) (Olaf Alders)

0.000016  2019-05-27 17:20:10Z
    - Add column number parsing for ripgrep output and add support for opening
      files at arbitrary columns in vim (GH#12) (Olaf Alders)
    - Add support for opening files at arbitrary columns in nano (GH#14) (Olaf Alders)
    - ot can now open binaries which are in the user's path (GH#13) (Olaf Alders)

0.000015  2019-01-28 21:43:33Z
    - Don't exec if $EDITOR is empty, die with message (GH#9) (Boris Dppen)
    - Render the command name in description as a link (GH#7) (Boris Dppen)

0.000014  2018-12-18 21:57:14Z
    - Fix parsing of GitHub links (GH#6) (Olaf Alders)

0.000013  2018-12-18 16:57:31Z
    - Add a -b (browse) option to ot. Also add editor_args_from_parsed_text()
      and maybe_get_url_from_parsed_text (GH#5) (Olaf Alders)

0.000012  2018-12-03 19:26:46Z
    - Parse line numbers from the fragments of GitHub URLs

0.000011  2018-08-23 11:59:02Z
    - Fix some tests under Windows

0.000010  2018-08-22 13:43:42Z
    - Don't rely on a working grep binary

0.000009  2018-08-20 19:33:14Z
    - Parse path/to/file::sub_name()

0.000008  2018-06-18 18:37:05Z
    - Don't use /usr/bin/env in shebang

0.000007  2018-03-20 20:14:09Z
    - Extract line numbers from contextual git-grep matches

0.000006  2018-02-21 03:42:36Z
    - Allow for sub names with args

0.000005  2018-02-13 03:52:00Z
    - to_editor_args() now accepts an array
    - Set search paths via the $ENV{OPEN_THIS_LIBS} variable

0.000004  2018-02-08 19:06:09Z
    - Try to fix some tests when running under MSWin32

0.000003  2018-02-08 17:11:27Z
    - parse_text() now accepts an array, which means less situations where args
      to ot need to be quoted at the command line

0.000002  2018-02-07 17:05:20Z
    - Pod formatting

0.000001  2018-02-06 16:14:35Z
    - Initial release.