Skip to content

Commit

Permalink
Update TODO as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamentis committed Mar 25, 2015
1 parent 1018d44 commit 797b43c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -46,7 +46,9 @@ example, add the following to your `prwdrc` file:
alias *prwd /home/tamentis/projects/prwd

And navigating to `/home/tamentis/projects/prwd/doc` will allow prwd to reduce
your current path to `*prwd/doc`.
your current path to `*prwd/doc`. Another good example is that `~` is a
default alias for prwd, you can create more of these ultra-short aliases if you
want.

## Installation

Expand Down
11 changes: 0 additions & 11 deletions TODO
@@ -1,14 +1,3 @@
FOR 1.9

[doc] Split prwd and prwdrc configuration man pages and turn README into a proper githubesque thing.
[doc] Document "~" as a default alias
[doc] Explain advantages:
- a single fork instead of fork-exec git and hg.
- small in-stack memory footprint
- compiled and fast
- same prompt on all systems


FOR 2.0

[core] conditional templates
Expand Down
1 change: 1 addition & 0 deletions prwdrc.5
Expand Up @@ -176,6 +176,7 @@ Then use your aliases like any environment variable:
.Bd -literal -offset indent
cd $py3k
.Ed
Note that ~ is a default alias for prwd.
.Sh GLOBAL SETTINGS
Settings are defined with the
.Em set
Expand Down

0 comments on commit 797b43c

Please sign in to comment.