Skip to content

Normalize how commands work, debugging #77

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

Closed
tony opened this issue Nov 9, 2017 · 1 comment
Closed

Normalize how commands work, debugging #77

tony opened this issue Nov 9, 2017 · 1 comment
Labels

Comments

@tony
Copy link
Member

tony commented Nov 9, 2017

Restructure how commands are passed in

This will probably be by creating a command factory where the command is built, then an execute() for it. But to the user in a tmux object, .cmd should still execute immediately, _cmd() could leave an object where the user can see the exact command tmux is running before hand.

There should be more options to toggle debug settings

tony added a commit that referenced this issue Nov 10, 2017
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
@stale
Copy link

stale bot commented Jan 8, 2018

This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.

This bot is used to handle issues where the issue hasn't been discussed or
has gone out of date. If an issue isn't resolved and handled in a certain
period of time, it may be closed. If you would like your issue re-opened,
please create a fresh issue with the latest, up to date information and
mention this issue in it.

@stale stale bot added the stale label Jan 8, 2018
@stale stale bot closed this as completed Jan 15, 2018
tony added a commit that referenced this issue Aug 16, 2020
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Aug 16, 2020
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Oct 24, 2020
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Oct 24, 2020
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Oct 25, 2020
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Oct 25, 2020
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Jun 14, 2021
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Feb 26, 2022
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
tony added a commit that referenced this issue Apr 9, 2022
tmux_cmd initialization composes the command

the command will be available in the instance attribute
.cmd

.execute() instance method will run tmux_cmd

see Server.cmd for example of new usage

Related #77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant