Releases: olivroy/reuseme
reuseme 0.0.2
-
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()
andmarkup_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 forfile_outline()
withproj
. -
Indentation in
file_outline()
shortly possible. -
proj_switch()
is now robust to duplicate project name.
reuseme 0.0.1
-
in
file/proj/dir_outline()
regex_outline
is nowpattern
-
proj_outline()
anddir_outline()
now excludes example files -
file_outline()
better support for todo in md files -
file_outline()
should recognize and transform markdown links automatically with newmarkup_href()
It is no longer needed to use{.href}
in your outline headings to show a link. -
link_issue()
has been renamedlink_gh_issue()
and now only takes care of changing gh issues in markdown links.
Newmarkup_href()
is more general and now in charge of creating cli links for all markdown URLs.
str <- "rstudio/gt#120 and [md link](https://github.com)"