Releases: c-blake/lc
Add --hyperlink
Add a longstanding TODO feature thanks to @SolitudeSF for terminals supporting clickable hypertext like kitty.
Do not rely on #head in nimble
Fix several annoying bugs. As usual the git log should cover most questions.
Add `expandFit` feature and pattern quoting
Example usage: lc -Fm-6 /bin. Also,
qs=qs="?[](){} ';\!\$\#\^\`\~"
lc "-Fm-6,,,*,$qs" /somedir/with/shell/hostile/names
Note these only work for compression levels -m-[456] and instead of the shell variable above it's also fine to create add-on styles in your ~/.config/lc/style so you can just say, e.g., lc -c5 /somedir when you want, say, expanded compression with pattern quoting.
Track cligen changes
Necessary since this depends on cligen#head and some backwards incompatible changes were necessary to the alias system.
Icons, -X./., & auto-configure
Add new behavior to not honor .lc files while recursing unless -X arg ends with either "//" or "/.". In the former parents are searched, the latter not. Note that due to structure of the recursion if a top-level entry point has a .lc in "/." mode then those config mods are inherited through its recursion.
Add vector of "icons" (any utf8 strings really) capability.
Use new self-configuring cligen/[statx, magic]
Require cligen#head
This should avoid having to sync with cligen for changes in cligen/abbrev & friends.
Sync version with cligen
v0.4 Update for version management.
Use new cligen/abbrev
Best to release to keep in sync with screenshots in README.md
First tagged release
No diffs since last release since this is the first.