alfred-fakeum icon indicating copy to clipboard operation
alfred-fakeum copied to clipboard

Feature Request: Add config option to return python list (or pandas series)

Open bhishanpdl opened this issue 5 years ago • 0 comments

This is a very useful workflow to quickly create fake data. I have used it multiple times. However, I work with python and it is more comfortable if we have the option to return python list or pandas series, or pandas data frames also.

For example, make the default separator as python list instead of \n it should give a list.

fake name tab 5 should give:
['name0','name1','name2','name3','name4']

bhishanpdl avatar Jul 31 '19 17:07 bhishanpdl