-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat/dearchive #30
Feat/dearchive #30
Conversation
.github/run-lint.sh の LIST_SCRIPT_NO_EXTにはまだ追加していません( #27 (comment) の方とコンフリクトしそうなので) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
気になる点をいくつか挙げます。
すみませんが、ご確認ください。
追記:
指摘がかぶりましたね。すみません。
また、私の方では dearchive に相当するものを作ってはいなかったので、PR 助かります 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
実は archive
コマンドは、enc
コマンドでファイルが大きかった場合に内部で呼び出して使おうと思っていたコマンドです。(ファイルが大きくても小さくても enc
1 つで済むように)
そうなると「 dec
コマンドも解凍→復号処理必要だよなぁ」と思って放置していました ... あざっす!
以下チェック内容です。LIST_SCRIPT_NO_EXT
への追記も忘れずにお願いしまーす。
おおっと!かぶってしまったなりよー!wwww |
@yoshi389111 @KEINOS ご指摘ありがとうございます! |
ローカル環境を色々いじる(コマンドを色々入れる)のが大変であれは、とりあえず GitHub 上の Linter と UnitTest が働き、おそらくテストが失敗するので、そのエラー内容から 1 つずつ潰して行った(修正→コミット→チェックのループにした)方がやりやすいと思います。 コミットが細々となりますが、 |
@yoshi389111 @KEINOS もろもろ修正しました。ご確認よろしくおねがいします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KEINOS 修正しましたー |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoshi389111 @KEINOS おっと、ご指摘ありがとうございます。+なくてもいいんですね。ここらへん慣れていきたい。 |
マージし |
すみません。立て続けにPRを送ってしまいます💦
archiveスクリプトいいですね。早速使ってます!
ただ、対応するdearchiveを自分で毎回手作業コマンドというのも面倒だったので、自前で勝手に書いてしかもせっかく作ったしなにかの足しになればと勇み足でのPRです💦💦
おそらく @KEINOS @yoshi389111 お二人の方で似たコマンドを計画されていたと思うので、しゃしゃり出てしまう感じで大変恐縮です。あくまで一つの案ですので、部分だけ使えるコードがあれば部分だけ取り込むとかでも、却下~でもかまいません笑
第4引数のは自分なりにあれば便利だな、と思って付けた感じです。
(archiveコマンドにも
<github user>
をさらにオプションでつけたら共通鍵を暗号化してくれるおまけをつけると素敵かも)