Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
* Improved recent access only ranking and matching
* Improved `--sanitize', no more side effects when tracking commands
* Implemented `-A' and `-D' to manually manage the database
* Documentation improvements
* Various other minor improvements
  • Loading branch information
Wei Dai committed Feb 25, 2012
1 parent 7decc1f commit ade0113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ for an up-to-date list.

You can also manually obtain a copy of fasd.

Download fasd 0.5.3 from GitHub:
[zip](https://github.com/clvv/fasd/zipball/0.5.3),
[tar.gz](https://github.com/clvv/fasd/tarball/0.5.3).
Download fasd 0.5.4 from GitHub:
[zip](https://github.com/clvv/fasd/zipball/0.5.4),
[tar.gz](https://github.com/clvv/fasd/tarball/0.5.4).

Fasd is a self-contained POSIX shell script that can be either sourced or
executed. A Makefile is provided to install `fasd` and `fasd.1` to desired
Expand Down
2 changes: 1 addition & 1 deletion fasd
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ $(fasd --backend $each)"
while [ "$1" ]; do case "$1" in
--complete) [ "$2" = "--" ] && shift; set -- $(echo $2); local lst=1 r=r;;
--query|--add|--delete|-A|-D) fasd "$@"; return $?;;
--version) echo "0.5.3"; return 0;;
--version) echo "0.5.4"; return 0;;
--) while [ "$2" ]; do shift; fnd="$fnd$1 "; last="$1"; done;;
-*) local o="${1#-}"; while [ "$o" ]; do case "$o" in
s*) local show=1;;
Expand Down

0 comments on commit ade0113

Please sign in to comment.