You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a way to express more complicated key targets to json-shell:
- cd /foo
- cd foo/bar
- cd ../foo
- cd ~- or cd -?
None of these can be done right now. You're limited to a single key without slashes. You can enter a slash but it's assumed that you're expressing a single key and the slash is part of the key.
These could also apply to cat and describe.
The text was updated successfully, but these errors were encountered:
I would like a way to express more complicated key targets to json-shell:
-
cd /foo
-
cd foo/bar
-
cd ../foo
-
cd ~-
orcd -
?None of these can be done right now. You're limited to a single key without slashes. You can enter a slash but it's assumed that you're expressing a single key and the slash is part of the key.
These could also apply to
cat
anddescribe
.The text was updated successfully, but these errors were encountered: