Skip to content

argius/potaufeu

Repository files navigation

Potaufeu

Build Status

Potaufeu is a find utility written in Java.

Potaufeu requires JRE 8 or later.

See the project's wiki page for further information.

To Install

Run the following command.

$ curl -fsSL http://bit.ly/instpotf | sh

or

$ curl -fsSL https://goo.gl/m54fCw | sh

Both of these urls are shortened of https://raw.githubusercontent.com/argius/potaufeu/master/install.sh.

To uninstall, remove ~/.potaufeu and $(which potf).

You need only to download, see the releases page.

Usage

Run the following command.

$ potf --help

Examples

If you want to find some files which have .java or .xml extension and file size larger than 50KB, run the command below.

$ potf .java,xml -s 50KB-

Run the following command to show posix-like file attributes (similar to ls -l).

$ potf .java,xml --list-posix

License

Apache 2.0 License.

About

Potaufeu - something similar to `find` in Unix-like environments / CLI tool written in Java

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published