Skip to content

Releases: avindra/dirp

0.7.2

19 May 00:52
Compare
Choose a tag to compare

Implemented the d. and d.. aliases for PowerShell

0.7.1

01 May 18:15
Compare
Choose a tag to compare

Fixes regressions in rc and es shell hooks.

Contains refactors and added unit tests.

0.7.0: one with PowerShell

27 Apr 00:04
Compare
Choose a tag to compare

dirp is now compatible with PowerShell (aka pwsh).

The install hook is like:

dirp hook pwsh | Out-String | iex

To figure out the correct config location on your platform, see:

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-7.5#profile-types-and-locations

0.6.0: hello BusyBox

16 Jan 23:21
cbbc3df
Compare
Choose a tag to compare

0.5.0

05 Jul 20:06
Compare
Choose a tag to compare
  • Exclude working dir
  • Automatically select dir for {0,1} matches
  • add d, d. and d.. aliases / abbreviations

0.4.0

21 Apr 19:46
Compare
Choose a tag to compare
  • BREAKING: The config is now expected in the folder .config/dirp (previously .config/dir)
  • FEATURE: driller fallback (#4)
    If no config file exists, dirp will fallback to finding shallow directories. Previously, this would cause dirp to exit abruptly.

0.3.0: POSIX compliance in hook

28 Jan 04:03
Compare
Choose a tag to compare
  • main hook (dirp hook) is now tested to be compatible with Dash, a decent barometer of POSIX compliance.
  • BREAKING: ZSH users may have to add one more line of config to work around a ZSH design problem.
  • code licensed under MIT

0.2.1: improved compatibility

28 Jan 01:53
Compare
Choose a tag to compare

This release adds support for 3 more shells:

  • zsh
  • rc
  • es

ZSH support is added via the default hook (the hook installed via eval "$(dirp hook)").

rc and es are Plan 9 shells, and support was tested by using free/open source re-implementations.

The es hook is based mainly on the rc hook, and differs mainly in the control structure (uses {} instead of ()).

0.2.0

24 Jan 23:25
Compare
Choose a tag to compare
  • Breaking change: the default hook is no longer fish
    • See the docs updated config examples
  • Compatibility with BusyBox
  • Demo created for users who want to try dirp online

0.1.3: bugfix

22 Jan 04:27
Compare
Choose a tag to compare

0.1.3 fixes a bug with the fish hook, and makes the shell impls more consistent

0.1.2 was a phantom release