An open API service indexing awesome lists of open source software.

https://github.com/abhaysp95/bonged

smart grouping of files in directories
https://github.com/abhaysp95/bonged

cross-platform go golang grouping utility

Last synced: about 1 month ago
JSON representation

smart grouping of files in directories

Awesome Lists containing this project

README

          

# bonged

`bonged` is a utility written to smartly group the files into the folder. It'll group the files having the same name with having some suffix which makes the files different but also part of same group/topic. Check the screenshot to understand more

## Screnshots


bonged screenshot 1
bonged screenshot 2

## todo

* [x] grouping based on provided seperator characters as string (built-in)
* [ ] more refined grouping based on the `regex` provided
- [ ] built-in regex
- [ ] user provided regex
* [ ] add `maxdepth` feature