This is a collection of convenient bash scripts that I use often
Go to file
lopeztel dcf35c444b Deleting deprecated neovim config 2023-08-18 18:37:38 +02:00
LICENSE Initial commit 2021-11-05 20:19:05 +01:00
README.md album symlink creation script added 2021-11-05 20:42:17 +01:00
album_symlinks.sh album symlink creation script added 2021-11-05 20:42:17 +01:00
compressjpg.sh updated compression scripts and init.vim 2022-05-17 21:06:25 +02:00
compressjpg2.sh added scripts to use DSLR, jpeg and video compression, giff creation and unzipping 2021-11-15 20:54:56 +01:00
dslr-webcamstart.sh naming camera source 2023-03-06 19:57:15 +01:00
generate_giff.sh added scripts to use DSLR, jpeg and video compression, giff creation and unzipping 2021-11-15 20:54:56 +01:00
install_nord_theme.sh updated theming script, separated neovim part 2022-05-06 21:23:23 +02:00
install_systemC.sh fixed clang-format in init.vim and neovim install script, added clang option to install SystemC script 2022-05-13 21:05:03 +02:00
install_systemC_cmake.sh adding temp directory 2023-04-01 16:12:48 +02:00
install_virt_manager.sh commented out the --noconfirm part of the script 2022-05-09 21:58:31 +02:00
mov_to_mp4.sh added scripts to use DSLR, jpeg and video compression, giff creation and unzipping 2021-11-15 20:54:56 +01:00
moveVideos.sh added scripts to use DSLR, jpeg and video compression, giff creation and unzipping 2021-11-15 20:54:56 +01:00
unzip_recursively.sh added scripts to use DSLR, jpeg and video compression, giff creation and unzipping 2021-11-15 20:54:56 +01:00
zsh_neovim_setup.sh added xclip and npm neovim module to neovim setup 2022-11-10 20:10:22 +01:00

README.md

bash-scripts

This is a collection of convenient bash scripts that I use often

album_symlinks.sh

This script navigates a directory containing multiple albums with the hierarchy:

.photo_album
├── Album_1
│   └── compressed_images
├── Album_2
│   └── compressed_images
└── Album_3
    └── compressed_images

And creates symlinks (in the current directory) to the compressed_images (if they don't exist already). Example of usage:

./album_symlinks.sh /home/user/photo_album