Skip to content

Releases: pavoljuhas/smart-change-directory

Release 1.4.0

27 Jun 19:22
v1.4.0
Compare
Choose a tag to compare

See CHANGELOG.md for detailed release notes.

smart-change-directory 1.3

15 Apr 18:54
v1.3
Compare
Choose a tag to compare
  • In Vim check for a directory change also in insert mode.
  • Improve operation of scd --unalias.
  • Remove noglob modifier for the scd function.
  • Ignore non-directory entries in scd --add.
  • Remove non-existent paths when trimming the index.

smart-change-directory 1.2

02 Sep 19:07
v1.2
Compare
Choose a tag to compare

Changes since 1.1:

  • Add end-of-path matching with $.
  • Add option -A,--all for all matches.
  • Compress index duplicates to an equivalent timestamp.
  • Simplify directory matching.
  • Undefine private sub-functions when scd returns.
  • Create SCD_SCRIPT under /tmp/ when ~/bin does not exist.