18 lines
463 B
Markdown
18 lines
463 B
Markdown
|
# Install file management
|
||
|
|
||
|
inspired by the work of Karl Voit
|
||
|
https://karl-voit.at/managing-digital-photographs/
|
||
|
|
||
|
install all these scripts to use geeqie and Novoid libs to manage your files.
|
||
|
check the install script to ensure it makes what you expect from it before running it.
|
||
|
``` bash
|
||
|
bash install.sh
|
||
|
```
|
||
|
# tldrlol
|
||
|
install all the things with this:
|
||
|
``` bash
|
||
|
git clone https://forge.chapril.org/tykayn/scripts
|
||
|
cd scripts/bash/file_management
|
||
|
bash install.sh
|
||
|
```
|