|
|
|
|
|
by jsnk
3028 days ago
|
|
I tried to create a command line tool that mimics some behavior of a bookmark manager in the terminal. https://github.com/serv/lbm Unfortunately, I learned that there's is no way to invoke cd programmatically from a program, but I didn't get an explanation I could understand why this is not possible. Can someone explain why you can't invoke cd from a program? |
|
Also, you can just type `show` and any point and it'll tell you what you've saved and where.
The nicest thing is that this persists with new logins (the only drawback is that other shells that are running don't get the update automatically).