with icon indicating copy to clipboard operation
with copied to clipboard

Command prefixing for continuous workflow using a single tool.

Results 14 with issues
Sort by recently updated
recently updated
newest added

If BASH_COMPLETION_COMPAT_DIR was unset it tried to source /* wich lead to repl not showing up if there were files in / that lead no termination of sourcing. This could...

The `-h`/`--help` flag is broken: ``` $ with -h /usr/bin/with: line 46: print_help: command not found error: "-h" is not a valid executable ``` Looking at the source, I believe...

Bash has different absolute paths for things like tmp and completion. Fixing this would entail finding out if we are in linux bash or windows bash...now sure how this is...

On my Debian 8.6, with would not work on any program, giving the `error: Program is not installed` message. This happened on both bash and fish shells. It seems that...

Been trying to do this for a while to no avail. http://stackoverflow.com/questions/4726695/bash-and-readline-tab-completion-in-a-user-input-loop

enhancement
help wanted

with `with ls` i don't see the coloured folders. it'd be nice to somehow retain the colouring.

Currently ^D will send the current line if it's not-empty, but when used on an empty line it prints the prompt right after the current. ^C seems to always quit...

@Joaquin-V has a PR for this. I think this warrants some discussion though.

As mentioned in #15 Run shell check with environment set to sh for specifics on what needs to go.