1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Shell大好きなのでShellのリポジトリ作った。Pull Requestお願いします。

1
Last updated at Posted at 2023-12-29

作業中に音楽を流したい時とかにShell Scriptを書くな〜〜と思ったので、SHellに特化したリポジトリを作りました。

今あるシェルスクリプトはこんな感じです。

・playMusicNtimes.sh: 同じ音楽をN回ループ再生したい時用です。

・bgm.sh: あるディレクトリにある音楽を全て再生したい時用です。

・startWork.sh: 仕事を始める時にとりあえず開くものです。macのみの対応かも, .bashrcなどに書き込むとterminalを開くだけで実行できます

・startReport.sh: レポートとかを始める時にとりあえず開くものです。macのみの対応かも, .bashrcなどに書き込むとterminalを開くだけで実行できます

・remind.sh: 何か忘れている予定がある気がする時に起動するものです。

Pull Requestお願いします

みんなが使ってる便利なシェルコマンドを集めたいのでもしよければPull Requestしてください

ルール

  • bashかzshでお願いします
  • 追加する際はREADME.mdに追加したシェルスクリプトの説明をお願いします。
  • macosしか使えない場合はその旨を記入してください。
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?