Adhityaa Chandrasekar
Adhityaa Chandrasekar
Yep, this is possible already. When you install, you'll be asked a question `Show commands before execution?`. Just say yes and you'll get the run commands every time. Lemme know...
Oh yeah, I've implemented it only for some commands. Didn't get around to finishing it for the whole list of commands. Will do it soon though :) Thanks for reminding...
Thanks a lot for the PR, @morawskim! I'll review this soon :+1:
Huh, that's weird. Can you try running `type "npm"` and post the output here? If it's empty, that'd explain this (but it shouldn't be empty however).
Can you try `which pip` and `which npm`? If those work, then I can change the `command_exists` function to use `which` if `type` doesn't return a result (but we'd still...
neat, I'll make a patch soon :+1:
@Theldus hmm, probably a good idea to create the directory if it doesn't exist :+1:
You'd really be better off with https://github.com/guarinogabriel/Mac-CLI for a mac. I know it's still unix, but I'm not sure how compatible climate is with a mac. But I'm keeping this...
Yeah. Some of these tools are very Linux specific (especially hardware related tools like battery), so I'm not really sure how to do this with a Mac.
Neat, sounds good :+1: Maybe something like `climate cbin` (to write to the clipboard from input) and `climate cbout` (to echo the clipboard to output so that you can use...