Compare commits

...

6 commits

Author SHA1 Message Date
0fb7c7fde8
minor change in doc 2024-11-04 23:34:16 +01:00
246f25600e
upd with yay 2024-10-29 02:33:23 +01:00
ad32f12055
small upd 2024-10-29 02:32:31 +01:00
5be6d0ec88
small upd 2024-10-29 02:31:07 +01:00
458345c79c
-whitesource 2024-10-29 02:24:48 +01:00
Francois B. (Makoto)
80150201fe Ubuntu 16.04/Mint 18.x removed 2020-12-22 15:53:41 +01:00
5 changed files with 22 additions and 46 deletions

0
.gitignore vendored Normal file → Executable file
View file

View file

@ -1,8 +0,0 @@
##########################################################
#### WhiteSource "Bolt for Github" configuration file ####
##########################################################
# Configuration #
#---------------#
ws.repo.scan=true
vulnerable.check.run.conclusion.level=success

0
LICENSE Normal file → Executable file
View file

60
README.md Normal file → Executable file
View file

@ -1,33 +1,21 @@
![wpfind](pics/logo.png) # WPFind
WPFind ![wpfind](pics/logo.png)
======
The purpose of this script is to find wallpapers among pictures files in directory and sub-directories and move/copy them to a separate directory. The purpose of this script is to find wallpapers among pictures files in directory and sub-directories and move/copy them to a separate directory.
It can be useful when you are trying to clean your mess on your computer ;-) It can be useful when you are trying to clean your mess on your computer ;-)
Requirements ## Requirements
------------
* Ubuntu, Linux Mint (should work on other Ubuntu derivatives) - Ubuntu, Linux Mint (should work on Ubuntu derivatives), Arch Linux (should work on Ubuntu derivatives) and probably any Linux distro
* detox - detox
* imagemagick - imagemagick
Installation ## Installation
------------
For Ubuntu 16.04, Linux Mint 18.x, and other derivatives
```
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ xenial main" | sudo tee /etc/apt/sources.list.d/makoto.list
sudo apt-get update
sudo apt-get install wpfind
```
For Ubuntu 18.04, Linux Mint 19.x, and other derivatives For Ubuntu 18.04, Linux Mint 19.x, and other derivatives
``` ```shell
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/makoto.list echo "deb https://packagecloud.io/makoto/stable/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/makoto.list
sudo apt-get update sudo apt-get update
@ -36,21 +24,20 @@ sudo apt-get install wpfind
For Ubuntu 20.04, Linux Mint 20.x, and other derivatives For Ubuntu 20.04, Linux Mint 20.x, and other derivatives
``` ```shell
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ focal main" | sudo tee /etc/apt/sources.list.d/makoto.list echo "deb https://packagecloud.io/makoto/stable/ubuntu/ focal main" | sudo tee /etc/apt/sources.list.d/makoto.list
sudo apt-get update sudo apt-get update
sudo apt-get install wpfind sudo apt-get install wpfind
``` ```
For Arch Linux and other derivatives For Arch Linux and derivatives
``` ```shell
trizen -S wpfind yay -S wpfind
``` ```
Usage options ## Usage options
-------------
``` ```
██╗ ██╗██████╗ ███████╗██╗███╗ ██╗██████╗ ██╗ ██╗██████╗ ███████╗██╗███╗ ██╗██████╗
@ -77,36 +64,33 @@ Usage : wpfind [options]
-h : show help & informations -h : show help & informations
``` ```
Usage examples ## Usage examples
--------------
Copy wallpapers in the current directory and sub-directories with minimum width of 1920px to wpfiles Copy wallpapers in the current directory and sub-directories with minimum width of 1920px to wpfiles
``` ```shell
wpfind -c wpfind -c
``` ```
Move wallpapers in the current directory and sub-directories with minimum width of 1920px to wpfiles Move wallpapers in the current directory and sub-directories with minimum width of 1920px to wpfiles
``` ```shell
wpfind -m wpfind -m
``` ```
Move wallpapers in the /home/user/MyPics directory and sub-directories with minimum width of 2560px to /home/user/MyWP directory Move wallpapers in the /home/user/MyPics directory and sub-directories with minimum width of 2560px to /home/user/MyWP directory
``` ```shell
wpfind -m -w 2560 -i /home/user/MyPics -o /home/user/MyWP wpfind -m -w 2560 -i /home/user/MyPics -o /home/user/MyWP
``` ```
Credits ## Credits
-------
This script has been written by Francois B. (Makotosan/Shakasan) This script has been written by Francois B. (Makotosan/Shakasan)
* Email : francois@makotonoblog.be - Email : francois@exoseed.be
* Website : https://makotonoblog.be/wpfind/ - Website : https://makotonoblog.be/wpfind/
Licence ## Licence
-------
The script is licensed under the terms of the GPLv3 The script is licensed under the terms of the GPLv3

0
pics/logo.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB