Skip to content

uemoto1/pecowrappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PECO wrapper for python

A peco utility wrapper for peco command

Examples

from pecowrappy import peco

ret = peco("""Apple
Orange
Banana""")
print(ret)

ret = peco(["Apple", "Orange", "Banana"])
print(ret)

ret = peco(range(5))
print(ret)

About

A python wrapper for peco command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages