Skip to content

Commit

Permalink
rename shell script filename
Browse files Browse the repository at this point in the history
  • Loading branch information
masan4444 committed Jan 11, 2022
1 parent 73e3d38 commit c8b3a2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ This does **NOT** run on Mac and BSD.
```
sudo apt install xclip nkf
git clone https://github.com/masan4444/deepl-clip.git
chmod u+x deepl-clip/app.sh
chmod u+x deepl-clip/deepl-clip.sh
```

### CentOS (RedHat)
```
yum install epel-release
yum install xclip nkf
git clone https://github.com/masan4444/deepl-clip.git
chmod u+x deepl-clip/app.sh
chmod u+x deepl-clip/deepl-clip.sh
```

## Usage
Edit language setting ([app.sh](https://github.com/masan4444/deepl-clip/blob/master/app.sh))
Edit language setting ([deepl-clip.sh](https://github.com/masan4444/deepl-clip/blob/master/deepl-clip.sh))
```
#!/bin/sh
from=en
Expand All @@ -39,7 +39,7 @@ browser=xdg-open
```
Open deepl website and translate the clipboard
```
sh deepl-clip/app.sh
sh deepl-clip/deepl-clip.sh
```
You can call this shell-script from a keyboard shortcut

Expand Down

0 comments on commit c8b3a2a

Please sign in to comment.