Skip to content

Commit 337ffd0

Browse files
authored
Merge pull request #32 from Chen1Plus/v0.3
V0.3
2 parents d35690c + 034f30d commit 337ffd0

33 files changed

+109
-931
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tytm"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

docs/README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installation
1+
<!-- # Installation
22
33
#### Windows
44
@@ -7,37 +7,41 @@
77
88
```powershell
99
./tytm update
10-
```
10+
``` -->
1111

1212
<!-- #### MacOS
1313
1414
Currently, a pre-built executable is not available. See [build](#build) for more. -->
1515

1616
# Usage
1717

18-
#### Update manifests
18+
<!-- #### Update manifests
1919
2020
TyTM uses manifests to obtain the necessary information for fetching themes.
2121
2222
```shell
2323
./tytm update
24-
```
24+
``` -->
2525

2626
#### Install a theme
2727

28-
You can install a theme using its unique ID. Browse [themes](themes/index) to see the available themes.
28+
You can install a theme using its url.
29+
30+
- If the url points to a zip file, use `-u zip` flag.
31+
- If the url points to a git repository, use `-u git` flag.
32+
2933

3034
```shell
31-
./tytm add <ID>
35+
./tytm add -u <TYPE> <URL>
3236
```
3337

34-
#### Remove a theme
38+
<!-- #### Remove a theme
3539
3640
You can simply use the same id to remove a theme.
3741
3842
```shell
3943
./tytm remove <ID>
40-
```
44+
``` -->
4145

4246
<!--
4347

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TyTM <small>0.2.6</small>
1+
# TyTM <small>0.3.0</small>
22

33
> A theme manager for Typora.
44

docs/_sidebar.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
* [**Getting Started**](README)
2-
* [Installation](README#installation)
2+
<!-- * [Installation](README#installation) -->
33
* [Usage](README#usage)
4-
5-
* [**Themes**](themes/index)

docs/themes/blackout.md

-19
This file was deleted.

docs/themes/chernobyl.md

-19
This file was deleted.

docs/themes/index.md

-21
This file was deleted.

docs/themes/lapis.md

-15
This file was deleted.

manifest/amber-vertical.json

-16
This file was deleted.

manifest/blackout.json

-29
This file was deleted.

manifest/bluetex.json

-16
This file was deleted.

manifest/ceylon.json

-26
This file was deleted.

manifest/chernobyl.json

-29
This file was deleted.

manifest/chocolate-box.json

-25
This file was deleted.

manifest/eternal.json

-16
This file was deleted.

manifest/fro.json

-16
This file was deleted.

manifest/github-night.json

-38
This file was deleted.

manifest/iwonder.json

-16
This file was deleted.

0 commit comments

Comments
 (0)