mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
web update
This commit is contained in:
parent
4cea186907
commit
534722e0f4
15 changed files with 248 additions and 395 deletions
273
docs/README.md
273
docs/README.md
|
@ -2,50 +2,56 @@
|
|||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
Developed in English and translated into Czech language. Translations welcomed!
|
||||
|
||||
Looking to try out a new operating system?
|
||||
---
|
||||
|
||||
# Looking to try out a new operating system?
|
||||
|
||||
try
|
||||
|
||||
# **DistroHopper**
|
||||
|
||||

|
||||
|
||||
Quickly download, create and run VM of any#TODO operating system.
|
||||
|
||||
Linux required...
|
||||
|
||||
---
|
||||
|
||||
Click on Hop for latest download
|
||||
|
||||
[](https://sourceforge.net/projects/distrohopper/files/latest/download)
|
||||
|
||||
[](https://liberapay.com/zenobit/donate)
|
||||
|
||||
Licensed under AGPL3
|
||||
# Still Beta version!
|
||||
|
||||
<details>
|
||||
<summary>Click for screenshot</summary>
|
||||

|
||||
</details>
|
||||
|
||||
quickly create and run VMs
|
||||
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu) (Link to project page)
|
||||
<details>
|
||||
<summary>Click for Quickemu old video</summary>
|
||||
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/AOTYWEgw0hI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</details>
|
||||
|
||||
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu)
|
||||
|
||||
you can download new distro with few clicks of a mouse
|
||||
You can download new distro with **few clicks** of a mouse
|
||||
|
||||
# Features
|
||||
|
||||
- GUI using yad (old video)
|
||||
|
||||
See it in action on youtube...
|
||||
|
||||
- GUI using yad
|
||||
<details>
|
||||
<summary>Click for old video</summary>
|
||||
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/RrFQECcwLRA" title="DistroHopper" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
or command line?...
|
||||
|
||||
- TUI using fzf (old video)
|
||||
|
||||
</details>
|
||||
- TUI using fzf
|
||||
<details>
|
||||
<summary>Click for old video</summary>
|
||||
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/gJ5hqYEskOw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
- Desktop(shortcuts) file generator
|
||||
It will simple generate .desktop files for every supported and downloaded VM in quickemu.
|
||||
So you can copy it anywhere...
|
||||
</details>
|
||||
- Desktop(shortcuts) entries generator
|
||||
|
||||
- Set dir where VMs will be stored
|
||||
|
||||
|
@ -59,6 +65,11 @@ See it in action on youtube...
|
|||
|
||||
- Translate DistroHopper (Currently supported English and Czech language)
|
||||
|
||||
|
||||
Developed in English and translated into Czech language.
|
||||
|
||||
## Welcome translations!
|
||||
|
||||
---
|
||||
|
||||
# Why am I doing it?
|
||||
|
@ -84,14 +95,8 @@ And easily add new distros to it
|
|||
|
||||
You need fullfill the requirement first...
|
||||
|
||||
Quickemu.
|
||||
|
||||
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/AOTYWEgw0hI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
## Requirements (For running VMs)
|
||||
|
||||
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL,
|
||||
SPICE & VirtFS support**
|
||||
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL, SPICE & VirtFS support**
|
||||
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
|
||||
- [Coreutils](https://www.gnu.org/software/coreutils/)
|
||||
- [EDK II](https://github.com/tianocore/edk2)
|
||||
|
@ -128,7 +133,11 @@ above requirements or their equivalents.
|
|||
|
||||
### For DistroHopper to work you need
|
||||
|
||||
`wget yad fzf` quickemu is included
|
||||
`wget yad fzf`
|
||||
|
||||
quickemu is included
|
||||
|
||||
For adding new distros, or adding/improving translations you will need also meld.
|
||||
|
||||
# How to install DistroHopper?
|
||||
|
||||
|
@ -136,14 +145,14 @@ above requirements or their equivalents.
|
|||
|
||||
If you want more stable experience, download latest release from
|
||||
|
||||
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases)
|
||||
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases) or SourceForge [](https://sourceforge.net/projects/distrohopper/files/latest/download)
|
||||
|
||||
or
|
||||
|
||||
From SourceForge [](https://sourceforge.net/projects/distrohopper/files/latest/download)
|
||||
---
|
||||
|
||||
If you want latest developer version... (could have bugs and break anytime)
|
||||
|
||||
Or you want translate DistroHopper
|
||||
|
||||
`git clone https://github.com/oSoWoSo/DistroHopper`
|
||||
|
||||
Enter created/unpacked distrohopper directory
|
||||
|
@ -156,178 +165,44 @@ above requirements or their equivalents.
|
|||
|
||||
Just run from terminal
|
||||
|
||||
`dh`
|
||||
`./dh`
|
||||
|
||||
And you will see what next...
|
||||
|
||||
I am usually run DistroHopper as:
|
||||
|
||||
`./dh m r s l && ./dh i && dh g`
|
||||
|
||||
(But...)
|
||||
|
||||
## Desktop files
|
||||
|
||||
All desktop files will be storred in your .config
|
||||
in directories /distrohopper/ready and supported
|
||||
All desktop files will be storred in your .config/distrohopper
|
||||
in directories *ready* and *supported*
|
||||
|
||||
Fell free to copy them anywhere you want...
|
||||
|
||||
|
||||
|
||||
### Currently supported Operating Systems and tools:
|
||||
|
||||
`agarimos
|
||||
|
||||
alma
|
||||
|
||||
alpine
|
||||
|
||||
android
|
||||
|
||||
archlinux
|
||||
|
||||
archcraft
|
||||
|
||||
arcolinux
|
||||
|
||||
batocera
|
||||
|
||||
blendos
|
||||
|
||||
cachyos
|
||||
|
||||
centos-stream
|
||||
|
||||
cereus
|
||||
|
||||
debian
|
||||
|
||||
deepin
|
||||
|
||||
devuan
|
||||
|
||||
dietpi
|
||||
|
||||
dragonflybsd
|
||||
|
||||
elementary
|
||||
|
||||
endeavouros
|
||||
|
||||
endless
|
||||
|
||||
fedora
|
||||
|
||||
freebsd
|
||||
|
||||
freedos
|
||||
|
||||
fvoid
|
||||
|
||||
gabeeos
|
||||
|
||||
garuda
|
||||
|
||||
gentoo
|
||||
|
||||
ghostbsd
|
||||
|
||||
haiku
|
||||
|
||||
kali
|
||||
|
||||
kdeneon
|
||||
|
||||
kolibrios
|
||||
|
||||
kubuntu
|
||||
|
||||
linuxmint
|
||||
|
||||
lmde
|
||||
|
||||
mageia
|
||||
|
||||
manjaro
|
||||
|
||||
miyo
|
||||
|
||||
mxlinux
|
||||
|
||||
netboot
|
||||
|
||||
netbsd
|
||||
|
||||
nixos
|
||||
|
||||
lubuntu
|
||||
|
||||
macos
|
||||
|
||||
openbsd
|
||||
|
||||
opensuse
|
||||
|
||||
oraclelinux
|
||||
|
||||
popos
|
||||
|
||||
reactos
|
||||
|
||||
rebornos
|
||||
|
||||
rockylinux
|
||||
|
||||
siduction
|
||||
|
||||
slackware
|
||||
|
||||
slitaz
|
||||
|
||||
solus
|
||||
|
||||
steamos
|
||||
|
||||
tails
|
||||
|
||||
truenas-core
|
||||
|
||||
truenas-scale
|
||||
|
||||
ubuntu
|
||||
|
||||
ubuntu-budgie
|
||||
|
||||
ubuntukylin
|
||||
|
||||
ubuntu-mate
|
||||
|
||||
ubuntustudio
|
||||
|
||||
ubuntu-unity
|
||||
|
||||
ventoy
|
||||
|
||||
void
|
||||
|
||||
voidpup
|
||||
|
||||
vxlinux
|
||||
|
||||
windows
|
||||
|
||||
xerolinux
|
||||
|
||||
xubuntu
|
||||
|
||||
zorin`
|
||||
|
||||
Also with posible planned: [in duscusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
|
||||
- agarimos - alma - alpine - android - archlinux - archcraft - arcolinux
|
||||
- batocera - blendos - cachyos - centos-stream - cereus - debian - deepin
|
||||
- devuan - dietpi - dragonflybsd - elementary - endeavouros - endless
|
||||
- fedora - freebsd - freedos - fvoid - gabeeos - garuda - gentoo
|
||||
- ghostbsd - haiku - kali - kdeneon - kolibrios - kubuntu - linuxmint
|
||||
- lmde - mageia - manjaro - miyo - mxlinux - netboot - netbsd - nixos
|
||||
- lubuntu - macos - openbsd - opensuse - oraclelinux - popos - reactos
|
||||
- rebornos - rockylinux - siduction - slackware - slitaz - solus
|
||||
- steamos - tails - truenas-core - truenas-scale - ubuntu - ubuntu-budgie
|
||||
- ubuntukylin - ubuntu-mate - ubuntustudio - ubuntu-unity - ventoy - void
|
||||
- voidpup - vxlinux - windows - xerolinux - xubuntu - zorin
|
||||
|
||||
Also with posible planned: [in discusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
|
||||
|
||||
---
|
||||
|
||||
# Github discussion:
|
||||
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions) on github
|
||||
|
||||
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions)
|
||||
|
||||
# Project chat group:
|
||||
If anyone wanna join, here is one
|
||||
[](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2FzmtsZwfTjwyynibt0bF6bb_xLWS9ce5A%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAkMtz66wGfWb6VDn-_t_mVm3RFiFfOC3Hxye8Hm5tmVo%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22o8KR0TOM0f2j33nO9goMRQ%3D%3D%22%7D) way (click SimpleX logo)
|
||||
# Join DistroHopper chat group:
|
||||
[](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2FzmtsZwfTjwyynibt0bF6bb_xLWS9ce5A%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAkMtz66wGfWb6VDn-_t_mVm3RFiFfOC3Hxye8Hm5tmVo%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22o8KR0TOM0f2j33nO9goMRQ%3D%3D%22%7D) (click SimpleX logo)
|
||||
|
||||
(check the software! even if you don't want chat about DistroHopper)
|
||||
[Simplex website](https://simplex.chat)
|
||||
|
@ -378,6 +253,10 @@ and
|
|||
|
||||
#### [logo by](https://freesvg.org/by/OpenClipart) bit repaired by me..
|
||||
|
||||
- Updating translation
|
||||
|
||||
#### [Poedit](https://poeditor.com/)
|
||||
|
||||
Everything done on
|
||||
|
||||
#### [Void Linux](https://voidlinux.org)
|
||||
|
@ -400,9 +279,9 @@ Everything done on
|
|||
|
||||
---
|
||||
|
||||
# DistroHopper website (click mascot):
|
||||
For Homepage click on Hop
|
||||
|
||||
[](https://dh.osowoso.xyz/)
|
||||
[](https://dh.osowoso.xyz/)
|
||||
|
||||
# donate
|
||||
[](https://liberapay.com/zenobit/donate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue