Skip to content

Commit

Permalink
configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
chr314 authored Apr 1, 2021
1 parent 3852a7a commit 0a1e31a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ Ubuntu `sudo apt install python-nautilus python3-gi`

3. Restart the Nautilus (`nautilus -q`)

## Configuration
configuration file: [config.json](config.json)

example:
```json
{
"items": {
"path": true,
"uri": true,
"name": true
},
"selections": {
"clipboard": true,
"primary": true
},
"language": "auto"
}

```


## Currently supported languages
- Chinese
- English
Expand Down

0 comments on commit 0a1e31a

Please sign in to comment.