skywind3000 / skywind3000/z.lua
[FR]为什么不直接把CD功能集成到Z里面
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.1k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Z现在只能加速之前访问过的路径,对于未访问过的路径,我们仍然需要使用cd进入一次,为什么不直接将cd的功能集成到z中,这样的话我们从始至终就只用使用一个命令就可以,不用在cd 和z之间切换,当然CD功能也需要支持类似忽略大小写.自动补全的基础功能.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reading the repository's command entry point and shell integration to understand how z handles unseen paths, then define the scope for cd behavior, case-insensitive matching, and basic completion; done means the requested navigation works without switching commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100