workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Workflow-centric workspace manager

Results 48 workflow issues
Sort by recently updated
recently updated
newest added

This permission popup is shown the first time one program tries to control another program: ![screenshot 2018-09-18 09 33 03](https://user-images.githubusercontent.com/476364/45671593-11684e80-bb26-11e8-88e4-d823c6e49579.png) Workflow does not wait for it to be clicked so...

bug

## How to reproduce Add a split with two instances of the same application. ``` import React from 'react'; import render, { Workspace, requireComponent } from 'workflow-react'; const { SplitH...

bug
window managers
i3

## Expected The following code should trigger automatically playback on linux ``` ``` ## Actual Playback must be triggered manually. ## Detail The `uri` spec for autoplaying a track seems...

Create the package `create-workflow-resolver` to initialize a `resolver`. It should set up: - `flows/Example.js` with a runnable example - `Readme.md` with a template readme file - `package.json` with the baseline...

good first issue
resolver

Create the package `create-workflow-loader` to initialize a `loader`. It should set up: - `flows/Example.js` with a runnable example - Readme.md with a template readme file - `package.json` with the baseline...

good first issue
loader

The `create-workflow-app` and `create-workflow-home` modules shares functionality for copying files, resolving directories and rendering templates. The capabilities are also applicable to the planned `create-workflow-resolver` etc. modules. These should be extracted...

good first issue
refactoring

Make it possible to resolve/load content from the local clipboard. This will make it possible to make an online example and execute it locally without copying down the file. ##...

resolver

I have a vm that I use to code on through a tmux/vim setup, when I tried to use workflow to setup the tmux workspace I did not get past...

bug
help wanted
good first issue
create-workflow-home
linux

There is more and more `console.{log,error}` and `process.exit` calls around the code base. Maybe we should change this to an throwing an exception that is handled by workflow-cmd and printed...

With the discussion in https://github.com/havardh/workflow/pull/139#discussion_r216442751 we would like to consider to change the API of `transformers` to explicitly return values for _noop_ instead of the current `implicit` return falsy. We...

transformers