Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit 055c171

Browse files
committed
update README
1 parent 229769e commit 055c171

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# code2img
2-
`code2img` can convert source code to image.
3-
This was inspired by [carbon](https://carbon.now.sh/) and [silicon](https://github.com/Aloxaf/silicon) but doesn't need browser & Internet.
2+
`code2img` can generate image of source code.
3+
This was inspired by [carbon](https://carbon.now.sh/) and [silicon](https://github.com/Aloxaf/silicon)
44

55
![](https://i.imgur.com/TjoOQct.gif)
66

7+
## Features
8+
- Doesn't need browser & Internet
9+
- Copy image of source code to clipboard
10+
- Supported [some](https://github.com/alecthomas/chroma#supported-languages) color schemes
11+
- Supported [some](https://xyproto.github.io/splash/docs/all.html) languages
12+
713
## Usage
814
```sh
915
$ code2img
@@ -22,6 +28,9 @@ Usage:
2228
-ext file extension
2329
```
2430

31+
## Requirements
32+
- `xclip` (if copy image to clipboard in linux)
33+
2534
## Installtion
2635

2736
```sh

0 commit comments

Comments
 (0)