Skip to content

reuseme 0.0.2

Latest
Compare
Choose a tag to compare
@olivroy olivroy released this 17 May 11:37
  • complete_todo() no longer deletes the full line. It only deletes what it says it deletes (#27).

  • file_outline() works better with news files and headings at the end of files.

  • file_outline() gives a better error for empty paths.

  • dir_outline() no longer excludes files by default.

  • browse_pkg() no longer opens by default and also accepts <org>/<repo> shortcode to open GitHub repo.

  • proj_list() now takes care of matching project to project list.

  • link_gh_issue() and markup_href() are better.

  • file_outline() now simplifies the outline of NEWS.md. Only major versions are listed now.

  • proj_file() is less noisy and is a shortcut for file_outline() with proj.

  • Indentation in file_outline() shortly possible.

  • proj_switch() is now robust to duplicate project name.