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

el-get-lock で管理しているパッケージの更新チェックスクリプトを作った #405

Merged
merged 3 commits into from Feb 20, 2022

Conversation

mugijiru
Copy link
Owner

el-get-lock で管理しているパッケージの内
git, github から取得できるパッケージの更新確認ができるスクリプトを組んだ。

$ emacs --batch -Q -l ~/.emacs.d/el-get-lock-update-check.el

みたいに実行したら

  • 更新があるもの
  • lock 管理されているけどインスコされてないもの
  • checksum が取得できないもの
  • checksum 取得のための URL が取得できないもの

が出力されるようになっている。

el-get の読み込みは別ファイルに依存しているので
このまま他の人の環境で使えるものではないのでパッケージ化はしてない。

余談

もうちょっと弄ったら i3bar などにも表示できるだろうけど
一旦この程度にしておく

```
$ emacs --batch -Q -l ~/.emacs.d/el-get-lock-update-check.el
```

みたいに実行したら

- 更新があるもの
- lock 管理されているけどインスコされてないもの
- check ができないもの

出力されるようになっている

もうちょっと弄ったら i3bar などにも表示できるだろうけど
一旦この程度にしておく
el-get-lock-update-check.el Outdated Show resolved Hide resolved
@mugijiru mugijiru merged commit 4932c33 into master Feb 20, 2022
@mugijiru mugijiru deleted the add-el-get-lock-update-cherker-script branch February 20, 2022 09:07
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

Successfully merging this pull request may close these issues.

None yet

1 participant