Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fascodenet/fascode-live-tools
Linuxのライブ環境や初回起動で使用されるスクリプトやコマンドのセット
https://github.com/fascodenet/fascode-live-tools
Last synced: about 2 months ago
JSON representation
Linuxのライブ環境や初回起動で使用されるスクリプトやコマンドのセット
- Host: GitHub
- URL: https://github.com/fascodenet/fascode-live-tools
- Owner: FascodeNet
- License: other
- Created: 2021-01-31T13:17:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T10:34:02.000Z (over 3 years ago)
- Last Synced: 2024-11-11T05:38:42.476Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## AlterLinux Live Tools
![travis](https://img.shields.io/travis/com/Fascodenet/fascode-live-tools?style=flat-square)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://alter.fascode.net/alter-welcome.php)を開きます。
`.config/autostart/welcome_page.desktop`から呼び出されます。