Skip to content

firslov/biu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biu

This is a magic tool used in shell and based on python.

Installation

Clone files:

pip install git+https://github.com/firslov/biu

It looks up for python recipes in the ~/.biu.d directory. Here is an example recipe

def clean():
    return [
        'rm *.pyc',
        'rm *~',
        'rm -rf __pycache__'
    ]

Suppose it is saved as ~/.biu.d/dir.py, one can call it with

biu dir clean

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors