Prettified README

This commit is contained in:
matthias@arch 2022-12-16 05:36:10 +01:00
parent b803cbc5b8
commit 3b1e4691d3
2 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@ imgsort
```
2. When you run it the first time, you will be prompted to create a new config. That means you need to assign keyboard keys to directories in your filesystem.
For example, you could use:
- f = *~/Pictures/Family*
- v = *~/Pictures/Vacation_2019*
- o = *~/Pictures/Other*
- `f` = `~/Pictures/Family`
- `v` = `~/Pictures/Vacation_2019`
- `o` = `~/Pictures/Other`
Note that 's', 'u' and 'q' are reserved for 'skip', 'undo' and 'quit', but you can use 'S', 'U' and 'Q' instead.
3. Save the config if you might want to use it again. The config file will be stored in *~/.config/imgsort*.
Note that `s`, `u` and `q` are reserved for *skip*, *undo* and *quit*, but you can use `S`, `U` and `Q` instead.
3. Save the config if you might want to use it again. The config file will be stored in `~/.config/imgsort`.
4. Enjoy the slideshow!
## Installation
@ -35,7 +35,7 @@ You can also install it system-wide using `sudo python3 -m pip install.`
- Todo-Images are now sorted by filename
### 1.0
Initial Release
- Initial Release
## Importand Notice:
This software comes with no warranty!

0
imgsort/configs.py Normal file → Executable file
View File