cli icon indicating copy to clipboard operation
cli copied to clipboard

Ferret CLI

Results 4 cli issues
Sort by recently updated
recently updated
newest added

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...

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...

This doesn't work as it doesn't contain `main()` ```sh go get github.com/MontFerret/cli ``` Please update all references to: ```sh go get github.com/MontFerret/cli/ferret ``` One more problem is, `https://`, isn't allowed:...

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...

enhancement