Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output command to stdout #4

Open
Tracked by #5
todo bot opened this issue May 27, 2019 · 0 comments
Open
Tracked by #5

output command to stdout #4

todo bot opened this issue May 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request todo 🗒️

Comments

@todo
Copy link

todo bot commented May 27, 2019

# TODO: output command to stdout
# body: always append `--output -` to the end of a command so it is outputted to stdout and the user can append `-- | clipcopy` or `xclip` or whatever their clipboard manager is (i.e. `clip.exe` for windows or `pbcopy` for osx) so it get's copied to their clipboard.
# - the `--` at the end of the command will allow docker to realize that there are no more args getting passed to it. (i.e. `docker container run --rm -it bashfuscator -- | less`
# "${bin_path}/bashfuscator" "$@"
;;
esac


This issue was generated by todo based on a TODO comment in 5a53ccf. It's been assigned to @elreydetoda because they committed the code.
@todo todo bot added the todo 🗒️ label May 27, 2019
@elreydetoda elreydetoda added enhancement New feature or request and removed enhancement New feature or request labels May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo 🗒️
Projects
None yet
Development

No branches or pull requests

1 participant