Skip to content

B3ns44d/sffae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sffae

Sffae (stands for Separate files into folders by extension) is a tiny golang script that allows you to separate files into folders by their extension. It is useful when you have a lot of files and you want to organize them by extension and put them in a single folder.

How to install

you need to have golang installed on your machine, if you don't have it you can install it with the following command:

wget -O - https://raw.githubusercontent.com/B3ns44d/bash-scripts/master/setup/install_golang.sh | bash

or simply go to https://go.dev/dl/

after install golang you can install sffae with the following command:

go get -u github.com/B3ns44d/sffae

or build it from source code:

git clone https://github.com/B3ns44d/sffae.git
cd sffae
go build -o sffae .

About

Separate files into folders by extension

Topics

Resources

License

Stars

Watchers

Forks

Languages