I’m experimenting with a small shell utility for filesystem bookmarks, and I’d like to understand whether this is a problem other people have. The idea is to define persistent or temporary bookmarks for directories: ``` bm add work ~/Work bm temp build /tmp/build ``` and then use them directly i...
Source: [Hacker News](https://news.ycombinator.com/item?id=48884290)