Coder Social home page Coder Social logo

cli's People

Contributors

3timeslazy avatar therosco avatar ziflex avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

cli's Issues

"go get" not working on Linux Fedora, but install.sh does the job

Hello, just to signal that somehow both go get or go get -u are not working to install to GOPATH as other tools, the output is blank and ferret is not present.

However git cloning the repot, and doing sudo ./install.sh works well, so that issue is just FYI.

Plugins support

The idea is to allow Ferret CLI load some custom FQL functions before any script execution. It might be useful for those, who use Ferret though CLI.

The possible commands are:

ferret plugin install fs
ferret plugin remove fs
ferret plugin search fs
ferret plugin info fs

Last 2 commands suppose having a centralized registry.

All plugins should be kept in $HOME/.ferret/plugins
I guess plugins should come as tar packages with some metadata written either in .json or .yaml file.

Cannot install using shell

When I tried to install Ferret Cli using shell, it throws error:

sh: 7: fn_echo: not found
Installing MontFerret  v1.10.0...
mktemp: too few X's in template ‘MontFerret.cli’
mkdir: cannot create directory ‘/[email protected]’: Permission denied
Can't create temp directory. Exiting...

Question about the syntax changes on the cli

With the old cli, you could run ferret --cdp http://127.0.0.1:9222 script.fql and it would work without problem. What is the equivalent command with the latest cli version? I tried the following:

  • ferret exec --browser-headless --browser-address http://127.0.0.1:9222 script.fql, errs with not supported: CLICK(...)
  • ferret exec --browser-address http://127.0.0.1:9222 script.fql, errs with not supported: CLICK(...)
  • ferret exec --runtime http://127.0.0.1:9222 script.fql and ferret exec --runtime http://127.0.0.1:9222 --browser-headless script.fql, returns HTML code with title Headless remote debugging

Fix Documentation in all places

This doesn't work as it doesn't contain main()

go get github.com/MontFerret/cli

Please update all references to:

go get github.com/MontFerret/cli/ferret

One more problem is, https://, isn't allowed:

go get https://github.com/MontFerret/cli

If it's okay with you, I will send a pull request.

Thank you.

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.