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

v2 #15

Open
5 tasks
cateiru opened this issue Feb 2, 2023 · 0 comments
Open
5 tasks

v2 #15

cateiru opened this issue Feb 2, 2023 · 0 comments

Comments

@cateiru
Copy link
Owner

cateiru commented Feb 2, 2023

TL;DR

  • 現状の機能で不十分な点が多くあるので改良したい

なぜ改良するのか

現在、sv package updateコマンドではHomebrew、rustup、sdkman!などのパッケージ管理ツールの更新をサポートしているが以下のような問題がある

  • TTYにリアルタイムで流さないのでコマンドの実行が内部で完了してからターミナルに表示されてしまう
  • 全員がHomebrewなどのパッケージ管理ツールを入れているわけではない

これらの問題を解決したい。
また、短縮URLツールもわざわざコマンドライン上から行う必要が無いのでこれも修正したい。

修正する内容

  • 内部でコマンドを叩く物がある場合、stdoutをリアルタイムにターミナルに表示できるようにする
  • package updateコマンドでは、コンフィグファイルに予め定義して実行するようにする
  • 内部構造の変更
  • パッケージ名の変更
  • dotenvのバックアップ機能の追加
    • .zshrc.vimrcをバックアップできる機能
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant