prwd Changelog

What's new in prwd 1.9

Apr 14, 2015
  • Implemented fully templated mode. All older options are obsolete and used in this version as fallback for the template.
  • Add command to adjust color in template.
  • Add commadn to add timestamp/date in template.
  • Fix a bug in newsgroup mode affecting one-level deep paths starting wiith an alias or '~' (found by Jens Schleusener).
  • Split man page between prwd(1) and prwdrc(5).

New in prwd 1.8 (Aug 27, 2013)

  • Added set hostname configuration flag to prefix the hostname.
  • Added set uid_indicator configuration flag to suffix $ or # depending on whether the user is root or not.
  • If the parent shell allows it, use PWD to get the current directory, this allows prwd to grab the context of the parent shell and show
  • symlinks appropriately.
  • Where there are multiple definitions of the same alias, check which ones point to an existing directory (for -a dump). Resolve aliases
  • one level deep if needed.
  • Allow one level of nested aliases (only as prefix).

New in prwd 1.7 (May 27, 2013)

  • Added -a flag that prints all the aliases starting with '$' in a format that could be passed to eval with eval `prwd -a`. Allowing aliases to be used with other tools via shell variables.
  • Lots of tweaks to the configure and Makefiles to accomodate rpmbuild.

New in prwd 1.6 (May 14, 2013)

  • Fixed segfault in directories that got removed or got theirpermissions changed.
  • Added primitive support for git HEAD display (initial patch by Stéphane Angel)
  • Fixed alias display with newsgroup mode (#4, by Stéphane Angel)
  • Fixed segfault on long git branch names (#2, by Stéphane Angel)
  • Added a configure script.
  • Fix a buffer overflow.
  • Added -V to get the version.