├── LICENSE ├── README.md ├── assets └── pbfm.mp4 ├── pbfm ├── pickle_berry.sh ├── scripts ├── install.sh └── uninstall.sh └── src └── berry_picker /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/README.md -------------------------------------------------------------------------------- /assets/pbfm.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/assets/pbfm.mp4 -------------------------------------------------------------------------------- /pbfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/pbfm -------------------------------------------------------------------------------- /pickle_berry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/pickle_berry.sh -------------------------------------------------------------------------------- /scripts/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/scripts/install.sh -------------------------------------------------------------------------------- /scripts/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/scripts/uninstall.sh -------------------------------------------------------------------------------- /src/berry_picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekahPruthvi/pickle_berry/HEAD/src/berry_picker --------------------------------------------------------------------------------