ivaaaan / smug

Session manager and task runner for tmux. Start your development environment within one command.
MIT License
712 stars 29 forks source link

[feature request] ready-command #82

Open cocoonkid opened 2 years ago

cocoonkid commented 2 years ago

[feature request] ready-command

ready-command:

This would allow to have the command echoed to the prompt but NOT yet executed.

ivaaaan commented 2 years ago

Can you please provide more details about this? I'm not sure I understand what this should do

cocoonkid commented 2 years ago

basically I want to start a session with a command for example:

sudo nmap -sA -sc -flag -flag -flag 103.x6.xx8.xx4

already typed out but NOT yet executed to still be able to make small changes.

Also very helpful for streaming sessions for viewers to be able to see what will be done when the session starts

Thank you for your consideration.