File tree Expand file tree Collapse file tree 1 file changed +41
-5
lines changed
Expand file tree Collapse file tree 1 file changed +41
-5
lines changed Original file line number Diff line number Diff line change 11# fs-manager-udroid
2+
23A tool manage common things with ubuntu-on-android
34& some scripts and linux apps
45
56[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/randomcoderorg/fs-manager-udroid/badge )] ( https://www.codefactor.io/repository/github/randomcoderorg/fs-manager-udroid )
6- <!--
7- ## Target to V01
8- - [X] upgrade system
9- - [X] launch shorcuts vncserver and others ( [0530e7965907002c614e70c6f8a398c6b9d13fd8](https://github.com/RandomCoderOrg/fs-manager-udroid/commit/0530e7965907002c614e70c6f8a398c6b9d13fd8) to [5a4ee56e9219988b24204e8b49787a8f7ed3b8ef](https://github.com/RandomCoderOrg/fs-manager-udroid/commit/5a4ee56e9219988b24204e8b49787a8f7ed3b8ef) )
10- -->
7+
8+ ## Usage
9+
10+ three main arguments ` install ` , ` login ` , ` remove `
11+
12+ ### install ( ` -i ` )
13+
14+ ``` bash
15+ udroid -i jammy:raw
16+ ```
17+
18+ install argument takes a strings of two words seperated by ` : ` left side is suite name and right is varient name
19+
20+ More Avalible examples
21+
22+ ``` bash
23+ udroid -i impish:raw
24+ udroid -i impish:xfce
25+ udroid -i impish:mate
26+ ```
27+
28+ ``` bash
29+ udroid -i focal:xfce4
30+ ```
31+
32+ ### login (` -l ` )
33+
34+ ``` bash
35+ udroid -l udroid-jammy-raw
36+ ```
37+
38+ > WIP
39+
40+ ### remove (` -r ` )
41+
42+ > WIP
43+
44+ ## Contributing
45+
46+ for now there is no guide for contributing. try to look at code and make a pull request if you have any corrections or improvements ( 💟 )
You can’t perform that action at this time.
0 commit comments