-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ck cd #33
Comments
We discussed that internally and there is no easy way to change current directory and keep it when calling programs/scripts in Linux or Windows. Instead, I added two commands to CK 'cd' and 'cdc'. The first one just prints 'cd {path to entry}' which you can copy/paste ... Second one does the same and also attempt to copy this command to clipboard so that you can just paste it and go to a given entry ... I.e. for a test:
May I ask you to check if it will be ok as a possible solution, please? Thanks! |
The CK error: seems that "tkinter" python package is not installed! I'll check with |
I added extra support for 'pyperclip' module (available via pip, i.e. pip install pyperclip). |
I've installed
|
Let's ignore the clipping issue for now. In the below, I'd expect to see a warning informing of more than one option existing:
(Only a single, topmost option is selected; no warning.) |
I added warning to the above case - can you please check it ... |
It's actually become a bit worse - I get an exception now when I try to
|
Ups, sorry. I think I fixed that. |
It should be solved now so I close this ticket! |
Certain CK commands (e.g. find) often return a directory where a user needs to go for further operation. It would be convenient to combine search and change into a single command.
The text was updated successfully, but these errors were encountered: