├── Makefile ├── README ├── bulkrename ├── bulkrename.1 ├── pick ├── pick.1 ├── preview ├── preview.1 ├── skel ├── skel.1 ├── trash ├── trash.1 ├── unpack ├── unpack.1 └── untrash /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/README -------------------------------------------------------------------------------- /bulkrename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/bulkrename -------------------------------------------------------------------------------- /bulkrename.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/bulkrename.1 -------------------------------------------------------------------------------- /pick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/pick -------------------------------------------------------------------------------- /pick.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/pick.1 -------------------------------------------------------------------------------- /preview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/preview -------------------------------------------------------------------------------- /preview.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/preview.1 -------------------------------------------------------------------------------- /skel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/skel -------------------------------------------------------------------------------- /skel.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/skel.1 -------------------------------------------------------------------------------- /trash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/trash -------------------------------------------------------------------------------- /trash.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/trash.1 -------------------------------------------------------------------------------- /unpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/unpack -------------------------------------------------------------------------------- /unpack.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/unpack.1 -------------------------------------------------------------------------------- /untrash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phillbush/fmutils/HEAD/untrash --------------------------------------------------------------------------------