Skip to content

Commit

Permalink
[update] : Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jan 1, 2021
1 parent 06bc92c commit f5dded1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
## AlterLinux Live Tools
![travis](https://img.shields.io/travis/com/Fascodenet/alterlinux-live-tools?style=flat-square)

AlterLinuxのライブ環境や初回起動で使用されるスクリプトやコマンドのセットです。
AlterLinuxのライブ環境や初回起動で使用されるスクリプトやコマンドのセットです。

### alterlinux-desktop-file
ライブ環境のデスクトップ上にCalamaresやウェブサイトへのショートカットを作成します。
`~/.config/autostart/genicon.desktop`から呼び出されます。

### alterlinux-gtk-bookmarks
`~/.config/gtk-3.0/bookmarks`の作成、編集、削除を行います。
`~/.config/autostart/gensidebar.desktop`から呼び出されます。

### alterlinux-live-info
AlterISO3によってビルドされたISOファイルにある`alteriso-info`ファイルのデータを表示します。
データを整形し、シェルスクリプトとして出力することもできます。
このファイルは現段階ではalterlinuxには含まれていません。

### alterlinux-plasma-bookmarks
`alterlinux-gtk-bookmarks`のPlasma版です。

### alterlinux-welcome-page
初回起動時に適切なブラウザを検出して[このページ](https://fascode.net/projects/linux/alter/alter-welcome.php)を開きます。
`.config/autostart/welcome_page.desktop`から呼び出されます。

0 comments on commit f5dded1

Please sign in to comment.