Ajeet D'Souza
Ajeet D'Souza
I'm not familiar with tcsh, so I won't prioritize this for now. I would be open to PRs though.
Hey @dertuxmalwieder, there's a tcsh script created by @niv280 at https://github.com/ajeetdsouza/zoxide/discussions/221. It seems to have most of zoxide functionality. Perhaps you'll find that useful! I'd appreciate your inputs on it,...
Ion definitely does look interesting, but I'm not familiar with the syntax. Is there a mechanism for prompt/pwd hooks? If you can make a PR adding Ion support, I would...
@kolia I had a look at `ion` today. I'm not a fan of changing the `z` syntax specially for `ion`, and having the user specifically add `zoxide add` to their...
Yes, I too think waiting is a good idea for now. We can pick this up later if they decide against implementing variadic functions. Thank you for your work on...
@ahkrr, from what I've read, `PROMPT` could either be a variable or a [function](https://doc.redox-os.org/ion-manual/html/misc/06-prompt_fn.html), so both cases need to be handled.
Hey @matu3ba, thanks for the update! > I think hooks are a poor abstraction How so? I didn't exactly understand the alternative you proposed, could you elaborate? > I am...
Hm, doesn't the absence of `let` imply `mut`? Or has it been added to make mutations more explicit?
@premell last path component means: - In a query like `z foo bar`, `bar` is the last component of the _query_. - In a path like `/home/foo/some/barbecue`, `barbeque` is the...
If you want to go to `/home/barbeque`, then `z bar` is a valid query, because `bar` matches `barbeque`. If you want to go to `/home/barbeque/sauce`, then `z bar` wouldn't work...