ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
21.65k stars 526 forks source link

Feature request: tcsh support #109

Open dertuxmalwieder opened 3 years ago

dertuxmalwieder commented 3 years ago

The tcsh does not seem to be supported. I’d like to see support for it.

ajeetdsouza commented 3 years ago

I'm not so sure about this. I'm usually always open to adding support for more shells, but people generally seem to recommend against using tcsh:

Do you use tcsh regularly?

dertuxmalwieder commented 3 years ago

People recommend against the tcsh for programming, but it is just awesome for interactive use.

In fact, I moved from the ksh to the tcsh not too long ago.

ajeetdsouza commented 3 years ago

I'm not familiar with tcsh, so I won't prioritize this for now. I would be open to PRs though.

ajeetdsouza commented 3 years ago

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, too :smile:

dertuxmalwieder commented 3 years ago

Input given.