Code Monkey home page Code Monkey logo

orphic's People

Contributors

ws-kj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

joeyeamigh iq-scm

orphic's Issues

cd command does not work.

Executing this command
orphic locate into test directory
Returns command
cd test
and when I execute this through orphic it won't take me to the directory.

Error while parsing string

orphic how much space is free on the boot volume
EOF while parsing a string at line 1 column 43
{"command": "df -h / | awk 'NR==2{print $4}'"}

The actual command df -h / | awk 'NR==2{print $4}' itself works fine when you copy and paste it on the commandline. This is for orphic 0.1.0. I'm running on PopOS 22.04 an Ubuntu derivative. My rustc is at 1.68.0. I installed via cargo install orphic

Update. Another example of this:

orphic show me the name and size of all files larger than one gigabyte in my home directory
EOF while parsing a string at line 1 column 81
EOF while parsing a string at line 1 column 81
{"command": "find ~/ -type f -size +1G -printf '{\"name\":\"%f\",\"size\":\"%s\"}\\n'" }

stream output of long-running command execution to stdout?

Hi. I'm trying orphic on mac machine with zsh.

When I execute long-running command like "top", the program simply stucks after confirmation, and I have to abort manually and execute command on my own.

It'd be nice if we can use these types of commands seamlessly :)

Error when passing API key

Ive tried to pass orphic the API key with $OPENAI_API_KEY envoirment variable but it thinks i didnt provide any keys (its a variable in the bash shell which is the shell i use in my terminal if it isnt the right way to do it then show me please)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.