mate-search-tool
Search files in MATE desktop environment. More information: <https://manned.org/mate-search-tool>.
Install
- All systems
-
curl cmd.cat/mate-search-tool.sh
- Debian
-
apt-get install mate-utils
- Ubuntu
-
apt-get install mate-utils
- Alpine
-
apk add mate-utils
- Arch Linux
-
pacman -S mate-utils
- Kali Linux
-
apt-get install mate-utils
- Fedora
-
dnf install mate-search-tool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mate-utils
- Raspbian
-
apt-get install mate-utils
- Dockerfile
- dockerfile.run/mate-search-tool
- Docker
-
docker run cmd.cat/mate-search-tool mate-search-tool
powered by Commando
Search files in MATE desktop environment. More information: <https://manned.org/mate-search-tool>.
-
Search files containing a specific string in their name in a specific directory:
mate-search-tool --named=string --path=path/to/directory
-
Search files without waiting a user confirmation:
mate-search-tool --start --named=string --path=path/to/directory
-
Search files with name matching a specific regular expression:
mate-search-tool --start --regex=string --path=path/to/directory
-
Set a sorting order in search results:
mate-search-tool --start --named=string --path=path/to/directory --sortby=name|folder|size|type|date
-
Set a descending sorting order:
mate-search-tool --start --named=string --path=path/to/directory --descending
-
Search files owned by a specific user/group:
mate-search-tool --start --user|group=value --path=path/to/directory
© tl;dr; authors and contributors