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
- Host: GitHub
- URL: https://github.com/abhaysp95/bonged
- Owner: abhaysp95
- License: mit
- Created: 2022-10-18T16:51:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T11:44:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T16:48:15.879Z (over 1 year ago)
- Topics: cross-platform, go, golang, grouping, utility
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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
## 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