nicklasfrahm / finder

Finder is a tool to sort and organize your files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finder πŸ”

Finder is a tool to sort and organize your files.

Installation πŸͺ„

Currently, we only support the installation via go directly as shown below.

# go >= 1.17
# Using `go get` to install binaries is deprecated.
# The version suffix is mandatory.
go install github.com/nicklasfrahm/cmd/finder@latest

# go < 1.17
go get github.com/nicklasfrahm/cmd/finder

License πŸ“„

This project is and will always be licensed under the terms of the MIT license.

About

Finder is a tool to sort and organize your files.

License:MIT License


Languages

Language:Go 96.0%Language:Makefile 4.0%