Skip to content

Tags: avindra/dirp

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README.md: explicitly link to wiki for docs

0.5.0

Toggle 0.5.0's commit message
sh/fish: add d, d. and d.. shortcuts

0.4.0

Toggle 0.4.0's commit message
Normalize config folder name

When I decided the project would be called "dirp",
I didn't align the XDG related path to the config file

0.3.0

Toggle 0.3.0's commit message
dirp hook: dash compatibility

This sacrifices one-line ZSH installability
on some systems.

0.2.1

Toggle 0.2.1's commit message
dirp hook: ZSH compat

Turns out $status is a special
reserved var in ZSH.

After using a different name, the
existing hook is tested as compatible.

0.2.0

Toggle 0.2.0's commit message
Breaking: shell hook defaults

Fish is not the default shell anymore. For traditional
shells, users now need to call:

```sh
eval "$(dirp hook)"
```

Fish users should use:

```fish
dirp hook fish | source
```

Previously, users would call `dirp hook bash`. Now
the shell hook is compatible with BusyBox and a few
other variants, so the default has been changed.

0.1.3

Toggle 0.1.3's commit message
cleanup var

0.1.1

Toggle 0.1.1's commit message
port "dir cfg" to bash

 * exit 2 from `dirp` signals that stdout contains path
   to config file

0.1

Toggle 0.1's commit message
cleanup var