webclient icon indicating copy to clipboard operation
webclient copied to clipboard

web based terminal application for executing local and remote commands

Results 44 webclient issues
Sort by recently updated
recently updated
newest added

``` a = 5 b = [1, 2, 3, 4, $a] ``` Results in: > [1, 2, 3, 4, "$a"] And: ``` b = [1, 2, (1 + 22)] ```...

bug
todo
improvment

![image](https://user-images.githubusercontent.com/1381655/28653702-4862b18e-72b9-11e7-8d4e-62bcf4e65cae.png) I think this should be `The client supports variables which can be assigned`. I would love to fix that, just to get to know the codebase :)

bug
todo
documentation

using [proxify](https://github.com/fugazi-io/proxify)

It can be very useful to have a connector to the [wordpress rest api](https://developer.wordpress.org/rest-api/). I'm not a wordpress developer, but I'm pretty sure that it can be achieved using a...

feature

Create a module for getting quotes as an example. https://theysaidso.com/api/ http://quotes.rest/

Currently the result of a http command are rendered kinda weird. The intuitive thing would be to just render the result, but another option is to render the entire request/response...

discussion

for example: ``` a = (get URL) ``` this will have no output at all, regardless of whether the `get URL` command execution failed or not.

bug
todo
improvment

not quite sure when, find a way to reproduce first.

bug

The following PRs: * https://github.com/fugazi-io/webclient/pull/56 * https://github.com/fugazi-io/webclient/pull/54 * https://github.com/fugazi-io/webclient/pull/47 * https://github.com/fugazi-io/webclient/pull/45 Added commands and/or changed functionality (such as the suggestions panel) and the docs/README need to be changed

todo
documentation