forked from koluku/sudden-death
-
Notifications
You must be signed in to change notification settings - Fork 1
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
クリップボードの暗黙的な上書きをやるか決める #10
Comments
僕もいらないと思います |
ユースケースがSNSでの共有でパッと使いたい気持ちもわからんでもないから、コマンドライン引数で取るようにする説がある |
CLIから実行した時のみクリップボードにコピーされる実装に既になっているという認識だけどどうだろう? |
コマンドライン引数で取るというのはクリップボードへのコピーの有無を引数で制御するってことか |
Yes。CLIだからこそクリップボードの状態がどうなっているかわからないし、黙って上書きされると稀に死ぬ。 |
コア部分とCLI部分を分離したい感がある |
これは別のIssueにするべきかな |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
クリップボードが空ならば入れるとか、そもそも入れないとかもう少し安全側に倒したい。
何が入っているかわからないので正直危ないと思う。クリップボードに入れたいならば出力コピーするなりpbcopyなり各々のツールでやれば良いので。
The text was updated successfully, but these errors were encountered: