AI Shell - Natural language AI terminal commandline
-
A CLI that converts natural language to shell commands.
So many complex things getting easier by the day. Feels like the singularity is upgrading everyone with internet access to come along for the ride.
-
@marcusquinn awesome
Certainly seems the "barrier to entry" for routine IT stuff will fall
After installing chatgpt-ui as a custom package, I am using it instead of manually doing an internet search, wading through partially relevant answers.Would ai-shell not install as a custom app (I notice you posted this under FeatureRequest rather than AppWishlist) ? May have a bash.
-
It works. Note, you need to update node:
sudo npm stable sudo npm cache clean -f sudo npm install -g n
I also had to update perms:
sudo chown -R 501:20 "/Users/{yourusername}/.npm"
Note, it assumes you're on Linux, so will need to specify macos to get the right command:
-
@timconsidine I think it could be added to the Terminal window in Cloudron's UI. I don't see it as an App, although maybe an addon?
-
@marcusquinn installed on my Mac locally
works nicely
although their examplefetch me a joke
fails on awk step -