skywind3000 / skywind3000/z.lua
support exported variables
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.1k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
I like alias my usual dir with variables like:
export c_project=/project/c
export py_project=/project/py
export nvimdir=~/.config/nvim
export packerdir=.....
...
how I can jump to dirs/exported with z jump
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
Start by reviewing how z.lua handles the z jump command and its Bash integration, then determine how exported directory variables should be discovered and matched. Done means a documented or tested way to jump to directories represented by variables such as c_project and py_project; no implementation files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, lua
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100