@@ -124,11 +124,14 @@ implementation. These are:
124124 distance] [ jaro ] is computed between every filename and the last part of
125125 query needles respectively, and results are filtered based on that.
126126
127- * ` jc ` doesn't work correctly at the moment .
127+ * ` jc ` may jump outside current directory .
128128
129129 Exact reason may be different filtering logic involved, but I'm not very
130- sure about this one. I only use plain ` j ` mostly, so if you're heavily
131- reliant on ` jc ` and its friends please open an issue!
130+ sure about this one. The behavior is also observed on original ` autojump ` ,
131+ but the frequency seems to be lower, and both implementations actually
132+ don't check if the target is below current directory. However I only use
133+ plain ` j ` mostly, so if you're heavily reliant on ` jc ` and its friends
134+ please open an issue!
132135
133136
134137[ rust-argparse ] : https://github.com/tailhook/rust-argparse
@@ -141,9 +144,9 @@ implementation. These are:
141144## Future plans
142145
143146Now that platform support is mostly considered okay, next steps would be
144- more refactoring and bug fixing. I once considered Git commit ids in
145- release artifact "cool", but I no longer want that now, so that would be
146- gone in the next release. And the ` jc ` bug should also be tackled .
147+ more refactoring and bug fixing. The ` jc ` behavior differences are observed
148+ on original ` autojump ` too, in that you could jump outside ` $(pwd) ` , but the
149+ actual directory jumped to is different; this needs further investigation .
147150Hell I even want to write a ` fasd ` backend too, but I don't presently have
148151* that* much free time. Anyway, contributions and bug reports are welcome!
149152
0 commit comments