Better notes.
Chris Pressey
6 years ago
165 | 165 | * Make a `shelf_fanin` to complement `shelf_fanout`. |
166 | 166 | * Make a `shelf_populate_from_shelf` (`shelf_replicate`?) |
167 | 167 | * Would a `shelf_pwd_all` be helpful? It's in my notes, but I don't know why. |
168 | * Skip `venv` when linking | |
169 | * Configure list of dirs to skip when linking, in an env var | |
168 | 170 | |
169 | 171 | ### History |
170 | 172 | |
171 | 173 | #### 0.4 |
172 | 174 | |
173 | * Fixed a bug where it was trying to link `.git` directories. | |
175 | * Fixed a bug where it was trying to link `.git` directories and other | |
176 | inappropriate files because a pattern wasn't being correctly applied. | |
174 | 177 | |
175 | 178 | #### 0.3 |
176 | 179 |